public interface BrokerProcessorSearch extends OsidSearch
The search interface for governing broker processor searches.
Modifier and Type | Method and Description |
---|---|
BrokerProcessorSearchRecord |
getBrokerProcessorSearchRecord(Type brokerProcessorSearchRecordType)
Gets the broker processor search record corresponding to the given
broker processor search record
Type. |
void |
orderBrokerProcessorResults(BrokerProcessorSearchOrder brokerProcessorSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongBrokerProcessors(IdList distributorIds)
Execute this search among the given list of broker processors.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongBrokerProcessors(IdList distributorIds)
distributorIds
- list of broker processorsNullArgumentException
- distributorIds
is null
mandatory
- This method must be implemented. void orderBrokerProcessorResults(BrokerProcessorSearchOrder brokerProcessorSearchOrder)
brokerProcessorSearchOrder
- broker processor search orderNullArgumentException
-
brokerProcessorSearchOrder
is null
UnsupportedException
-
brokerProcessorSearchOrder
is not of this servicemandatory
- This method must be implemented. BrokerProcessorSearchRecord getBrokerProcessorSearchRecord(Type brokerProcessorSearchRecordType) throws OperationFailedException
Type.
This method is
used to retrieve an object implementing the requested record.brokerProcessorSearchRecordType
- a broker processor search
record typeNullArgumentException
-
brokerProcessorSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(brokerProcessorSearchRecordType)
is
false
mandatory
- This method must be implemented.