Uses of Interface
org.flowable.engine.dynamic.DynamicStateManager
-
Packages that use DynamicStateManager Package Description org.flowable.engine.impl.cfg org.flowable.engine.impl.dynamic -
-
Uses of DynamicStateManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as DynamicStateManager Modifier and Type Field Description protected DynamicStateManagerProcessEngineConfigurationImpl. dynamicStateManagerMethods in org.flowable.engine.impl.cfg that return DynamicStateManager Modifier and Type Method Description DynamicStateManagerProcessEngineConfigurationImpl. getDynamicStateManager()Methods in org.flowable.engine.impl.cfg with parameters of type DynamicStateManager Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setDynamicStateManager(DynamicStateManager dynamicStateManager) -
Uses of DynamicStateManager in org.flowable.engine.impl.dynamic
Classes in org.flowable.engine.impl.dynamic that implement DynamicStateManager Modifier and Type Class Description classDefaultDynamicStateManager
-