Part of elisa.plugins.search.search_metaresource_provider View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
50 | Method | __init__ | Undocumented |
55 | Method | initialize | Initialize the component. |
100 | Method | get | Make a search request. The context model is ingored. |
236 | Method | clean | Clean the component. |
63 | Method | _add_searcher | Undocumented |
74 | Method | _load_searchers | Load the searchers that are defined in the entrypoint |
143 | Method | _model_returner | Undocumented |
147 | Method | _call_searchers | Undocumented |
225 | Method | _clean_searchers | Undocumented |
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. |
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
) |
SearchMetaresourceProvider.entry_point
. Use pkg_resources for
that.
Clean the component.
This method is called when a component is not needed anymore to clean its state.Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) |