public interface QueueProcessorSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
QueueProcessorQueryInspector |
getQueueProcessorQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
QueueProcessorList |
getQueueProcessors()
Gets the
QueueProcessorList resulting from a search. |
QueueProcessorSearchResultsRecord |
getQueueProcessorSearchResultsRecord(Type queueProcessorSearchRecordType)
Gets the queue processor search results record corresponding to the
given queue processor search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeQueueProcessorList getQueueProcessors()
QueueProcessorList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. QueueProcessorQueryInspector getQueueProcessorQueryInspector()
mandatory - This method must be implemented. QueueProcessorSearchResultsRecord getQueueProcessorSearchResultsRecord(Type queueProcessorSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.queueProcessorSearchRecordType - a queue processor search record
typeNullArgumentException -
queueProcessorSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(queueProcessorSearchRecordType) is
false mandatory - This method must be implemented.