Interface | osid.provisioning.rules.BrokerProcessorEnablerSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing broker processor enabler searches. | ||
Method | searchAmongBrokerProcessorEnablers | ||
Description |
Execute this search among the given list of broker processor enablers. | ||
Parameters | osid.id.IdList | brokerProcessorEnablerIds | list of broker processor enablers |
Errors | NULL_ARGUMENT | brokerProcessorEnablerIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderBrokerProcessorEnablerResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.provisioning.rules.BrokerProcessorEnablerSearchOrder | brokerProcessorEnablerSearchOrder | broker processor enabler search order |
Errors | NULL_ARGUMENT | brokerProcessorEnablerSearchOrder is null | |
UNSUPPORTED | brokerProcessorEnablerSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getBrokerProcessorEnablerSearchRecord | ||
Description |
Gets the broker processor enabler search record
corresponding to the given broker processor enabler search
record | ||
Parameters | osid.type.Type | brokerProcessorEnablerSearchRecordType | a broker processor enabler search record type |
Return | osid.provisioning.rules.records.BrokerProcessorEnablerSearchRecord | the broker processor enabler search record | |
Errors | NULL_ARGUMENT | brokerProcessorEnablerSearchRecordType is null
| |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(brokerProcessorEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |