public interface ParameterSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ParameterQueryInspector |
getParameterQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ParameterList |
getParameters()
Gets the parameter list resulting from a search.
|
ParameterSearchResultsRecord |
getParameterSearchResultsRecord(Type parameterSearchRecordType)
Gets the parameter search results record corresponding to the given
parameter search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeParameterList getParameters()
IllegalStateException - list already retrievedmandatory - This method must be implemented. ParameterQueryInspector getParameterQueryInspector()
mandatory - This method must be implemented. ParameterSearchResultsRecord getParameterSearchResultsRecord(Type parameterSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.parameterSearchRecordType - a parameter search record typeNullArgumentException -
parameterSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(parameterSearchRecordType) is
false mandatory - This method must be implemented.