Class BatchWindow
- java.lang.Object
-
- org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindow
-
public class BatchWindow extends java.lang.Object- Author:
- Svetlana Dorokhova.
-
-
Constructor Summary
Constructors Constructor Description BatchWindow()BatchWindow(java.util.Date start, java.util.Date end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetEnd()java.util.DategetStart()booleanisWithin(java.util.Date date)voidsetEnd(java.util.Date end)voidsetStart(java.util.Date start)
-