OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditConstrainer
Implementsosid.OsidConstrainer
Used Byosid.inquiry.rules.AuditConstrainerAdminSession
osid.inquiry.rules.AuditConstrainerList
osid.inquiry.rules.AuditConstrainerLookupSession
Description

An AuditConstrainer manages the constraints of an Audit.

MethodgetAuditConstrainerRecord
Description

Gets the audit constrainer record corresponding to the given AuditConstrainer record Type. This method ie used to retrieve an object implementing the requested record. The auditConstrainerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(auditConstrainerRecordType) is true.

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