Interface DispatchConstrainerEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing dispatch constrainer enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetDispatchConstrainerEnablerSearchRecord(Type dispatchConstrainerEnablerSearchRecordType) Gets the dispatch constrainer enabler search record corresponding to the given dispatch constrainer enabler search recordType.voidorderDispatchConstrainerEnablerResults(DispatchConstrainerEnablerSearchOrder dispatchConstrainerEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongDispatchConstrainerEnablers(IdList dispatchConstrainerEnablerIds) Execute this search among the given list of dispatch 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
-
searchAmongDispatchConstrainerEnablers
Execute this search among the given list of dispatch constrainer enablers.- Parameters:
dispatchConstrainerEnablerIds- list of dispatch constrainer enablers- Throws:
NullArgumentException-dispatchConstrainerEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderDispatchConstrainerEnablerResults
void orderDispatchConstrainerEnablerResults(DispatchConstrainerEnablerSearchOrder dispatchConstrainerEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
dispatchConstrainerEnablerSearchOrder- dispatch constrainer enabler search order- Throws:
NullArgumentException-dispatchConstrainerEnablerSearchOrderisnullUnsupportedException-dispatchConstrainerEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getDispatchConstrainerEnablerSearchRecord
DispatchConstrainerEnablerSearchRecord getDispatchConstrainerEnablerSearchRecord(Type dispatchConstrainerEnablerSearchRecordType) throws OperationFailedException Gets the dispatch constrainer enabler search record corresponding to the given dispatch constrainer enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
dispatchConstrainerEnablerSearchRecordType- a dispatch constrainer enabler search record type- Returns:
- the dispatch constrainer enabler search record
- Throws:
NullArgumentException-dispatchConstrainerEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(dispatchConstrainerEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-