public interface QueueConstrainerEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
QueueConstrainerEnablerQueryInspector |
getQueueConstrainerEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
QueueConstrainerEnablerList |
getQueueConstrainerEnablers()
Gets the
QueueConstrainerEnablerList resulting from a
search. |
QueueConstrainerEnablerSearchResultsRecord |
getQueueConstrainerEnablerSearchResultsRecord(Type queueConstrainerEnablerSearchRecordType)
Gets the queue constrainer enabler search results record corresponding
to the given queue constrainer enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeQueueConstrainerEnablerList getQueueConstrainerEnablers()
QueueConstrainerEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. QueueConstrainerEnablerQueryInspector getQueueConstrainerEnablerQueryInspector()
mandatory - This method must be implemented. QueueConstrainerEnablerSearchResultsRecord getQueueConstrainerEnablerSearchResultsRecord(Type queueConstrainerEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing
the requested record.queueConstrainerEnablerSearchRecordType - a queue constrainer
enabler search record typeNullArgumentException -
queueConstrainerEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(queueConstrainerEnablerSearchRecordType)
is false mandatory - This method must be implemented.