Interface QueueConstrainerEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing queue constrainer enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetQueueConstrainerEnablerSearchRecord(Type queueConstrainerEnablerSearchRecordType) Gets the queue constrainer enabler search record corresponding to the given queue constrainer enabler search recordType.voidorderQueueConstrainerEnablerResults(QueueConstrainerEnablerSearchOrder queueConstrainerEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongQueueConstrainerEnablers(IdList queueConstrainerEnablerIds) Execute this search among the given list of queue 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
-
searchAmongQueueConstrainerEnablers
Execute this search among the given list of queue constrainer enablers.- Parameters:
queueConstrainerEnablerIds- list of queue constrainer enablers- Throws:
NullArgumentException-queueConstrainerEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderQueueConstrainerEnablerResults
void orderQueueConstrainerEnablerResults(QueueConstrainerEnablerSearchOrder queueConstrainerEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
queueConstrainerEnablerSearchOrder- queue constrainer enabler search order- Throws:
NullArgumentException-queueConstrainerEnablerSearchOrderisnullUnsupportedException-queueConstrainerEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getQueueConstrainerEnablerSearchRecord
QueueConstrainerEnablerSearchRecord getQueueConstrainerEnablerSearchRecord(Type queueConstrainerEnablerSearchRecordType) throws OperationFailedException Gets the queue constrainer enabler search record corresponding to the given queue constrainer enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
queueConstrainerEnablerSearchRecordType- a queue constrainer enabler search record type- Returns:
- the queue constrainer enabler search record
- Throws:
NullArgumentException-queueConstrainerEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(queueConstrainerEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-