Uses of Interface
org.flowable.form.engine.impl.persistence.entity.FormDefinitionEntityManager
-
-
Uses of FormDefinitionEntityManager in org.flowable.form.engine
Fields in org.flowable.form.engine declared as FormDefinitionEntityManager Modifier and Type Field Description protected FormDefinitionEntityManagerFormEngineConfiguration. formDefinitionEntityManagerMethods in org.flowable.form.engine that return FormDefinitionEntityManager Modifier and Type Method Description FormDefinitionEntityManagerFormEngineConfiguration. getFormDefinitionEntityManager()Methods in org.flowable.form.engine with parameters of type FormDefinitionEntityManager Modifier and Type Method Description FormEngineConfigurationFormEngineConfiguration. setFormDefinitionEntityManager(FormDefinitionEntityManager formDefinitionEntityManager) -
Uses of FormDefinitionEntityManager in org.flowable.form.engine.impl.persistence
Methods in org.flowable.form.engine.impl.persistence that return FormDefinitionEntityManager Modifier and Type Method Description protected FormDefinitionEntityManagerAbstractManager. getFormDefinitionEntityManager() -
Uses of FormDefinitionEntityManager in org.flowable.form.engine.impl.persistence.deploy
Fields in org.flowable.form.engine.impl.persistence.deploy declared as FormDefinitionEntityManager Modifier and Type Field Description protected FormDefinitionEntityManagerDeploymentManager. formDefinitionEntityManagerMethods in org.flowable.form.engine.impl.persistence.deploy that return FormDefinitionEntityManager Modifier and Type Method Description FormDefinitionEntityManagerDeploymentManager. getFormDefinitionEntityManager()Methods in org.flowable.form.engine.impl.persistence.deploy with parameters of type FormDefinitionEntityManager Modifier and Type Method Description voidDeploymentManager. setFormDefinitionEntityManager(FormDefinitionEntityManager formDefinitionEntityManager) -
Uses of FormDefinitionEntityManager in org.flowable.form.engine.impl.persistence.entity
Classes in org.flowable.form.engine.impl.persistence.entity that implement FormDefinitionEntityManager Modifier and Type Class Description classFormDefinitionEntityManagerImplMethods in org.flowable.form.engine.impl.persistence.entity that return FormDefinitionEntityManager Modifier and Type Method Description protected FormDefinitionEntityManagerFormDeploymentEntityManagerImpl. getFormDefinitionEntityManager() -
Uses of FormDefinitionEntityManager in org.flowable.form.engine.impl.util
Methods in org.flowable.form.engine.impl.util that return FormDefinitionEntityManager Modifier and Type Method Description static FormDefinitionEntityManagerCommandContextUtil. getFormDefinitionEntityManager()static FormDefinitionEntityManagerCommandContextUtil. getFormDefinitionEntityManager(CommandContext commandContext)
-