public interface StepConstrainerEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
StepConstrainerEnablerQueryInspector |
getStepConstrainerEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
StepConstrainerEnablerList |
getStepConstrainerEnablers()
Gets the
StepConstrainerEnablerList resulting from a
search. |
StepConstrainerEnablerSearchResultsRecord |
getStepConstrainerEnablerSearchResultsRecord(Type stepConstrainerEnablerSearchRecordType)
Gets the step constrainer enabler search results record corresponding
to the given step constrainer enabler search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
StepConstrainerEnablerList getStepConstrainerEnablers()
StepConstrainerEnablerList
resulting from a
search.IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. StepConstrainerEnablerQueryInspector getStepConstrainerEnablerQueryInspector()
mandatory
- This method must be implemented. StepConstrainerEnablerSearchResultsRecord getStepConstrainerEnablerSearchResultsRecord(Type stepConstrainerEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing
the requested record.stepConstrainerEnablerSearchRecordType
- a step constrainer
enabler search record typeNullArgumentException
-
stepConstrainerEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(stepConstrainerEnablerSearchRecordType)
is false
mandatory
- This method must be implemented.