Uses of Interface
org.flowable.dmn.engine.impl.persistence.entity.data.DecisionDataManager
-
Packages that use DecisionDataManager Package Description org.flowable.dmn.engine org.flowable.dmn.engine.impl.persistence.entity org.flowable.dmn.engine.impl.persistence.entity.data.impl -
-
Uses of DecisionDataManager in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine declared as DecisionDataManager Modifier and Type Field Description protected DecisionDataManagerDmnEngineConfiguration. decisionDataManagerMethods in org.flowable.dmn.engine that return DecisionDataManager Modifier and Type Method Description DecisionDataManagerDmnEngineConfiguration. getDecisionDataManager()Methods in org.flowable.dmn.engine with parameters of type DecisionDataManager Modifier and Type Method Description DmnEngineConfigurationDmnEngineConfiguration. setDecisionDataManager(DecisionDataManager decisionDataManager) -
Uses of DecisionDataManager in org.flowable.dmn.engine.impl.persistence.entity
Constructors in org.flowable.dmn.engine.impl.persistence.entity with parameters of type DecisionDataManager Constructor Description DefinitionEntityManagerImpl(DmnEngineConfiguration dmnEngineConfiguration, DecisionDataManager DefinitionDataManager) -
Uses of DecisionDataManager in org.flowable.dmn.engine.impl.persistence.entity.data.impl
Classes in org.flowable.dmn.engine.impl.persistence.entity.data.impl that implement DecisionDataManager Modifier and Type Class Description classMybatisDecisionDataManager
-