public interface CompositionSearchOrder extends OsidObjectSearchOrder, OsidContainableSearchOrder, OsidOperableSearchOrder, OsidSourceableSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
CompositionSearchOrderRecord |
getCompositionSearchOrderRecord(Type compositionRecordType)
Gets the composition search order record corresponding to the given
repository record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderBySequesteredorderByActive, orderByDisabled, orderByEnabled, orderByOperationalgetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderCompositionSearchOrderRecord getCompositionSearchOrderRecord(Type compositionRecordType) throws OperationFailedException, PermissionDeniedException
Type. Multiple retrievals return the
same underlying object.compositionRecordType - a composition record typeNullArgumentException - compositionRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(compositionRecordType) is false
mandatory - This method must be implemented.