Uses of Interface
org.flowable.form.engine.impl.persistence.entity.data.FormDeploymentDataManager
-
Packages that use FormDeploymentDataManager Package Description org.flowable.form.engine org.flowable.form.engine.impl.persistence.entity org.flowable.form.engine.impl.persistence.entity.data.impl -
-
Uses of FormDeploymentDataManager in org.flowable.form.engine
Fields in org.flowable.form.engine declared as FormDeploymentDataManager Modifier and Type Field Description protected FormDeploymentDataManagerFormEngineConfiguration. deploymentDataManagerMethods in org.flowable.form.engine that return FormDeploymentDataManager Modifier and Type Method Description FormDeploymentDataManagerFormEngineConfiguration. getDeploymentDataManager()Methods in org.flowable.form.engine with parameters of type FormDeploymentDataManager Modifier and Type Method Description FormEngineConfigurationFormEngineConfiguration. setDeploymentDataManager(FormDeploymentDataManager deploymentDataManager) -
Uses of FormDeploymentDataManager in org.flowable.form.engine.impl.persistence.entity
Constructors in org.flowable.form.engine.impl.persistence.entity with parameters of type FormDeploymentDataManager Constructor Description FormDeploymentEntityManagerImpl(FormEngineConfiguration formEngineConfiguration, FormDeploymentDataManager deploymentDataManager) -
Uses of FormDeploymentDataManager in org.flowable.form.engine.impl.persistence.entity.data.impl
Classes in org.flowable.form.engine.impl.persistence.entity.data.impl that implement FormDeploymentDataManager Modifier and Type Class Description classMybatisFormDeploymentDataManager
-