Part of elisa.plugins.wmd.wmd_resource View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Method | __init__ | Undocumented |
89 | Method | initialize | Initialize the component. |
107 | Method | get | Simple method to retrieve volumes. You can access it with
volumes://
|
Inherited from ResourceProvider:
Line # | Kind | Name | Docs |
---|---|---|---|
94 | Method | post | Update the resource pointed by uri with
parameters .
|
107 | Method | put | Put one resource into another. Both resources are identified with URIs. |
129 | Method | delete | Delete a Resource represented by a URI. |
Inherited from Component (via ResourceProvider):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
142 | Method | clean | Clean the component. |
Initialize the component.
This method is called byComponent.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
Simple method to retrieve volumes. You can access it with
volumes://
and apply a filter parameter. This is an and
filter. If you specify it only these kind of volumes show up. Example:
volumes://localhost/?filter=dvd,cdda
would only give you dvds
and cddas. The three knows filters are: dvd, removable and cdda.
The default is that all filters are applied (like filter=dvd,cdda,removable).
In return you get a *new*elisa.plugins.wmd.models.VolumesModel