public interface QueueConstrainerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
QueueConstrainerQueryInspector |
getQueueConstrainerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
QueueConstrainerList |
getQueueConstrainers()
Gets the
QueueConstrainerList resulting from a search. |
QueueConstrainerSearchResultsRecord |
getQueueConstrainerSearchResultsRecord(Type queueConstrainerSearchRecordType)
Gets the queue constrainer search results record corresponding to the
given queue constrainer search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
QueueConstrainerList getQueueConstrainers()
QueueConstrainerList
resulting from a search.IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. QueueConstrainerQueryInspector getQueueConstrainerQueryInspector()
mandatory
- This method must be implemented. QueueConstrainerSearchResultsRecord getQueueConstrainerSearchResultsRecord(Type queueConstrainerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method
must be used to retrieve an object implementing the requested record.queueConstrainerSearchRecordType
- a queue constrainer search
record typeNullArgumentException
-
queueConstrainerSearchRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(queueConstrainerSearchRecordType)
is
false
mandatory
- This method must be implemented.