Interface AuditRecordInternal

All Known Subinterfaces:
AuditEvent, AuditRecord
All Known Implementing Classes:
DefaultAuditEvent, JsonAuditRecord, LinkAuditRecord, ModelAuditRecord

public interface AuditRecordInternal
  • Method Details

    • getPk

      PK getPk()
    • getType

      String getType()
    • getAttribute

      Object getAttribute(String key)
    • getAttribute

      Object getAttribute(String key, String langIsoCode)
    • getAttributeBeforeOperation

      Object getAttributeBeforeOperation(String key)
    • getAttributeBeforeOperation

      Object getAttributeBeforeOperation(String key, String langIsoCode)
    • getAttributeAfterOperation

      Object getAttributeAfterOperation(String key)
    • getAttributeAfterOperation

      Object getAttributeAfterOperation(String key, String langIsoCode)