Interface DispatchConstrainerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing dispatch constrainer searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetDispatchConstrainerSearchRecord(Type dispatchConstrainerSearchRecordType) Gets the dispatch constrainer search record corresponding to the given dispatch constrainer search recordType.voidorderDispatchConstrainerResults(DispatchConstrainerSearchOrder dispatchConstrainerSearchOrder) Specify an ordering to the search results.voidsearchAmongDispatchConstrainers(IdList dispatchConstrainerIds) Execute this search among the given list of dispatch constrainers.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
-
searchAmongDispatchConstrainers
Execute this search among the given list of dispatch constrainers.- Parameters:
dispatchConstrainerIds- list of dispatch constrainer- Throws:
NullArgumentException-dispatchConstrainerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderDispatchConstrainerResults
Specify an ordering to the search results.- Parameters:
dispatchConstrainerSearchOrder- dispatch constrainer search order- Throws:
NullArgumentException-dispatchConstrainerSearchOrderisnullUnsupportedException-dispatchConstrainerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getDispatchConstrainerSearchRecord
DispatchConstrainerSearchRecord getDispatchConstrainerSearchRecord(Type dispatchConstrainerSearchRecordType) throws OperationFailedException Gets the dispatch constrainer search record corresponding to the given dispatch constrainer search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
dispatchConstrainerSearchRecordType- a dispatch constrainer search record type- Returns:
- the dispatch constrainer search record
- Throws:
NullArgumentException-dispatchConstrainerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(dispatchConstrainerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-