Interface AuditService

All Known Implementing Classes:
AuditServiceImpl

public interface AuditService
  • Method Details

    • getUsuarioAudits

      String getUsuarioAudits()
    • getLastAuditByEntityId

      CdoSnapshot getLastAuditByEntityId(Object id, Class clazz)
    • getChangesByCommit

      Changes getChangesByCommit(CommitId commitId, Class clazz)