public interface InputEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
InputEnablerQueryInspector |
getInputEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
InputEnablerList |
getInputEnablers()
Gets the
InputEnablerList resulting from a search. |
InputEnablerSearchResultsRecord |
getInputEnablerSearchResultsRecord(Type inputEnablerSearchRecordType)
Gets the input enabler search results record corresponding to the
given input enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeInputEnablerList getInputEnablers()
InputEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. InputEnablerQueryInspector getInputEnablerQueryInspector()
mandatory - This method must be implemented. InputEnablerSearchResultsRecord getInputEnablerSearchResultsRecord(Type inputEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.inputEnablerSearchRecordType - an input enabler search record
typeNullArgumentException -
inputEnablerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(inputEnablerSearchRecordType) is
false mandatory - This method must be implemented.