Interface AuditConstrainer

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidConstrainer, OsidObject, OsidRule

public interface AuditConstrainer extends OsidConstrainer

An AuditConstrainer manages the constraints of an Audit.

  • Method Details

    • getAuditConstrainerRecord

      AuditConstrainerRecord getAuditConstrainerRecord(Type auditConstrainerRecordType) throws OperationFailedException
      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.
      Parameters:
      auditConstrainerRecordType - the type of audit constrainer record to retrieve
      Returns:
      the audit constrainer record
      Throws:
      NullArgumentException - auditConstrainerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(auditConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.