Interface AuditLogAuthor

All Known Implementing Classes:
ImmutableAuditLogAuthor

public interface AuditLogAuthor
Represents the author of an audit log entry
  • Method Details

    • getId

      @Nullable Long getId()
      Returns:
      the identifier of the author of the audit log entry (exact semantic depends on the author type)
    • getName

      @Nullable String getName()
      Returns the name of the author of the audit log entry. This is particularly useful when the author does not exist anymore
      Returns:
      the name of the author of the audit log entry
    • getType

      Returns:
      information about the type of the event represented by this audit log entry