public interface JobConstrainerSearchOrder extends OsidConstrainerSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
JobConstrainerSearchOrderRecord |
getJobConstrainerSearchOrderRecord(Type jobConstrainerRecordType)
Gets the job constrainer search order record corresponding to the
given job constrainer record
Type. |
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalJobConstrainerSearchOrderRecord getJobConstrainerSearchOrderRecord(Type jobConstrainerRecordType) throws OperationFailedException
Type. Multiple retrievals
return the same underlying object.jobConstrainerRecordType - a job constrainer record typeNullArgumentException - jobConstrainerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(jobConstrainerRecordType) is
false mandatory - This method must be implemented.