public interface StateSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
StateQueryInspector |
getStateQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
StateList |
getStates()
Gets the state list resulting from a search.
|
StateSearchResultsRecord |
getStateSearchResultsRecord(Type stateSearchRecordType)
Gets the state search results record corresponding to the given state
search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
StateList getStates()
IllegalStateException
- list already retrievedmandatory
- This method must be implemented. StateQueryInspector getStateQueryInspector()
mandatory
- This method must be implemented. StateSearchResultsRecord getStateSearchResultsRecord(Type stateSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an
object implementing the requested record.stateSearchRecordType
- a state search record typeNullArgumentException
- stateSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordTypeType(stateSearchRecordType)
is
false
mandatory
- This method must be implemented.