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