Interface | osid.provisioning.rules.BrokerProcessorEnablerSearchSession | ||
---|---|---|---|
Implements | osid.provisioning.rules.BrokerProcessorEnablerQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
Method | getBrokerProcessorEnablerSearch | ||
Description |
Gets a broker processor enabler search. | ||
Return | osid.provisioning.rules.BrokerProcessorEnablerSearch | the broker processor enabler search | |
Compliance | mandatory | This method must be implemented. | |
Method | getBrokerProcessorEnablerSearchOrder | ||
Description |
Gets a broker processor enabler search order. The
| ||
Return | osid.provisioning.rules.BrokerProcessorEnablerSearchOrder | the broker processor enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getBrokerProcessorEnablersBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.provisioning.rules.BrokerProcessorEnablerQuery | brokerProcessorEnablerQuery | the broker processor enabler query |
osid.provisioning.rules.BrokerProcessorEnablerSearch | brokerProcessorEnablerSearch | the broker processor enabler search | |
Return | osid.provisioning.rules.BrokerProcessorEnablerSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | brokerProcessorEnablerQuery or
brokerProcessorEnablerSearch is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | brokerProcessorEnablerQuery or
brokerProcessorEnablerSearch is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getBrokerProcessorEnablerQueryFromInspector | ||
Description |
Gets a broker processor enabler query from an
inspector. The inspector is available from a | ||
Parameters | osid.provisioning.rules.BrokerProcessorEnablerQueryInspector | brokerProcessorEnablerQueryInspector | a broker processor enabler query inspector |
Return | osid.provisioning.rules.BrokerProcessorEnablerQuery | the broker processor enabler query | |
Errors | NULL_ARGUMENT | brokerProcessorEnablerQueryInspector is null | |
UNSUPPORTED | brokerProcessorEnablerQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |