Interface Audit

All Known Implementing Classes:
AuditDTO

@Evolving public interface Audit
Represents the audit information of an entity.
  • Method Details

    • creator

      String creator()
      The creator of the entity.
      Returns:
      the creator of the entity.
    • createTime

      Instant createTime()
      The creation time of the entity.
      Returns:
      The creation time of the entity.
    • lastModifier

      String lastModifier()
      Returns:
      The last modifier of the entity.
    • lastModifiedTime

      Instant lastModifiedTime()
      Returns:
      The last modified time of the entity.