Class 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 Detail

      • targetUUID

        protected String targetUUID
      • maxDate

        protected Date maxDate
      • eventId

        protected Long eventId
    • Constructor Detail

      • AdditionalDocumentAuditParams

        public AdditionalDocumentAuditParams()
    • Method Detail

      • getTargetUUID

        public String getTargetUUID()
      • getMaxDate

        public Date getMaxDate()
      • getEventId

        public Long getEventId()