Interface | osid.mapping.path.rules.ObstacleEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getObstacleEnablers | ||
Description |
Gets the | ||
Return | osid.mapping.path.rules.ObstacleEnablerList | the obstacle enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getObstacleEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.mapping.path.rules.ObstacleEnablerQueryInspector | the obstacle enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getObstacleEnablerSearchResultsRecord | ||
Description |
Gets the obstacle enabler search results record
corresponding to the given obstacle enabler search record
| ||
Parameters | osid.type.Type | obstacleEnablerSearchRecordType | an obstacle enabler search record type |
Return | osid.mapping.path.rules.records.ObstacleEnablerSearchResultsRecord | the obstacle enabler search results record | |
Errors | NULL_ARGUMENT | obstacleEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(obstacleEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |