Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.SentryPartInstanceEntity
Packages that use SentryPartInstanceEntity
Package
Description
-
Uses of SentryPartInstanceEntity in org.flowable.cmmn.engine.impl.agenda.operation
Methods in org.flowable.cmmn.engine.impl.agenda.operation that return SentryPartInstanceEntityModifier and TypeMethodDescriptionprotected SentryPartInstanceEntity
AbstractEvaluationCriteriaOperation.createSentryPartInstanceEntity
(EntityWithSentryPartInstances entityWithSentryPartInstances, Sentry sentry, SentryOnPart sentryOnPart, SentryIfPart sentryIfPart) -
Uses of SentryPartInstanceEntity in org.flowable.cmmn.engine.impl.persistence.entity
Classes in org.flowable.cmmn.engine.impl.persistence.entity that implement SentryPartInstanceEntityFields in org.flowable.cmmn.engine.impl.persistence.entity with type parameters of type SentryPartInstanceEntityModifier and TypeFieldDescriptionprotected List<SentryPartInstanceEntity>
CaseInstanceEntityImpl.satisfiedSentryPartInstances
protected List<SentryPartInstanceEntity>
PlanItemInstanceEntityImpl.satisfiedSentryPartInstances
Methods in org.flowable.cmmn.engine.impl.persistence.entity that return types with arguments of type SentryPartInstanceEntityModifier and TypeMethodDescriptionSentryPartInstanceEntityManager.findSentryPartInstancesByCaseInstanceId
(String caseInstanceId) SentryPartInstanceEntityManagerImpl.findSentryPartInstancesByCaseInstanceId
(String caseInstanceId) SentryPartInstanceEntityManager.findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId
(String caseInstanceId) SentryPartInstanceEntityManagerImpl.findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId
(String caseInstanceId) SentryPartInstanceEntityManager.findSentryPartInstancesByPlanItemInstanceId
(String planItemInstanceId) SentryPartInstanceEntityManagerImpl.findSentryPartInstancesByPlanItemInstanceId
(String planItemId) CaseInstanceEntityImpl.getSatisfiedSentryPartInstances()
EntityWithSentryPartInstances.getSatisfiedSentryPartInstances()
PlanItemInstanceEntityImpl.getSatisfiedSentryPartInstances()
Method parameters in org.flowable.cmmn.engine.impl.persistence.entity with type arguments of type SentryPartInstanceEntityModifier and TypeMethodDescriptionvoid
CaseInstanceEntityImpl.setSatisfiedSentryPartInstances
(List<SentryPartInstanceEntity> sentryPartInstanceEntities) void
EntityWithSentryPartInstances.setSatisfiedSentryPartInstances
(List<SentryPartInstanceEntity> sentryPartInstanceEntities) void
PlanItemInstanceEntityImpl.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 SentryPartInstanceEntityModifier and TypeMethodDescriptionSentryPartInstanceDataManager.findSentryPartInstancesByCaseInstanceId
(String caseInstanceId) SentryPartInstanceDataManager.findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId
(String caseInstanceId) 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 SentryPartInstanceEntityMethods in org.flowable.cmmn.engine.impl.persistence.entity.data.impl that return types with arguments of type SentryPartInstanceEntityModifier and TypeMethodDescriptionMybatisSentryPartInstanceDataManagerImpl.findSentryPartInstancesByCaseInstanceId
(String caseInstanceId) MybatisSentryPartInstanceDataManagerImpl.findSentryPartInstancesByCaseInstanceIdAndNullPlanItemInstanceId
(String caseInstanceId) MybatisSentryPartInstanceDataManagerImpl.findSentryPartInstancesByPlanItemInstanceId
(String planItemInstanceId) Class<? extends SentryPartInstanceEntity>
MybatisSentryPartInstanceDataManagerImpl.getManagedEntityClass()
Methods in org.flowable.cmmn.engine.impl.persistence.entity.data.impl with parameters of type SentryPartInstanceEntityModifier and TypeMethodDescriptionboolean
MybatisSentryPartInstanceDataManagerImpl.SentryPartByCaseInstanceIdEntityMatcher.isRetained
(SentryPartInstanceEntity sentryPartInstanceEntity, Object param) boolean
MybatisSentryPartInstanceDataManagerImpl.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 SentryPartInstanceEntityModifier and TypeMethodDescriptionprotected void
AbstractCmmnDynamicStateManager.verifySatisfiedSentryPartsForCriterion
(Criterion criterion, PlanItemInstanceEntity planItemInstanceEntity, Map<String, List<SentryPartInstanceEntity>> sentryInstanceMap, List<String> skipSentryPartInstanceForDeleteIds, boolean isExitCriterion, CmmnModel cmmnModel, SentryPartInstanceEntityManager sentryPartInstanceEntityManager)