Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.CmmnResourceEntityManager
-
-
Uses of CmmnResourceEntityManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as CmmnResourceEntityManager Modifier and Type Field Description protected CmmnResourceEntityManagerCmmnEngineConfiguration. cmmnResourceEntityManagerMethods in org.flowable.cmmn.engine that return CmmnResourceEntityManager Modifier and Type Method Description CmmnResourceEntityManagerCmmnEngineConfiguration. getCmmnResourceEntityManager()Methods in org.flowable.cmmn.engine with parameters of type CmmnResourceEntityManager Modifier and Type Method Description CmmnEngineConfigurationCmmnEngineConfiguration. setCmmnResourceEntityManager(CmmnResourceEntityManager cmmnResourceEntityManager) -
Uses of CmmnResourceEntityManager in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return CmmnResourceEntityManager Modifier and Type Method Description protected CmmnResourceEntityManagerAbstractCmmnManager. getCmmnResourceEntityManager() -
Uses of CmmnResourceEntityManager in org.flowable.cmmn.engine.impl.persistence.entity
Classes in org.flowable.cmmn.engine.impl.persistence.entity that implement CmmnResourceEntityManager Modifier and Type Class Description classCmmnResourceEntityManagerImplMethods in org.flowable.cmmn.engine.impl.persistence.entity that return CmmnResourceEntityManager Modifier and Type Method Description protected CmmnResourceEntityManagerCmmnDeploymentEntityManagerImpl. getCmmnResourceEntityManager() -
Uses of CmmnResourceEntityManager in org.flowable.cmmn.engine.impl.repository
Fields in org.flowable.cmmn.engine.impl.repository declared as CmmnResourceEntityManager Modifier and Type Field Description protected CmmnResourceEntityManagerCmmnDeploymentBuilderImpl. resourceEntityManager -
Uses of CmmnResourceEntityManager in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return CmmnResourceEntityManager Modifier and Type Method Description static CmmnResourceEntityManagerCommandContextUtil. getCmmnResourceEntityManager()static CmmnResourceEntityManagerCommandContextUtil. getCmmnResourceEntityManager(CommandContext commandContext)
-