public interface ValueSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ValueQueryInspector |
getValueQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ValueList |
getValues()
Gets the vakue list resulting from a search.
|
ValueSearchResultsRecord |
getValueSearchResultsRecord(Type valueSearchRecordType)
Gets the value search results record corresponding to the given value
search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeValueList getValues()
IllegalStateException - list already retrievedmandatory - This method must be implemented. ValueQueryInspector getValueQueryInspector()
mandatory - This method must be implemented. ValueSearchResultsRecord getValueSearchResultsRecord(Type valueSearchRecordType) throws OperationFailedException
valueSearchRecordType - a value search record typeNullArgumentException - valueSearchRecordType is
null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(valueSearchRecordType) is false mandatory - This method must be implemented.