public class DefaultBatchWindowManager extends Object implements BatchWindowManager
| Constructor and Description |
|---|
DefaultBatchWindowManager() |
| Modifier and Type | Method and Description |
|---|---|
BatchWindow |
getCurrentOrNextBatchWindow(Date date,
ProcessEngineConfigurationImpl configuration) |
BatchWindow |
getNextBatchWindow(Date date,
ProcessEngineConfigurationImpl configuration) |
BatchWindow |
getPreviousDayBatchWindow(Date date,
ProcessEngineConfigurationImpl configuration) |
boolean |
isBatchWindowConfigured(ProcessEngineConfigurationImpl configuration)
When true, then for each date, it's possible to determine next batch window.
|
public BatchWindow getPreviousDayBatchWindow(Date date, ProcessEngineConfigurationImpl configuration)
public BatchWindow getCurrentOrNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration)
getCurrentOrNextBatchWindow in interface BatchWindowManagerpublic BatchWindow getNextBatchWindow(Date date, ProcessEngineConfigurationImpl configuration)
getNextBatchWindow in interface BatchWindowManagerpublic boolean isBatchWindowConfigured(ProcessEngineConfigurationImpl configuration)
BatchWindowManagerisBatchWindowConfigured in interface BatchWindowManagerCopyright © 2013–2020 camunda services GmbH. All rights reserved.