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 BatchWindow
getCurrentOrNextBatchWindow(java.util.Date date, ProcessEngineConfigurationImpl configuration)
BatchWindow
getNextBatchWindow(java.util.Date date, ProcessEngineConfigurationImpl configuration)
boolean
isBatchWindowConfigured(ProcessEngineConfigurationImpl configuration)
When true, then for each date, it's possible to determine next batch window.
-
-
-
Method Detail
-
getCurrentOrNextBatchWindow
BatchWindow getCurrentOrNextBatchWindow(java.util.Date date, ProcessEngineConfigurationImpl configuration)
-
getNextBatchWindow
BatchWindow getNextBatchWindow(java.util.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:
-
-