OSID Logo
OSID Specifications
inquiry rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inquiry.rules.AuditEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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.TypeauditEnablerRecordTypean audit enabler record type
Returnosid.inquiry.rules.records.AuditEnablerSearchOrderRecordthe audit enabler search order record
ErrorsNULL_ARGUMENT auditEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auditEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.