public interface BrokerProcessorEnablerSearch extends OsidSearch
The search interface for governing broker processor enabler searches.
| Modifier and Type | Method and Description |
|---|---|
BrokerProcessorEnablerSearchRecord |
getBrokerProcessorEnablerSearchRecord(Type brokerProcessorEnablerSearchRecordType)
Gets the broker processor enabler search record corresponding to the
given broker processor enabler search record
Type. |
void |
orderBrokerProcessorEnablerResults(BrokerProcessorEnablerSearchOrder brokerProcessorEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongBrokerProcessorEnablers(IdList brokerProcessorEnablerIds)
Execute this search among the given list of broker processor enablers.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongBrokerProcessorEnablers(IdList brokerProcessorEnablerIds)
brokerProcessorEnablerIds - list of broker processor enablersNullArgumentException -
brokerProcessorEnablerIds is null mandatory - This method must be implemented. void orderBrokerProcessorEnablerResults(BrokerProcessorEnablerSearchOrder brokerProcessorEnablerSearchOrder)
brokerProcessorEnablerSearchOrder - broker processor enabler
search orderNullArgumentException -
brokerProcessorEnablerSearchOrder is null
UnsupportedException -
brokerProcessorEnablerSearchOrder is not of this
servicemandatory - This method must be implemented. BrokerProcessorEnablerSearchRecord getBrokerProcessorEnablerSearchRecord(Type brokerProcessorEnablerSearchRecordType) throws OperationFailedException
Type. This
method is used to retrieve an object implementing the requested
record.brokerProcessorEnablerSearchRecordType - a broker processor
enabler search record typeNullArgumentException -
brokerProcessorEnablerSearchRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(brokerProcessorEnablerSearchRecordType)
is false mandatory - This method must be implemented.