Uses of Class
org.camunda.bpm.engine.impl.cfg.BatchWindowConfiguration
-
Packages that use BatchWindowConfiguration Package Description org.camunda.bpm.engine.impl.cfg -
-
Uses of BatchWindowConfiguration in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type BatchWindowConfiguration Modifier and Type Field Description protected Map<Integer,BatchWindowConfiguration>
ProcessEngineConfigurationImpl. historyCleanupBatchWindows
Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type BatchWindowConfiguration Modifier and Type Method Description Map<Integer,BatchWindowConfiguration>
ProcessEngineConfigurationImpl. getHistoryCleanupBatchWindows()
Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type BatchWindowConfiguration Modifier and Type Method Description void
ProcessEngineConfigurationImpl. setHistoryCleanupBatchWindows(Map<Integer,BatchWindowConfiguration> historyCleanupBatchWindows)
-