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 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.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses 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 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)