Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.CmmnResourceEntityManager
Packages that use CmmnResourceEntityManager
Package
Description
-
Uses of CmmnResourceEntityManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as CmmnResourceEntityManagerModifier and TypeFieldDescriptionprotected CmmnResourceEntityManager
CmmnEngineConfiguration.cmmnResourceEntityManager
Methods in org.flowable.cmmn.engine that return CmmnResourceEntityManagerMethods in org.flowable.cmmn.engine with parameters of type CmmnResourceEntityManagerModifier and TypeMethodDescriptionCmmnEngineConfiguration.setCmmnResourceEntityManager
(CmmnResourceEntityManager cmmnResourceEntityManager) -
Uses of CmmnResourceEntityManager in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return CmmnResourceEntityManagerModifier and TypeMethodDescriptionprotected CmmnResourceEntityManager
AbstractCmmnManager.getCmmnResourceEntityManager()
-
Uses of CmmnResourceEntityManager in org.flowable.cmmn.engine.impl.persistence.entity
Classes in org.flowable.cmmn.engine.impl.persistence.entity that implement CmmnResourceEntityManagerMethods in org.flowable.cmmn.engine.impl.persistence.entity that return CmmnResourceEntityManagerModifier and TypeMethodDescriptionprotected CmmnResourceEntityManager
CmmnDeploymentEntityManagerImpl.getCmmnResourceEntityManager()
-
Uses of CmmnResourceEntityManager in org.flowable.cmmn.engine.impl.repository
Fields in org.flowable.cmmn.engine.impl.repository declared as CmmnResourceEntityManagerModifier and TypeFieldDescriptionprotected CmmnResourceEntityManager
CmmnDeploymentBuilderImpl.resourceEntityManager
-
Uses of CmmnResourceEntityManager in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return CmmnResourceEntityManagerModifier and TypeMethodDescriptionstatic CmmnResourceEntityManager
CommandContextUtil.getCmmnResourceEntityManager()
static CmmnResourceEntityManager
CommandContextUtil.getCmmnResourceEntityManager
(CommandContext commandContext)