Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.EntityWithSentryPartInstances
-
Packages that use EntityWithSentryPartInstances Package Description org.flowable.cmmn.engine.impl.agenda.operation org.flowable.cmmn.engine.impl.persistence.entity org.flowable.cmmn.engine.impl.util -
-
Uses of EntityWithSentryPartInstances in org.flowable.cmmn.engine.impl.agenda.operation
Methods in org.flowable.cmmn.engine.impl.agenda.operation with parameters of type EntityWithSentryPartInstances 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)protected org.flowable.cmmn.model.CriterionAbstractEvaluationCriteriaOperation. evaluateCriteria(EntityWithSentryPartInstances entityWithSentryPartInstances, List<org.flowable.cmmn.model.Criterion> criteria)protected org.flowable.cmmn.model.CriterionAbstractEvaluationCriteriaOperation. evaluateExitCriteria(EntityWithSentryPartInstances entityWithSentryPartInstances, org.flowable.cmmn.model.HasExitCriteria hasExitCriteria)protected booleanAbstractEvaluationCriteriaOperation. evaluateSentryIfPart(EntityWithSentryPartInstances entityWithSentryPartInstances, org.flowable.cmmn.model.Sentry sentry, VariableContainer variableContainer)protected booleanAbstractEvaluationCriteriaOperation. hasSameParentInModel(EntityWithSentryPartInstances entityWithSentryPartInstances, org.flowable.cmmn.model.SentryOnPart sentryOnPart)booleanAbstractEvaluationCriteriaOperation. sentryOnPartMatchesCurrentLifeCycleEvent(EntityWithSentryPartInstances entityWithSentryPartInstances, org.flowable.cmmn.model.SentryOnPart sentryOnPart) -
Uses of EntityWithSentryPartInstances in org.flowable.cmmn.engine.impl.persistence.entity
Subinterfaces of EntityWithSentryPartInstances in org.flowable.cmmn.engine.impl.persistence.entity Modifier and Type Interface Description interfaceCaseInstanceEntityinterfacePlanItemInstanceEntityClasses in org.flowable.cmmn.engine.impl.persistence.entity that implement EntityWithSentryPartInstances Modifier and Type Class Description classCaseInstanceEntityImplclassPlanItemInstanceEntityImpl -
Uses of EntityWithSentryPartInstances in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util with parameters of type EntityWithSentryPartInstances Modifier and Type Method Description static voidCmmnLoggingSessionUtil. addEvaluateSentryFailedLoggingData(org.flowable.cmmn.model.SentryIfPart sentryIfPart, RuntimeException e, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper)static voidCmmnLoggingSessionUtil. addEvaluateSentryLoggingData(List<org.flowable.cmmn.model.SentryOnPart> sentryOnParts, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper)static voidCmmnLoggingSessionUtil. addEvaluateSentryLoggingData(List<org.flowable.cmmn.model.SentryOnPart> sentryOnParts, org.flowable.cmmn.model.SentryIfPart sentryIfPart, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper)static voidCmmnLoggingSessionUtil. addEvaluateSentryLoggingData(org.flowable.cmmn.model.SentryIfPart sentryIfPart, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper)protected static com.fasterxml.jackson.databind.node.ObjectNodeCmmnLoggingSessionUtil. fillEvaluateSentryInstanceEntity(EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-