Uses of Interface
org.flowable.form.engine.impl.persistence.entity.data.FormDefinitionDataManager
-
Packages that use FormDefinitionDataManager Package Description org.flowable.form.engine org.flowable.form.engine.impl.persistence.entity org.flowable.form.engine.impl.persistence.entity.data.impl -
-
Uses of FormDefinitionDataManager in org.flowable.form.engine
Fields in org.flowable.form.engine declared as FormDefinitionDataManager Modifier and Type Field Description protected FormDefinitionDataManagerFormEngineConfiguration. formDefinitionDataManagerMethods in org.flowable.form.engine that return FormDefinitionDataManager Modifier and Type Method Description FormDefinitionDataManagerFormEngineConfiguration. getFormDefinitionDataManager()Methods in org.flowable.form.engine with parameters of type FormDefinitionDataManager Modifier and Type Method Description FormEngineConfigurationFormEngineConfiguration. setFormDefinitionDataManager(FormDefinitionDataManager formDefinitionDataManager) -
Uses of FormDefinitionDataManager in org.flowable.form.engine.impl.persistence.entity
Constructors in org.flowable.form.engine.impl.persistence.entity with parameters of type FormDefinitionDataManager Constructor Description FormDefinitionEntityManagerImpl(FormEngineConfiguration formEngineConfiguration, FormDefinitionDataManager formDefinitionDataManager) -
Uses of FormDefinitionDataManager in org.flowable.form.engine.impl.persistence.entity.data.impl
Classes in org.flowable.form.engine.impl.persistence.entity.data.impl that implement FormDefinitionDataManager Modifier and Type Class Description classMybatisFormDefinitionDataManager
-