Class DefaultBatchWindowManager
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.historycleanup.DefaultBatchWindowManager
- All Implemented Interfaces:
BatchWindowManager
- Author:
- Svetlana Dorokhova.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCurrentOrNextBatchWindow
(Date date, ProcessEngineConfigurationImpl configuration) getNextBatchWindow
(Date date, ProcessEngineConfigurationImpl configuration) getPreviousDayBatchWindow
(Date date, ProcessEngineConfigurationImpl configuration) boolean
isBatchWindowConfigured
(ProcessEngineConfigurationImpl configuration) When true, then for each date, it's possible to determine next batch window.
-
Constructor Details
-
DefaultBatchWindowManager
public DefaultBatchWindowManager()
-
-
Method Details
-
getPreviousDayBatchWindow
public BatchWindow getPreviousDayBatchWindow(Date date, ProcessEngineConfigurationImpl configuration) -
getCurrentOrNextBatchWindow
public BatchWindow getCurrentOrNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration) - Specified by:
getCurrentOrNextBatchWindow
in interfaceBatchWindowManager
-
getNextBatchWindow
- Specified by:
getNextBatchWindow
in interfaceBatchWindowManager
-
isBatchWindowConfigured
Description copied from interface:BatchWindowManager
When true, then for each date, it's possible to determine next batch window.- Specified by:
isBatchWindowConfigured
in interfaceBatchWindowManager
- Returns:
-