Class AdditionalDocumentAuditParams

java.lang.Object
org.nuxeo.ecm.platform.audit.api.document.AdditionalDocumentAuditParams

public class AdditionalDocumentAuditParams extends Object
Simple object used to store the additional parameters that are used to fetch the history for a DocumentModel
Author:
Tiry
  • Field Details

    • targetUUID

      protected String targetUUID
    • maxDate

      protected Date maxDate
    • eventId

      protected Long eventId
  • Constructor Details

    • AdditionalDocumentAuditParams

      public AdditionalDocumentAuditParams()
  • Method Details

    • getTargetUUID

      public String getTargetUUID()
    • getMaxDate

      public Date getMaxDate()
    • getEventId

      public Long getEventId()