public interface BrokerConstrainerEnablerSearch extends OsidSearch
The search interface for governing broker constrainer enabler searches.
| Modifier and Type | Method and Description |
|---|---|
BrokerConstrainerEnablerSearchRecord |
getBrokerConstrainerEnablerSearchRecord(Type brokerConstrainerEnablerSearchRecordType)
Gets the broker constrainer enabler search record corresponding to the
given broker constrainer enabler search record
Type. |
void |
orderBrokerConstrainerEnablerResults(BrokerConstrainerEnablerSearchOrder brokerConstrainerEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongBrokerConstrainerEnablers(IdList brokerConstrainerEnablerIds)
Execute this search among the given list of broker constrainer
enablers.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongBrokerConstrainerEnablers(IdList brokerConstrainerEnablerIds)
brokerConstrainerEnablerIds - list of broker constrainer
enablersNullArgumentException -
brokerConstrainerEnablerIds is null mandatory - This method must be implemented. void orderBrokerConstrainerEnablerResults(BrokerConstrainerEnablerSearchOrder brokerConstrainerEnablerSearchOrder)
brokerConstrainerEnablerSearchOrder - broker constrainer enabler
search orderNullArgumentException -
brokerConstrainerEnablerSearchOrder is null
UnsupportedException -
brokerConstrainerEnablerSearchOrder is not of this
servicemandatory - This method must be implemented. BrokerConstrainerEnablerSearchRecord getBrokerConstrainerEnablerSearchRecord(Type brokerConstrainerEnablerSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object implementing the requested
record.brokerConstrainerEnablerSearchRecordType - a broker constrainer
enabler search record typeNullArgumentException -
brokerConstrainerEnablerSearchRecordType is
null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(brokerConstrainerEnablerSearchRecordType)
is false mandatory - This method must be implemented.