OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditProcessorSearchOrder
Implementsosid.OsidProcessorSearchOrder
Used Byosid.inquiry.rules.AuditProcessorSearchSession
osid.inquiry.rules.AuditProcessorSmartInquestSession
Description

An interface for specifying the ordering of search results.

MethodgetAuditProcessorSearchOrderRecord
Description

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

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