Uses of Class
org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindow
-
Packages that use BatchWindow Package Description org.camunda.bpm.engine.impl.jobexecutor.historycleanup -
-
Uses of BatchWindow in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Methods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that return BatchWindow Modifier and Type Method Description BatchWindow
BatchWindowManager. getCurrentOrNextBatchWindow(java.util.Date date, ProcessEngineConfigurationImpl configuration)
BatchWindow
DefaultBatchWindowManager. getCurrentOrNextBatchWindow(java.util.Date date, ProcessEngineConfigurationImpl configuration)
BatchWindow
BatchWindowManager. getNextBatchWindow(java.util.Date date, ProcessEngineConfigurationImpl configuration)
BatchWindow
DefaultBatchWindowManager. getNextBatchWindow(java.util.Date date, ProcessEngineConfigurationImpl configuration)
BatchWindow
DefaultBatchWindowManager. getPreviousDayBatchWindow(java.util.Date date, ProcessEngineConfigurationImpl configuration)
-