CreateResource

From
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[CreateResourceResult]] createResource([[UserIDBean]] userID, [[ResourceBean]] resource)
  
 
== Description ==
 
== Description ==
Description
+
Creates a new EService resource record, based on the resource data passed in.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|[[ResourceBean]]
|Name
+
|resource
|Description.
+
|The resource details from which the new resource record will be created on the server.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[CreateResourceResult]]

Revision as of 02:17, 10 June 2005

Contents

Method

CreateResourceResult createResource(UserIDBean userID, ResourceBean resource)

Description

Creates a new EService resource record, based on the resource data passed in.

Parameters

Type Name Description
UserIDBean userID The admin username and password.
ResourceBean resource The resource details from which the new resource record will be created on the server.

Return Value

CreateResourceResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux