Uses of Interface
org.flowable.form.engine.impl.persistence.entity.FormResourceEntityManager
-
-
Uses of FormResourceEntityManager in org.flowable.form.engine
Fields in org.flowable.form.engine declared as FormResourceEntityManager Modifier and Type Field Description protected FormResourceEntityManagerFormEngineConfiguration. resourceEntityManagerMethods in org.flowable.form.engine that return FormResourceEntityManager Modifier and Type Method Description FormResourceEntityManagerFormEngineConfiguration. getResourceEntityManager()Methods in org.flowable.form.engine with parameters of type FormResourceEntityManager Modifier and Type Method Description FormEngineConfigurationFormEngineConfiguration. setResourceEntityManager(FormResourceEntityManager resourceEntityManager) -
Uses of FormResourceEntityManager in org.flowable.form.engine.impl.persistence
Methods in org.flowable.form.engine.impl.persistence that return FormResourceEntityManager Modifier and Type Method Description protected FormResourceEntityManagerAbstractManager. getResourceEntityManager() -
Uses of FormResourceEntityManager in org.flowable.form.engine.impl.persistence.entity
Classes in org.flowable.form.engine.impl.persistence.entity that implement FormResourceEntityManager Modifier and Type Class Description classFormResourceEntityManagerImplMethods in org.flowable.form.engine.impl.persistence.entity that return FormResourceEntityManager Modifier and Type Method Description protected FormResourceEntityManagerFormDeploymentEntityManagerImpl. getResourceEntityManager()protected FormResourceEntityManagerFormInstanceEntityManagerImpl. getResourceEntityManager() -
Uses of FormResourceEntityManager in org.flowable.form.engine.impl.repository
Fields in org.flowable.form.engine.impl.repository declared as FormResourceEntityManager Modifier and Type Field Description protected FormResourceEntityManagerFormDeploymentBuilderImpl. resourceEntityManager -
Uses of FormResourceEntityManager in org.flowable.form.engine.impl.util
Methods in org.flowable.form.engine.impl.util that return FormResourceEntityManager Modifier and Type Method Description static FormResourceEntityManagerCommandContextUtil. getResourceEntityManager()static FormResourceEntityManagerCommandContextUtil. getResourceEntityManager(CommandContext commandContext)
-