Interface | osid.provisioning.rules.BrokerProcessorSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing broker processor searches. | ||
Method | searchAmongBrokerProcessors | ||
Description |
Execute this search among the given list of broker processors. | ||
Parameters | osid.id.IdList | distributorIds | list of broker processors |
Errors | NULL_ARGUMENT | distributorIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderBrokerProcessorResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.provisioning.rules.BrokerProcessorSearchOrder | brokerProcessorSearchOrder | broker processor search order |
Errors | NULL_ARGUMENT | brokerProcessorSearchOrder is null | |
UNSUPPORTED | brokerProcessorSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getBrokerProcessorSearchRecord | ||
Description |
Gets the broker processor search record corresponding
to the given broker processor search record | ||
Parameters | osid.type.Type | brokerProcessorSearchRecordType | a broker processor search record type |
Return | osid.provisioning.rules.records.BrokerProcessorSearchRecord | the broker processor search record | |
Errors | NULL_ARGUMENT | brokerProcessorSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(brokerProcessorSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |