public interface StepProcessorEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
StepProcessorEnablerQueryInspector |
getStepProcessorEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
StepProcessorEnablerList |
getStepProcessorEnablers()
Gets the
StepProcessorEnablerList resulting from a
search. |
StepProcessorEnablerSearchResultsRecord |
getStepProcessorEnablerSearchResultsRecord(Type stepProcessorEnablerSearchRecordType)
Gets the step processor enabler search results record corresponding to
the given step processor enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeStepProcessorEnablerList getStepProcessorEnablers()
StepProcessorEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. StepProcessorEnablerQueryInspector getStepProcessorEnablerQueryInspector()
mandatory - This method must be implemented. StepProcessorEnablerSearchResultsRecord getStepProcessorEnablerSearchResultsRecord(Type stepProcessorEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing the
requested record.stepProcessorEnablerSearchRecordType - a step processor enabler
search record typeNullArgumentException -
stepProcessorEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(stepProcessorEnablerSearchRecordType) is
false mandatory - This method must be implemented.