public interface StepProcessorSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
StepProcessorQueryInspector |
getStepProcessorQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
StepProcessorList |
getStepProcessors()
Gets the
StepProcessorList resulting from a search. |
StepProcessorSearchResultsRecord |
getStepProcessorSearchResultsRecord(Type stepProcessorSearchRecordType)
Gets the step processor search results record corresponding to the
given step processor search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeStepProcessorList getStepProcessors()
StepProcessorList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. StepProcessorQueryInspector getStepProcessorQueryInspector()
mandatory - This method must be implemented. StepProcessorSearchResultsRecord getStepProcessorSearchResultsRecord(Type stepProcessorSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.stepProcessorSearchRecordType - a step processor search record
typeNullArgumentException -
stepProcessorSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(stepProcessorSearchRecordType) is
false mandatory - This method must be implemented.