Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.MilestoneInstanceEntityManager
-
Packages that use MilestoneInstanceEntityManager 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 MilestoneInstanceEntityManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as MilestoneInstanceEntityManager Modifier and Type Field Description protected MilestoneInstanceEntityManagerCmmnEngineConfiguration. milestoneInstanceEntityManagerMethods in org.flowable.cmmn.engine that return MilestoneInstanceEntityManager Modifier and Type Method Description MilestoneInstanceEntityManagerCmmnEngineConfiguration. getMilestoneInstanceEntityManager()Methods in org.flowable.cmmn.engine with parameters of type MilestoneInstanceEntityManager Modifier and Type Method Description CmmnEngineConfigurationCmmnEngineConfiguration. setMilestoneInstanceEntityManager(MilestoneInstanceEntityManager milestoneInstanceEntityManager) -
Uses of MilestoneInstanceEntityManager in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return MilestoneInstanceEntityManager Modifier and Type Method Description protected MilestoneInstanceEntityManagerAbstractCmmnManager. getMilestoneInstanceEntityManager() -
Uses of MilestoneInstanceEntityManager in org.flowable.cmmn.engine.impl.persistence.entity
Classes in org.flowable.cmmn.engine.impl.persistence.entity that implement MilestoneInstanceEntityManager Modifier and Type Class Description classMilestoneInstanceEntityManagerImplMethods in org.flowable.cmmn.engine.impl.persistence.entity that return MilestoneInstanceEntityManager Modifier and Type Method Description protected MilestoneInstanceEntityManagerCaseInstanceEntityManagerImpl. getMilestoneInstanceEntityManager() -
Uses of MilestoneInstanceEntityManager in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return MilestoneInstanceEntityManager Modifier and Type Method Description static MilestoneInstanceEntityManagerCommandContextUtil. getMilestoneInstanceEntityManager()static MilestoneInstanceEntityManagerCommandContextUtil. getMilestoneInstanceEntityManager(CommandContext commandContext)
-