| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
RestxResourceTemplate
Represents a template that can be used by a client to create a new resource.
The resource template assists the client in setting the required resource creation time parameters and provides the method for the creation of the new resource.
|
|||
|
|||
| dict of RestxParameter |
|
||
| RestxParameter |
|
||
| RestxParameter |
|
||
| RestxParameter |
|
||
| RestxResourceTemplate |
|
||
| RestxResourceTemplate |
|
||
| RestxResourceTemplate |
|
||
| RestxResourceTemplate |
|
||
|
|||
|
|||
|
Inherited from |
|||
|
|||
__PARAMS_KEY =
|
|||
__RCP_KEY =
|
|||
__RCP_DESC_KEY =
|
|||
__RCP_SUGGESTED_NAME_KEY =
|
|||
__RCP_SPECIALIZED_KEY =
|
|||
|
|||
| suggested_name | |||
| description | |||
| params | |||
|
Inherited from |
|||
|
|||
Create a new resource template in memory.
|
Return all parameters defined for this template's component.
|
Return one parameters of this template's component.
|
Return parameter definition for this template's resource description parameter.
|
Return parameter definition for this template's resource suggested name parameter.
|
Set a parameter value for a given parameter. Performs proper sanity checking on the type and value.
|
Set values of multiple parameters from a dictionary. Performs proper sanity checking on the type and value of each parameter.
|
Sets the 'description' resource creation time parameter.
|
Sets the 'suggested name' resource creation time parameter.
|
Posts a new resource description to the server. Returns an initialized RestxResource object, ready to use. |
Posts a new specialized component resource description to the server. Returns an initialized RestxComponent object, ready to use. |
|
|||
suggested_name
|
description
|
params
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Aug 3 05:42:55 2010 | http://epydoc.sourceforge.net |