Interface DispatchProcessorEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing dispatch processor enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetDispatchProcessorEnablerSearchRecord(Type dispatchProcessorEnablerSearchRecordType) Gets the dispatch processor enabler search record corresponding to the given dispatch processor enabler search recordType.voidorderDispatchProcessorEnablerResults(DispatchProcessorEnablerSearchOrder dispatchProcessorEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongDispatchProcessorEnablers(IdList dispatchProcessorEnablerIds) Execute this search among the given list of dispatch 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
-
searchAmongDispatchProcessorEnablers
Execute this search among the given list of dispatch processor enablers.- Parameters:
dispatchProcessorEnablerIds- list of dispatch processor enablers- Throws:
NullArgumentException-dispatchProcessorEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderDispatchProcessorEnablerResults
void orderDispatchProcessorEnablerResults(DispatchProcessorEnablerSearchOrder dispatchProcessorEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
dispatchProcessorEnablerSearchOrder- dispatch processor enabler search order- Throws:
NullArgumentException-dispatchProcessorEnablerSearchOrderisnullUnsupportedException-dispatchProcessorEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getDispatchProcessorEnablerSearchRecord
DispatchProcessorEnablerSearchRecord getDispatchProcessorEnablerSearchRecord(Type dispatchProcessorEnablerSearchRecordType) throws OperationFailedException Gets the dispatch processor enabler search record corresponding to the given dispatch processor enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
dispatchProcessorEnablerSearchRecordType- a dispatch processor enabler search record type- Returns:
- the dispatch processor enabler search record
- Throws:
NullArgumentException-dispatchProcessorEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(dispatchProcessorEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-