java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindow

public class BatchWindow extends Object
Author:
Svetlana Dorokhova.
  • Field Details

    • start

      public Date start
    • end

      public Date end
  • Constructor Details

    • BatchWindow

      public BatchWindow()
    • BatchWindow

      public BatchWindow(Date start, Date end)
  • Method Details

    • getStart

      public Date getStart()
    • setStart

      public void setStart(Date start)
    • getEnd

      public Date getEnd()
    • setEnd

      public void setEnd(Date end)
    • isWithin

      public boolean isWithin(Date date)