OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.inquiry.rules.AuditConstrainerEnablerSmartInquestSession
osid.inquiry.rules.AuditEnablerSearchSession
osid.inquiry.rules.AuditEnablerSmartInquestSession
Description

An interface for specifying the ordering of search results.

MethodgetAuditEnablerSearchOrderRecord
Description

Gets the audit enabler search order record corresponding to the given audit enabler record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypeauditEnablerRecordType an audit enabler record type
Returnosid.inquiry.rules.records.AuditEnablerSearchOrderRecord the audit enabler search order record
ErrorsNULL_ARGUMENT auditEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auditEnablerRecordType) is false
Compliancemandatory This method must be implemented.