Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.SentryPartInstanceEntity
-
-
Uses of SentryPartInstanceEntity in org.flowable.cmmn.engine.impl.agenda.operation
Methods in org.flowable.cmmn.engine.impl.agenda.operation that return SentryPartInstanceEntity Modifier and Type Method Description protected SentryPartInstanceEntityAbstractEvaluationCriteriaOperation. createSentryPartInstanceEntity(EntityWithSentryPartInstances entityWithSentryPartInstances, org.flowable.cmmn.model.Sentry sentry, org.flowable.cmmn.model.SentryOnPart sentryOnPart, org.flowable.cmmn.model.SentryIfPart sentryIfPart) -
Uses of SentryPartInstanceEntity in org.flowable.cmmn.engine.impl.persistence.entity
Classes in org.flowable.cmmn.engine.impl.persistence.entity that implement SentryPartInstanceEntity Modifier and Type Class Description classSentryPartInstanceEntityImplFields in org.flowable.cmmn.engine.impl.persistence.entity with type parameters of type SentryPartInstanceEntity Modifier and Type Field Description protected List<SentryPartInstanceEntity>CaseInstanceEntityImpl. satisfiedSentryPartInstancesprotected List<SentryPartInstanceEntity>PlanItemInstanceEntityImpl. satisfiedSentryPartInstancesMethod parameters in org.flowable.cmmn.engine.impl.persistence.entity with type arguments of type SentryPartInstanceEntity Modifier and Type Method Description voidCaseInstanceEntityImpl. setSatisfiedSentryPartInstances(List<SentryPartInstanceEntity> sentryPartInstanceEntities)voidEntityWithSentryPartInstances. setSatisfiedSentryPartInstances(List<SentryPartInstanceEntity> sentryPartInstanceEntities)voidPlanItemInstanceEntityImpl. setSatisfiedSentryPartInstances(List<SentryPartInstanceEntity> satisfiedSentryPartInstances) -
Uses of SentryPartInstanceEntity in org.flowable.cmmn.engine.impl.persistence.entity.data
Methods in org.flowable.cmmn.engine.impl.persistence.entity.data that return types with arguments of type SentryPartInstanceEntity Modifier and Type Method Description List<SentryPartInstanceEntity>SentryPartInstanceDataManager. findSentryPartInstancesByCaseInstanceId(String caseInstanceId)List<SentryPartInstanceEntity>SentryPartInstanceDataManager. findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId(String caseInstanceId)List<SentryPartInstanceEntity>SentryPartInstanceDataManager. findSentryPartInstancesByPlanItemInstanceId(String planItemId) -
Uses of SentryPartInstanceEntity in org.flowable.cmmn.engine.impl.persistence.entity.data.impl
Methods in org.flowable.cmmn.engine.impl.persistence.entity.data.impl that return SentryPartInstanceEntity Modifier and Type Method Description SentryPartInstanceEntityMybatisSentryPartInstanceDataManagerImpl. create()Methods in org.flowable.cmmn.engine.impl.persistence.entity.data.impl that return types with arguments of type SentryPartInstanceEntity Modifier and Type Method Description List<SentryPartInstanceEntity>MybatisSentryPartInstanceDataManagerImpl. findSentryPartInstancesByCaseInstanceId(String caseInstanceId)List<SentryPartInstanceEntity>MybatisSentryPartInstanceDataManagerImpl. findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId(String caseInstanceId)List<SentryPartInstanceEntity>MybatisSentryPartInstanceDataManagerImpl. findSentryPartInstancesByPlanItemInstanceId(String planItemInstanceId)Class<? extends SentryPartInstanceEntity>MybatisSentryPartInstanceDataManagerImpl. getManagedEntityClass()Methods in org.flowable.cmmn.engine.impl.persistence.entity.data.impl with parameters of type SentryPartInstanceEntity Modifier and Type Method Description booleanMybatisSentryPartInstanceDataManagerImpl.SentryPartByCaseInstanceIdEntityMatcher. isRetained(SentryPartInstanceEntity sentryPartInstanceEntity, Object param)booleanMybatisSentryPartInstanceDataManagerImpl.SentryPartByPlanItemInstanceIdEntityMatcher. isRetained(SentryPartInstanceEntity sentryPartInstanceEntity, Object param) -
Uses of SentryPartInstanceEntity in org.flowable.cmmn.engine.impl.runtime
Method parameters in org.flowable.cmmn.engine.impl.runtime with type arguments of type SentryPartInstanceEntity 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)
-