Interface BrokerProcessorEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing broker processor enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetBrokerProcessorEnablerSearchRecord(Type brokerProcessorEnablerSearchRecordType) Gets the broker processor enabler search record corresponding to the given broker processor enabler search recordType.voidorderBrokerProcessorEnablerResults(BrokerProcessorEnablerSearchOrder brokerProcessorEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongBrokerProcessorEnablers(IdList brokerProcessorEnablerIds) Execute this search among the given list of broker processor enablers.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongBrokerProcessorEnablers
Execute this search among the given list of broker processor enablers.- Parameters:
brokerProcessorEnablerIds- list of broker processor enablers- Throws:
NullArgumentException-brokerProcessorEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderBrokerProcessorEnablerResults
void orderBrokerProcessorEnablerResults(BrokerProcessorEnablerSearchOrder brokerProcessorEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
brokerProcessorEnablerSearchOrder- broker processor enabler search order- Throws:
NullArgumentException-brokerProcessorEnablerSearchOrderisnullUnsupportedException-brokerProcessorEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getBrokerProcessorEnablerSearchRecord
BrokerProcessorEnablerSearchRecord getBrokerProcessorEnablerSearchRecord(Type brokerProcessorEnablerSearchRecordType) throws OperationFailedException Gets the broker processor enabler search record corresponding to the given broker processor enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
brokerProcessorEnablerSearchRecordType- a broker processor enabler search record type- Returns:
- the broker processor enabler search record
- Throws:
NullArgumentException-brokerProcessorEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(brokerProcessorEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-