Class DefaultBatchWindowManager
java.lang.Object
org.operaton.bpm.engine.impl.jobexecutor.historycleanup.DefaultBatchWindowManager
- All Implemented Interfaces:
BatchWindowManager
- Author:
- Svetlana Dorokhova.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCurrentOrNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration) getNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration) getPreviousDayBatchWindow(Date date, ProcessEngineConfigurationImpl configuration) booleanisBatchWindowConfigured(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:
getCurrentOrNextBatchWindowin interfaceBatchWindowManager
-
getNextBatchWindow
- Specified by:
getNextBatchWindowin interfaceBatchWindowManager
-
isBatchWindowConfigured
Description copied from interface:BatchWindowManagerWhen true, then for each date, it's possible to determine next batch window.- Specified by:
isBatchWindowConfiguredin interfaceBatchWindowManager- Parameters:
configuration-- Returns:
-