Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.EntityWithSentryPartInstances
Packages that use EntityWithSentryPartInstances
Package
Description
-
Uses of EntityWithSentryPartInstances in org.flowable.cmmn.engine.impl.agenda.operation
Methods in org.flowable.cmmn.engine.impl.agenda.operation with parameters of type EntityWithSentryPartInstancesModifier and TypeMethodDescriptionprotected SentryPartInstanceEntity
AbstractEvaluationCriteriaOperation.createSentryPartInstanceEntity
(EntityWithSentryPartInstances entityWithSentryPartInstances, Sentry sentry, SentryOnPart sentryOnPart, SentryIfPart sentryIfPart) protected Criterion
AbstractEvaluationCriteriaOperation.evaluateCriteria
(EntityWithSentryPartInstances entityWithSentryPartInstances, List<Criterion> criteria) protected Criterion
AbstractEvaluationCriteriaOperation.evaluateExitCriteria
(EntityWithSentryPartInstances entityWithSentryPartInstances, HasExitCriteria hasExitCriteria) protected boolean
AbstractEvaluationCriteriaOperation.evaluateSentryIfPart
(EntityWithSentryPartInstances entityWithSentryPartInstances, Sentry sentry, VariableContainer variableContainer) protected boolean
AbstractEvaluationCriteriaOperation.hasSameParentInModel
(EntityWithSentryPartInstances entityWithSentryPartInstances, SentryOnPart sentryOnPart) boolean
AbstractEvaluationCriteriaOperation.sentryOnPartMatchesCurrentLifeCycleEvent
(EntityWithSentryPartInstances entityWithSentryPartInstances, SentryOnPart sentryOnPart) -
Uses of EntityWithSentryPartInstances in org.flowable.cmmn.engine.impl.persistence.entity
Subinterfaces of EntityWithSentryPartInstances in org.flowable.cmmn.engine.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
interface
Classes in org.flowable.cmmn.engine.impl.persistence.entity that implement EntityWithSentryPartInstances -
Uses of EntityWithSentryPartInstances in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util with parameters of type EntityWithSentryPartInstancesModifier and TypeMethodDescriptionstatic void
CmmnLoggingSessionUtil.addEvaluateSentryFailedLoggingData
(SentryIfPart sentryIfPart, RuntimeException e, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static void
CmmnLoggingSessionUtil.addEvaluateSentryLoggingData
(List<SentryOnPart> sentryOnParts, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static void
CmmnLoggingSessionUtil.addEvaluateSentryLoggingData
(List<SentryOnPart> sentryOnParts, SentryIfPart sentryIfPart, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static void
CmmnLoggingSessionUtil.addEvaluateSentryLoggingData
(SentryIfPart sentryIfPart, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static com.fasterxml.jackson.databind.node.ObjectNode
CmmnLoggingSessionUtil.fillEvaluateSentryInstanceEntity
(EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper)