Uses of Interface
org.flowable.engine.impl.persistence.entity.data.DeploymentDataManager
-
Packages that use DeploymentDataManager Package Description org.flowable.engine.impl.cfg org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.persistence.entity.data.impl -
-
Uses of DeploymentDataManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as DeploymentDataManager Modifier and Type Field Description protected DeploymentDataManagerProcessEngineConfigurationImpl. deploymentDataManagerMethods in org.flowable.engine.impl.cfg that return DeploymentDataManager Modifier and Type Method Description DeploymentDataManagerProcessEngineConfigurationImpl. getDeploymentDataManager()Methods in org.flowable.engine.impl.cfg with parameters of type DeploymentDataManager Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setDeploymentDataManager(DeploymentDataManager deploymentDataManager) -
Uses of DeploymentDataManager in org.flowable.engine.impl.persistence.entity
Constructors in org.flowable.engine.impl.persistence.entity with parameters of type DeploymentDataManager Constructor Description DeploymentEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration, DeploymentDataManager deploymentDataManager) -
Uses of DeploymentDataManager in org.flowable.engine.impl.persistence.entity.data.impl
Classes in org.flowable.engine.impl.persistence.entity.data.impl that implement DeploymentDataManager Modifier and Type Class Description classMybatisDeploymentDataManager
-