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, Sentry sentry, SentryOnPart sentryOnPart, SentryIfPart sentryIfPart) protected CriterionAbstractEvaluationCriteriaOperation.evaluateCriteria(EntityWithSentryPartInstances entityWithSentryPartInstances, List<Criterion> criteria) protected CriterionAbstractEvaluationCriteriaOperation.evaluateExitCriteria(EntityWithSentryPartInstances entityWithSentryPartInstances, HasExitCriteria hasExitCriteria) protected booleanAbstractEvaluationCriteriaOperation.evaluateSentryIfPart(EntityWithSentryPartInstances entityWithSentryPartInstances, Sentry sentry, VariableContainer variableContainer) protected booleanAbstractEvaluationCriteriaOperation.hasSameParentInModel(EntityWithSentryPartInstances entityWithSentryPartInstances, SentryOnPart sentryOnPart) booleanAbstractEvaluationCriteriaOperation.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 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(SentryIfPart sentryIfPart, RuntimeException e, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidCmmnLoggingSessionUtil.addEvaluateSentryLoggingData(List<SentryOnPart> sentryOnParts, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidCmmnLoggingSessionUtil.addEvaluateSentryLoggingData(List<SentryOnPart> sentryOnParts, SentryIfPart sentryIfPart, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidCmmnLoggingSessionUtil.addEvaluateSentryLoggingData(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)