Uses of Interface
org.flowable.form.engine.impl.persistence.entity.FormInstanceEntityManager
-
Packages that use FormInstanceEntityManager Package Description org.flowable.form.engine org.flowable.form.engine.impl.persistence.entity org.flowable.form.engine.impl.util -
-
Uses of FormInstanceEntityManager in org.flowable.form.engine
Fields in org.flowable.form.engine declared as FormInstanceEntityManager Modifier and Type Field Description protected FormInstanceEntityManagerFormEngineConfiguration. formInstanceEntityManagerMethods in org.flowable.form.engine that return FormInstanceEntityManager Modifier and Type Method Description FormInstanceEntityManagerFormEngineConfiguration. getFormInstanceEntityManager()Methods in org.flowable.form.engine with parameters of type FormInstanceEntityManager Modifier and Type Method Description FormEngineConfigurationFormEngineConfiguration. setFormInstanceEntityManager(FormInstanceEntityManager formInstanceEntityManager) -
Uses of FormInstanceEntityManager in org.flowable.form.engine.impl.persistence.entity
Classes in org.flowable.form.engine.impl.persistence.entity that implement FormInstanceEntityManager Modifier and Type Class Description classFormInstanceEntityManagerImplMethods in org.flowable.form.engine.impl.persistence.entity that return FormInstanceEntityManager Modifier and Type Method Description protected FormInstanceEntityManagerFormDeploymentEntityManagerImpl. getFormInstanceEntityManager() -
Uses of FormInstanceEntityManager in org.flowable.form.engine.impl.util
Methods in org.flowable.form.engine.impl.util that return FormInstanceEntityManager Modifier and Type Method Description static FormInstanceEntityManagerCommandContextUtil. getFormInstanceEntityManager()static FormInstanceEntityManagerCommandContextUtil. getFormInstanceEntityManager(CommandContext commandContext)
-