public interface CanonicalUnitProcessorEnablerSearchOrder extends OsidEnablerSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
CanonicalUnitProcessorEnablerSearchOrderRecord |
getCanonicalUnitProcessorEnablerSearchOrderRecord(Type canonicalUnitProcessorEnablerRecordType)
Gets the canonical unit processor enabler search order record
corresponding to the given canonical unit processor enabler record
Type. |
getCyclicEventSearchOrder, getDemographicSearchOrder, getEventSearchOrder, getScheduleSearchOrder, orderByCyclicEvent, orderByDemographic, orderByEvent, orderBySchedule, supportsCyclicEventSearchOrder, supportsDemographicSearchOrder, supportsEventSearchOrder, supportsScheduleSearchOrdergetRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalorderByEffective, orderByEndDate, orderByStartDateCanonicalUnitProcessorEnablerSearchOrderRecord getCanonicalUnitProcessorEnablerSearchOrderRecord(Type canonicalUnitProcessorEnablerRecordType) throws OperationFailedException
Type. Multiple retrievals return the same underlying
object.canonicalUnitProcessorEnablerRecordType - a canonical unit
processor enabler record typeNullArgumentException -
canonicalUnitProcessorEnablerRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(canonicalUnitProcessorEnablerRecordType)
is false mandatory - This method must be implemented.