public interface ObstacleEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ObstacleEnablerQueryInspector |
getObstacleEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ObstacleEnablerList |
getObstacleEnablers()
Gets the
ObstacleEnablerList resulting from a search. |
ObstacleEnablerSearchResultsRecord |
getObstacleEnablerSearchResultsRecord(Type obstacleEnablerSearchRecordType)
Gets the obstacle enabler search results record corresponding to the
given obstacle enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeObstacleEnablerList getObstacleEnablers()
ObstacleEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. ObstacleEnablerQueryInspector getObstacleEnablerQueryInspector()
mandatory - This method must be implemented. ObstacleEnablerSearchResultsRecord getObstacleEnablerSearchResultsRecord(Type obstacleEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.obstacleEnablerSearchRecordType - an obstacle enabler search
record typeNullArgumentException -
obstacleEnablerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(obstacleEnablerSearchRecordType) is
false mandatory - This method must be implemented.