public interface ProcessEnablerSearchOrder extends OsidEnablerSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
ProcessEnablerSearchOrderRecord |
getProcessEnablerSearchOrderRecord(Type processEnablerRecordType)
Gets the process enabler search order record corresponding to the
given process enabler record
Type. |
getCyclicEventSearchOrder, getDemographicSearchOrder, getEventSearchOrder, getScheduleSearchOrder, orderByCyclicEvent, orderByDemographic, orderByEvent, orderBySchedule, supportsCyclicEventSearchOrder, supportsDemographicSearchOrder, supportsEventSearchOrder, supportsScheduleSearchOrder
getRuleSearchOrder, orderByRule, supportsRuleSearchOrder
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
orderByActive, orderByDisabled, orderByEnabled, orderByOperational
orderByEffective, orderByEndDate, orderByStartDate
ProcessEnablerSearchOrderRecord getProcessEnablerSearchOrderRecord(Type processEnablerRecordType) throws OperationFailedException
Type.
Multiple retrievals
return the same underlying object.processEnablerRecordType
- a process enabler record typeNullArgumentException
- processEnablerRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(processEnablerRecordType)
is
false
mandatory
- This method must be implemented.