public interface StepConstrainerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
StepConstrainerQueryInspector |
getStepConstrainerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
StepConstrainerList |
getStepConstrainers()
Gets the
StepConstrainerList resulting from a search. |
StepConstrainerSearchResultsRecord |
getStepConstrainerSearchResultsRecord(Type stepConstrainerSearchRecordType)
Gets the step constrainer search results record corresponding to the
given step constrainer search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeStepConstrainerList getStepConstrainers()
StepConstrainerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. StepConstrainerQueryInspector getStepConstrainerQueryInspector()
mandatory - This method must be implemented. StepConstrainerSearchResultsRecord getStepConstrainerSearchResultsRecord(Type stepConstrainerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.stepConstrainerSearchRecordType - a step constrainer search
record typeNullArgumentException -
stepConstrainerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(stepConstrainerSearchRecordType) is
false mandatory - This method must be implemented.