Trees | Indices | Help |
|
---|
|
object --+ | Registry
Abstract class so users can implement registries themselves.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
hostname =
|
|||
default_mime_type =
|
|
|||
Inherited from |
|
Retrieve a rendering for a given mime type. mime_type -- The mime type you a looking for. |
Retrieve a rendering for a given mime type. mime_type -- The mime type you want to add a rendering for. renderer -- Instance of an Rendering class. |
Retrieve a backend which is able to deal with the given category. category -- The category a backend is needed for. extras -- Extras object - same as the one passed on to the backends. |
Retrieve all backends associated with a resource instance entity -- The resource instance. extras -- Extras object - same as the one passed on to the backends. |
Set a backend which is able to deal with the given category. category -- The category a backend is needed for. backend -- The backend which should handle this category. extras -- Extras object - same as the one passed on to the backends. |
Remove a mixin from the service. mixin -- The mixin extras -- Extras object - same as the one passed on to the backends. |
Return the category which is associated with an Location. path -- The location which the category should define. extras -- Extras object - same as the one passed on to the backends. |
Return all registered categories. extras -- Extras object - same as the one passed on to the backends. |
Return a certain resource. key -- Unique identifier of the resource. extras -- Extras object - same as the one passed on to the backends. |
Add a resource. key -- the unique identifier. entity -- the OCCI representation. extras -- Extras object - same as the one passed on to the backends. |
Delete a resource. key -- Unique identifier of the resource. extras -- Extras object - same as the one passed on to the backends. |
Return all keys of all resources. extras -- Extras object - same as the one passed on to the backends. |
Return all resources. extras -- Extras object - same as the one passed on to the backends. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 19 09:07:42 2012 | http://epydoc.sourceforge.net |