Interface | osid.provisioning.BrokerSearchOrder | ||
---|---|---|---|
Implements | osid.OsidGovernatorSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getBrokerSearchOrderRecord | ||
Description |
Gets the broker search order record corresponding to
the given broker | ||
Parameters | osid.type.Type | brokerRecordType | a broker record type |
Return | osid.provisioning.records.BrokerSearchOrderRecord | the broker search order record | |
Errors | NULL_ARGUMENT | brokerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(brokerRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |