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.Date
getEnd()
java.util.Date
getStart()
boolean
isWithin(java.util.Date date)
void
setEnd(java.util.Date end)
void
setStart(java.util.Date start)
-