Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.data.CmmnDeploymentDataManager
-
Packages that use CmmnDeploymentDataManager Package Description org.flowable.cmmn.engine org.flowable.cmmn.engine.impl.persistence.entity org.flowable.cmmn.engine.impl.persistence.entity.data.impl -
-
Uses of CmmnDeploymentDataManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as CmmnDeploymentDataManager Modifier and Type Field Description protected CmmnDeploymentDataManagerCmmnEngineConfiguration. deploymentDataManagerMethods in org.flowable.cmmn.engine that return CmmnDeploymentDataManager Modifier and Type Method Description CmmnDeploymentDataManagerCmmnEngineConfiguration. getDeploymentDataManager()Methods in org.flowable.cmmn.engine with parameters of type CmmnDeploymentDataManager Modifier and Type Method Description CmmnEngineConfigurationCmmnEngineConfiguration. setDeploymentDataManager(CmmnDeploymentDataManager deploymentDataManager) -
Uses of CmmnDeploymentDataManager in org.flowable.cmmn.engine.impl.persistence.entity
Constructors in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type CmmnDeploymentDataManager Constructor Description CmmnDeploymentEntityManagerImpl(CmmnEngineConfiguration cmmnEngineConfiguration, CmmnDeploymentDataManager deploymentDataManager) -
Uses of CmmnDeploymentDataManager in org.flowable.cmmn.engine.impl.persistence.entity.data.impl
Classes in org.flowable.cmmn.engine.impl.persistence.entity.data.impl that implement CmmnDeploymentDataManager Modifier and Type Class Description classMybatisCmmnDeploymentDataManager
-