OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
Used Byosid.inquiry.rules.AuditConstrainerSearchSession
osid.inquiry.rules.AuditConstrainerSmartInquestSession
Description

An interface for specifying the ordering of search results.

MethodgetAuditConstrainerSearchOrderRecord
Description

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

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