Interface BrokerConstrainerEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing broker constrainer enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetBrokerConstrainerEnablerSearchRecord(Type brokerConstrainerEnablerSearchRecordType) Gets the broker constrainer enabler search record corresponding to the given broker constrainer enabler search recordType.voidorderBrokerConstrainerEnablerResults(BrokerConstrainerEnablerSearchOrder brokerConstrainerEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongBrokerConstrainerEnablers(IdList brokerConstrainerEnablerIds) Execute this search among the given list of broker constrainer 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
-
searchAmongBrokerConstrainerEnablers
Execute this search among the given list of broker constrainer enablers.- Parameters:
brokerConstrainerEnablerIds- list of broker constrainer enablers- Throws:
NullArgumentException-brokerConstrainerEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderBrokerConstrainerEnablerResults
void orderBrokerConstrainerEnablerResults(BrokerConstrainerEnablerSearchOrder brokerConstrainerEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
brokerConstrainerEnablerSearchOrder- broker constrainer enabler search order- Throws:
NullArgumentException-brokerConstrainerEnablerSearchOrderisnullUnsupportedException-brokerConstrainerEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getBrokerConstrainerEnablerSearchRecord
BrokerConstrainerEnablerSearchRecord getBrokerConstrainerEnablerSearchRecord(Type brokerConstrainerEnablerSearchRecordType) throws OperationFailedException Gets the broker constrainer enabler search record corresponding to the given broker constrainer enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
brokerConstrainerEnablerSearchRecordType- a broker constrainer enabler search record type- Returns:
- the broker constrainer enabler search record
- Throws:
NullArgumentException-brokerConstrainerEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(brokerConstrainerEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-