Uses of Interface
org.flowable.engine.DecisionTableVariableManager
-
Packages that use DecisionTableVariableManager Package Description org.flowable.engine.impl.cfg -
-
Uses of DecisionTableVariableManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as DecisionTableVariableManager Modifier and Type Field Description protected DecisionTableVariableManagerProcessEngineConfigurationImpl. decisionTableVariableManagerMethods in org.flowable.engine.impl.cfg that return DecisionTableVariableManager Modifier and Type Method Description DecisionTableVariableManagerProcessEngineConfigurationImpl. getDecisionTableVariableManager()Methods in org.flowable.engine.impl.cfg with parameters of type DecisionTableVariableManager Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setDecisionTableVariableManager(DecisionTableVariableManager decisionTableVariableManager)
-