Interface BatchWindowManager
-
- All Known Implementing Classes:
DefaultBatchWindowManager
public interface BatchWindowManager- Author:
- Svetlana Dorokhova.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchWindowgetCurrentOrNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration)BatchWindowgetNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration)booleanisBatchWindowConfigured(ProcessEngineConfigurationImpl configuration)When true, then for each date, it's possible to determine next batch window.
-
-
-
Method Detail
-
getCurrentOrNextBatchWindow
BatchWindow getCurrentOrNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration)
-
getNextBatchWindow
BatchWindow getNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration)
-
isBatchWindowConfigured
boolean isBatchWindowConfigured(ProcessEngineConfigurationImpl configuration)
When true, then for each date, it's possible to determine next batch window.- Parameters:
configuration-- Returns:
-
-