Interface | osid.provisioning.rules.BrokerConstrainerEnablerSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing broker constrainer enabler searches. | ||
Method | searchAmongBrokerConstrainerEnablers | ||
Description |
Execute this search among the given list of broker constrainer enablers. | ||
Parameters | osid.id.IdList | brokerConstrainerEnablerIds | list of broker constrainer enablers |
Errors | NULL_ARGUMENT | brokerConstrainerEnablerIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderBrokerConstrainerEnablerResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.provisioning.rules.BrokerConstrainerEnablerSearchOrder | brokerConstrainerEnablerSearchOrder | broker constrainer enabler search order |
Errors | NULL_ARGUMENT | brokerConstrainerEnablerSearchOrder is null | |
UNSUPPORTED | brokerConstrainerEnablerSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getBrokerConstrainerEnablerSearchRecord | ||
Description |
Gets the broker constrainer enabler search record
corresponding to the given broker constrainer enabler
search record | ||
Parameters | osid.type.Type | brokerConstrainerEnablerSearchRecordType | a broker constrainer enabler search record type |
Return | osid.provisioning.rules.records.BrokerConstrainerEnablerSearchRecord | the broker constrainer enabler search record | |
Errors | NULL_ARGUMENT | brokerConstrainerEnablerSearchRecordType is null
| |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(brokerConstrainerEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |