Class e.p.s.s.SearchMetaresourceProvider(ResourceProvider):

Part of elisa.plugins.search.search_metaresource_provider View In Hierarchy

No class docstring
Line # Kind Name Docs
48 Method __init__ Undocumented
53 Method initialize Initialize the component.
98 Method get Make a search request. The context model is ingored.
234 Method clean Clean the component.

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.
def __init__(self):
Undocumented
def initialize(self):

Initialize the component.

This method is called by Component.create to finish the initialization of a component.
Returnsa deferred called when a component is fully initialized (type: twisted.internet.defer.Deferred )
def get(self, uri, context_model=None):
Make a search request. The context model is ingored.
def clean(self):

Clean the component.

This method is called when a component is not needed anymore to clean its state.
Returnsa deferred called when the component has finished cleaning its state (type: twisted.internet.defer.Deferred )
API Documentation for Elisa Media Center, generated by pydoctor at 2008-09-09 19:37:04.