Interface | osid.mapping.path.PathSearchOrder | ||
---|---|---|---|
Implements | osid.OsidObjectSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getPathSearchOrderRecord | ||
Description |
Gets the path order record corresponding to the given
path record | ||
Parameters | osid.type.Type | pathRecordType | a path record type |
Return | osid.mapping.path.records.PathSearchOrderRecord | the path search order record | |
Errors | NULL_ARGUMENT | pathRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(pathRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |