Uses of Interface
org.flowable.engine.impl.persistence.entity.data.DeploymentDataManager
Packages that use DeploymentDataManager
Package
Description
-
Uses of DeploymentDataManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as DeploymentDataManagerModifier and TypeFieldDescriptionprotected DeploymentDataManager
ProcessEngineConfigurationImpl.deploymentDataManager
Methods in org.flowable.engine.impl.cfg that return DeploymentDataManagerMethods in org.flowable.engine.impl.cfg with parameters of type DeploymentDataManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.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 DeploymentDataManagerModifierConstructorDescriptionDeploymentEntityManagerImpl
(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