public interface QueueSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
QueueQueryInspector |
getQueueQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
QueueList |
getQueues()
Gets the queue list resulting from a search.
|
QueueSearchResultsRecord |
getQueueSearchResultsRecord(Type queueSearchRecordType)
Gets the queue search results record corresponding to the given queue
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeQueueList getQueues()
IllegalStateException - list already retrievedmandatory - This method must be implemented. QueueQueryInspector getQueueQueryInspector()
mandatory - This method must be implemented. QueueSearchResultsRecord getQueueSearchResultsRecord(Type queueSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an
object implementing the requested record.queueSearchRecordType - a queue search record typeNullArgumentException - queueSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(queueSearchRecordType) is false
mandatory - This method must be implemented.