Interface | osid.provisioning.rules.BrokerConstrainerEnablerSearchOrder | ||
---|---|---|---|
Implements | osid.OsidEnablerSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getBrokerConstrainerEnablerSearchOrderRecord | ||
Description |
Gets the broker constrainer enabler search order record
corresponding to the given broker constrainer enabler
record | ||
Parameters | osid.type.Type | brokerConstrainerEnablerRecordType | a broker constrainer enabler record type |
Return | osid.provisioning.rules.records.BrokerConstrainerEnablerSearchOrderRecord | the broker constrainer enabler search order record | |
Errors | NULL_ARGUMENT | brokerConstrainerEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(brokerConstrainerEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |