Interface BrokerEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing broker enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetBrokerEnablerSearchRecord(Type brokerEnablerSearchRecordType) Gets the broker enabler search record corresponding to the given broker enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderBrokerEnablerResults(BrokerEnablerSearchOrder brokerEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongBrokerEnablers(IdList brokerEnablerIds) Execute this search among the given list of broker 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
-
searchAmongBrokerEnablers
Execute this search among the given list of broker enablers.- Parameters:
brokerEnablerIds- list of broker enablers- Throws:
NullArgumentException-brokerEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderBrokerEnablerResults
Specify an ordering to the search results.- Parameters:
brokerEnablerSearchOrder- broker enabler search order- Throws:
NullArgumentException-brokerEnablerSearchOrderisnullUnsupportedException-brokerEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getBrokerEnablerSearchRecord
BrokerEnablerSearchRecord getBrokerEnablerSearchRecord(Type brokerEnablerSearchRecordType) throws OperationFailedException Gets the broker enabler search record corresponding to the given broker enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
brokerEnablerSearchRecordType- a broker enabler search record type- Returns:
- the broker enabler search record
- Throws:
NullArgumentException-brokerEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(brokerEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-