Interface AuditConstrainerEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface AuditConstrainerEnabler extends OsidEnabler

An AuditConstrainerEnabler manages the active status of an AuditConstrainer .

  • Method Details

    • getAuditConstrainerEnablerRecord

      AuditConstrainerEnablerRecord getAuditConstrainerEnablerRecord(Type auditConstrainerEnablerRecordType) throws OperationFailedException
      Gets the audit constrainer enabler record corresponding to the given AuditConstrainerEnabler record Type . This method ie used to retrieve an object implementing the requested record. The auditConstrainerEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(auditConstrainerEnablerRecordType) is true .
      Parameters:
      auditConstrainerEnablerRecordType - the type of audit constrainer enabler record to retrieve
      Returns:
      the audit constrainer enabler record
      Throws:
      NullArgumentException - auditConstrainerEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(auditConstrainerEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.