| Interface | osid.mapping.path.rules.ObstacleEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getObstacleEnablerSearchOrderRecord | ||
| Description |
Gets the obstacle enabler search order record
corresponding to the given obstacle enabler record | ||
| Parameters | osid.type.Type | obstacleEnablerRecordType | an obstacle enabler record type |
| Return | osid.mapping.path.rules.records.ObstacleEnablerSearchOrderRecord | the obstacle enabler search order record | |
| Errors | NULL_ARGUMENT | obstacleEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(obstacleEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |