Interface AuditLogEntry

All Known Implementing Classes:
AuditLogEntryEntity, BrowseAuditLogPage.AuditLogEntry, ImmutableAuditLogEntry

public interface AuditLogEntry
Represents an audit log entry, belonging to a changeset
  • Method Details

    • getPropertyName

      String getPropertyName()
      Returns:
      the name of the property that was modified in the event represented by this audit log entry
    • getOldValue

      @Nullable String getOldValue()
      Returns:
      the string representation of the modified property before modification
    • getNewValue

      @Nullable String getNewValue()
      Returns:
      the string representation of the modified property after modification