Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.SentryPartInstanceEntityManager
-
-
Uses of SentryPartInstanceEntityManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as SentryPartInstanceEntityManager Modifier and Type Field Description protected SentryPartInstanceEntityManagerCmmnEngineConfiguration. sentryPartInstanceEntityManagerMethods in org.flowable.cmmn.engine that return SentryPartInstanceEntityManager Modifier and Type Method Description SentryPartInstanceEntityManagerCmmnEngineConfiguration. getSentryPartInstanceEntityManager()Methods in org.flowable.cmmn.engine with parameters of type SentryPartInstanceEntityManager Modifier and Type Method Description CmmnEngineConfigurationCmmnEngineConfiguration. setSentryPartInstanceEntityManager(SentryPartInstanceEntityManager sentryPartInstanceEntityManager) -
Uses of SentryPartInstanceEntityManager in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return SentryPartInstanceEntityManager Modifier and Type Method Description protected SentryPartInstanceEntityManagerAbstractCmmnManager. getSentryPartInstanceEntityManager() -
Uses of SentryPartInstanceEntityManager in org.flowable.cmmn.engine.impl.persistence.entity
Classes in org.flowable.cmmn.engine.impl.persistence.entity that implement SentryPartInstanceEntityManager Modifier and Type Class Description classSentryPartInstanceEntityManagerImplMethods in org.flowable.cmmn.engine.impl.persistence.entity that return SentryPartInstanceEntityManager Modifier and Type Method Description protected SentryPartInstanceEntityManagerCaseInstanceEntityManagerImpl. getSentryPartInstanceEntityManager() -
Uses of SentryPartInstanceEntityManager in org.flowable.cmmn.engine.impl.runtime
Methods in org.flowable.cmmn.engine.impl.runtime with parameters of type SentryPartInstanceEntityManager Modifier and Type Method Description protected voidAbstractCmmnDynamicStateManager. verifySatisfiedSentryPartsForCriterion(org.flowable.cmmn.model.Criterion criterion, PlanItemInstanceEntity planItemInstanceEntity, Map<String,List<SentryPartInstanceEntity>> sentryInstanceMap, List<String> skipSentryPartInstanceForDeleteIds, boolean isExitCriterion, org.flowable.cmmn.model.CmmnModel cmmnModel, SentryPartInstanceEntityManager sentryPartInstanceEntityManager) -
Uses of SentryPartInstanceEntityManager in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return SentryPartInstanceEntityManager Modifier and Type Method Description static SentryPartInstanceEntityManagerCommandContextUtil. getSentryPartInstanceEntityManager()static SentryPartInstanceEntityManagerCommandContextUtil. getSentryPartInstanceEntityManager(CommandContext commandContext)
-