Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.CaseInstanceEntityManager
-
Packages that use CaseInstanceEntityManager Package Description org.flowable.cmmn.engine org.flowable.cmmn.engine.impl org.flowable.cmmn.engine.impl.persistence.entity org.flowable.cmmn.engine.impl.util -
-
Uses of CaseInstanceEntityManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as CaseInstanceEntityManager Modifier and Type Field Description protected CaseInstanceEntityManagerCmmnEngineConfiguration. caseInstanceEntityManagerMethods in org.flowable.cmmn.engine that return CaseInstanceEntityManager Modifier and Type Method Description CaseInstanceEntityManagerCmmnEngineConfiguration. getCaseInstanceEntityManager()Methods in org.flowable.cmmn.engine with parameters of type CaseInstanceEntityManager Modifier and Type Method Description CmmnEngineConfigurationCmmnEngineConfiguration. setCaseInstanceEntityManager(CaseInstanceEntityManager caseInstanceEntityManager) -
Uses of CaseInstanceEntityManager in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return CaseInstanceEntityManager Modifier and Type Method Description protected CaseInstanceEntityManagerAbstractCmmnManager. getCaseInstanceEntityManager() -
Uses of CaseInstanceEntityManager in org.flowable.cmmn.engine.impl.persistence.entity
Classes in org.flowable.cmmn.engine.impl.persistence.entity that implement CaseInstanceEntityManager Modifier and Type Class Description classCaseInstanceEntityManagerImplMethods in org.flowable.cmmn.engine.impl.persistence.entity that return CaseInstanceEntityManager Modifier and Type Method Description protected CaseInstanceEntityManagerCaseDefinitionEntityManagerImpl. getCaseInstanceEntityManager()protected CaseInstanceEntityManagerPlanItemInstanceEntityManagerImpl. getCaseInstanceEntityManager() -
Uses of CaseInstanceEntityManager in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return CaseInstanceEntityManager Modifier and Type Method Description static CaseInstanceEntityManagerCommandContextUtil. getCaseInstanceEntityManager()static CaseInstanceEntityManagerCommandContextUtil. getCaseInstanceEntityManager(CommandContext commandContext)
-