Interface BatchWindowManager
- All Known Implementing Classes:
DefaultBatchWindowManager
public interface BatchWindowManager
- Author:
- Svetlana Dorokhova.
-
Method Summary
Modifier and TypeMethodDescriptiongetCurrentOrNextBatchWindow
(Date date, ProcessEngineConfigurationImpl configuration) getNextBatchWindow
(Date date, ProcessEngineConfigurationImpl configuration) boolean
isBatchWindowConfigured
(ProcessEngineConfigurationImpl configuration) When true, then for each date, it's possible to determine next batch window.
-
Method Details
-
getCurrentOrNextBatchWindow
-
getNextBatchWindow
-
isBatchWindowConfigured
When true, then for each date, it's possible to determine next batch window.- Parameters:
configuration
-- Returns:
-