public interface QueueConstrainerSearch extends OsidSearch
The search interface for governing queue constrainer searches.
Modifier and Type | Method and Description |
---|---|
QueueConstrainerSearchRecord |
getQueueConstrainerSearchRecord(Type queueConstrainerSearchRecordType)
Gets the queue constrainer search record corresponding to the given
queue constrainer search record
Type. |
void |
orderQueueConstrainerResults(QueueConstrainerSearchOrder queueConstrainerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongQueueConstrainers(IdList distributorIds)
Execute this search among the given list of queue constrainers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongQueueConstrainers(IdList distributorIds)
distributorIds
- list of queue constrainersNullArgumentException
- distributorIds
is null
mandatory
- This method must be implemented. void orderQueueConstrainerResults(QueueConstrainerSearchOrder queueConstrainerSearchOrder)
queueConstrainerSearchOrder
- queue constrainer search orderNullArgumentException
-
queueConstrainerSearchOrder
is null
UnsupportedException
-
queueConstrainerSearchOrder
is not of this servicemandatory
- This method must be implemented. QueueConstrainerSearchRecord getQueueConstrainerSearchRecord(Type queueConstrainerSearchRecordType) throws OperationFailedException
Type.
This method is
used to retrieve an object implementing the requested record.queueConstrainerSearchRecordType
- a queue constrainer search
record typeNullArgumentException
-
queueConstrainerSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(queueConstrainerSearchRecordType)
is
false
mandatory
- This method must be implemented.