Interface | osid.repository.CompositionSearchOrder | ||
---|---|---|---|
Implements | osid.OsidObjectSearchOrder | ||
osid.OsidContainableSearchOrder | |||
osid.OsidOperableSearchOrder | |||
osid.OsidSourceableSearchOrder | |||
Description |
An interface for specifying the ordering of search results. | ||
Method | getCompositionSearchOrderRecord | ||
Description |
Gets the composition search order record corresponding
to the given repository record | ||
Parameters | osid.type.Type | compositionRecordType | a composition record type |
Return | osid.repository.records.CompositionSearchOrderRecord | the composition search order record | |
Errors | NULL_ARGUMENT | compositionRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(compositionRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |