public interface QueueProcessorEnablerSearchOrder extends OsidEnablerSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
QueueProcessorEnablerSearchOrderRecord |
getQueueProcessorEnablerSearchOrderRecord(Type queueProcessorEnablerRecordType)
Gets the queue processor enabler search order record corresponding to
the given queue 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, orderByStartDateQueueProcessorEnablerSearchOrderRecord getQueueProcessorEnablerSearchOrderRecord(Type queueProcessorEnablerRecordType) throws OperationFailedException
Type. Multiple
retrievals return the same underlying object.queueProcessorEnablerRecordType - a queue processor enabler
record typeNullArgumentException -
queueProcessorEnablerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(queueProcessorEnablerRecordType) is
false mandatory - This method must be implemented.