public interface AuditSearchOrder extends OsidGovernatorSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
AuditSearchOrderRecord |
getAuditSearchOrderRecord(Type auditRecordType)
Gets the audit search order record corresponding to the given audit
record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalgetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderAuditSearchOrderRecord getAuditSearchOrderRecord(Type auditRecordType) throws OperationFailedException
Type. Multiple retrievals return the same
underlying object.auditRecordType - an audit record typeNullArgumentException - auditRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(auditRecordType) is false mandatory - This method must be implemented.