public interface CanonicalUnitProcessorSearchOrder extends OsidProcessorSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
CanonicalUnitProcessorSearchOrderRecord |
getCanonicalUnitProcessorSearchOrderRecord(Type canonicalUnitProcessorRecordType)
Gets the canonical unit processor search order record corresponding to
the given canonical unit processor record
Type. |
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalCanonicalUnitProcessorSearchOrderRecord getCanonicalUnitProcessorSearchOrderRecord(Type canonicalUnitProcessorRecordType) throws OperationFailedException
Type.
Multiple retrievals return the same underlying object.canonicalUnitProcessorRecordType - a canonical unit processor
record typeNullArgumentException -
canonicalUnitProcessorRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(canonicalUnitProcessorRecordType) is
false mandatory - This method must be implemented.