OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.inquiry.rules.AuditConstrainerEnablerSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetAuditConstrainerEnablerSearchOrderRecord
Description

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

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