Uses of Interface
org.flowable.dmn.engine.impl.persistence.entity.data.DmnDeploymentDataManager
-
Packages that use DmnDeploymentDataManager Package Description org.flowable.dmn.engine org.flowable.dmn.engine.impl.persistence.entity org.flowable.dmn.engine.impl.persistence.entity.data.impl -
-
Uses of DmnDeploymentDataManager in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine declared as DmnDeploymentDataManager Modifier and Type Field Description protected DmnDeploymentDataManagerDmnEngineConfiguration. deploymentDataManagerMethods in org.flowable.dmn.engine that return DmnDeploymentDataManager Modifier and Type Method Description DmnDeploymentDataManagerDmnEngineConfiguration. getDeploymentDataManager()Methods in org.flowable.dmn.engine with parameters of type DmnDeploymentDataManager Modifier and Type Method Description DmnEngineConfigurationDmnEngineConfiguration. setDeploymentDataManager(DmnDeploymentDataManager deploymentDataManager) -
Uses of DmnDeploymentDataManager in org.flowable.dmn.engine.impl.persistence.entity
Constructors in org.flowable.dmn.engine.impl.persistence.entity with parameters of type DmnDeploymentDataManager Constructor Description DmnDeploymentEntityManagerImpl(DmnEngineConfiguration dmnEngineConfiguration, DmnDeploymentDataManager deploymentDataManager) -
Uses of DmnDeploymentDataManager in org.flowable.dmn.engine.impl.persistence.entity.data.impl
Classes in org.flowable.dmn.engine.impl.persistence.entity.data.impl that implement DmnDeploymentDataManager Modifier and Type Class Description classMybatisDmnDeploymentDataManager
-