Interface AuditEntry

All Superinterfaces:
AuthoredBean
All Known Implementing Classes:
AuditLog, FlightHistoryEntry, StatusUpdate, ThreadUpdate

public interface AuditEntry extends AuthoredBean
An interface to store audit log entries.
Since:
7.4
Version:
7.4
Author:
Luke
  • Method Details

    • getAuditType

      String getAuditType()
      Returns the audit object type.
      Returns:
      the type
    • getAuditID

      String getAuditID()
      Returns the audit object ID.
      Returns:
      the ID
    • getDate

      Instant getDate()
      Returns the date the entry was created.
      Returns:
      the creation date/time
    • getDescription

      String getDescription()
      Returns the entry description.
      Returns:
      the description