public interface ParameterProcessorSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ParameterProcessorQueryInspector |
getParameterProcessorQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ParameterProcessorList |
getParameterProcessors()
Gets the
ParameterProcessorList resulting from a
search. |
ParameterProcessorSearchResultsRecord |
getParameterProcessorSearchResultsRecord(Type parameterProcessorSearchRecordType)
Gets the parameter processor search results record corresponding to
the given parameter processor search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeParameterProcessorList getParameterProcessors()
ParameterProcessorList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. ParameterProcessorQueryInspector getParameterProcessorQueryInspector()
mandatory - This method must be implemented. ParameterProcessorSearchResultsRecord getParameterProcessorSearchResultsRecord(Type parameterProcessorSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This
method must be used to retrieve an object implementing the requested
record.parameterProcessorSearchRecordType - a parameter processor
search record typeNullArgumentException -
parameterProcessorSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(parameterProcessorSearchRecordType) is
false mandatory - This method must be implemented.