OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.inquiry.rules.AuditProcessorEnablerSearchSession
osid.inquiry.rules.AuditProcessorEnablerSmartInquestSession
Description

An interface for specifying the ordering of search results.

MethodgetAuditProcessorEnablerSearchOrderRecord
Description

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

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