public interface ParameterProcessorEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ParameterProcessorEnablerQueryInspector |
getParameterProcessorEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ParameterProcessorEnablerList |
getParameterProcessorEnablers()
Gets the
ParameterProcessorEnablerList resulting from a
search. |
ParameterProcessorEnablerSearchResultsRecord |
getParameterProcessorEnablerSearchResultsRecord(Type parameterProcessorEnablerSearchRecordType)
Gets the parameter processor enabler search results record
corresponding to the given parameter processor enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeParameterProcessorEnablerList getParameterProcessorEnablers()
ParameterProcessorEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. ParameterProcessorEnablerQueryInspector getParameterProcessorEnablerQueryInspector()
mandatory - This method must be implemented. ParameterProcessorEnablerSearchResultsRecord getParameterProcessorEnablerSearchResultsRecord(Type parameterProcessorEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method must be used to retrieve an object
implementing the requested record.parameterProcessorEnablerSearchRecordType - a parameter
processor enabler search record typeNullArgumentException -
parameterProcessorEnablerSearchRecordType is
null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(parameterProcessorEnablerSearchRecordType)
is false mandatory - This method must be implemented.