Interface QueueEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing queue enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetQueueEnablerSearchRecord(Type queueEnablerSearchRecordType) Gets the queue enabler search record corresponding to the given queue enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderQueueEnablerResults(QueueEnablerSearchOrder queueEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongQueueEnablers(IdList queueEnablerIds) Execute this search among the given list of queue 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
-
searchAmongQueueEnablers
Execute this search among the given list of queue enablers.- Parameters:
queueEnablerIds- list of queue enablers- Throws:
NullArgumentException-queueEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderQueueEnablerResults
Specify an ordering to the search results.- Parameters:
queueEnablerSearchOrder- queue enabler search order- Throws:
NullArgumentException-queueEnablerSearchOrderisnullUnsupportedException-queueEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getQueueEnablerSearchRecord
QueueEnablerSearchRecord getQueueEnablerSearchRecord(Type queueEnablerSearchRecordType) throws OperationFailedException Gets the queue enabler search record corresponding to the given queue enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
queueEnablerSearchRecordType- a queue enabler search record type- Returns:
- the queue enabler search record
- Throws:
NullArgumentException-queueEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(queueEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-