Interface | osid.hold.OublietteSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getOublietteSearchOrderRecord | ||
Description |
Gets the oubliette search order record corresponding to
the given oubliette | ||
Parameters | osid.type.Type | oublietteRecordType | an oubliette record type |
Return | osid.hold.records.OublietteSearchOrderRecord | the oubliette search order record | |
Errors | NULL_ARGUMENT | oublietteRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(oublietteRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |