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 BatchWindowBatchWindowManager. getCurrentOrNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration)BatchWindowDefaultBatchWindowManager. getCurrentOrNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration)BatchWindowBatchWindowManager. getNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration)BatchWindowDefaultBatchWindowManager. getNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration)BatchWindowDefaultBatchWindowManager. getPreviousDayBatchWindow(Date date, ProcessEngineConfigurationImpl configuration)
-