Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.data.MilestoneInstanceDataManager
-
Packages that use MilestoneInstanceDataManager Package Description org.flowable.cmmn.engine org.flowable.cmmn.engine.impl.persistence.entity org.flowable.cmmn.engine.impl.persistence.entity.data.impl -
-
Uses of MilestoneInstanceDataManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as MilestoneInstanceDataManager Modifier and Type Field Description protected MilestoneInstanceDataManagerCmmnEngineConfiguration. milestoneInstanceDataManagerMethods in org.flowable.cmmn.engine that return MilestoneInstanceDataManager Modifier and Type Method Description MilestoneInstanceDataManagerCmmnEngineConfiguration. getMilestoneInstanceDataManager()Methods in org.flowable.cmmn.engine with parameters of type MilestoneInstanceDataManager Modifier and Type Method Description CmmnEngineConfigurationCmmnEngineConfiguration. setMilestoneInstanceDataManager(MilestoneInstanceDataManager milestoneInstanceDataManager) -
Uses of MilestoneInstanceDataManager in org.flowable.cmmn.engine.impl.persistence.entity
Constructors in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type MilestoneInstanceDataManager Constructor Description MilestoneInstanceEntityManagerImpl(CmmnEngineConfiguration cmmnEngineConfiguration, MilestoneInstanceDataManager milestoneInstanceDataManager) -
Uses of MilestoneInstanceDataManager in org.flowable.cmmn.engine.impl.persistence.entity.data.impl
Classes in org.flowable.cmmn.engine.impl.persistence.entity.data.impl that implement MilestoneInstanceDataManager Modifier and Type Class Description classMybatisMilestoneInstanceDataManager
-