| Package | Description |
|---|---|
| org.flowable.cmmn.engine.impl.agenda.operation | |
| org.flowable.cmmn.engine.impl.persistence.entity | |
| org.flowable.cmmn.engine.impl.util |
| Modifier and Type | Method and Description |
|---|---|
protected SentryPartInstanceEntity |
AbstractEvaluationCriteriaOperation.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.Criterion |
AbstractEvaluationCriteriaOperation.evaluateCriteria(EntityWithSentryPartInstances entityWithSentryPartInstances,
List<org.flowable.cmmn.model.Criterion> criteria) |
protected org.flowable.cmmn.model.Criterion |
AbstractEvaluationCriteriaOperation.evaluateExitCriteria(EntityWithSentryPartInstances entityWithSentryPartInstances,
org.flowable.cmmn.model.HasExitCriteria hasExitCriteria) |
protected boolean |
AbstractEvaluationCriteriaOperation.evaluateSentryIfPart(EntityWithSentryPartInstances entityWithSentryPartInstances,
org.flowable.cmmn.model.Sentry sentry,
VariableContainer variableContainer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CaseInstanceEntity |
interface |
PlanItemInstanceEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseInstanceEntityImpl |
class |
PlanItemInstanceEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
static void |
CmmnLoggingSessionUtil.addEvaluateSentryFailedLoggingData(org.flowable.cmmn.model.SentryIfPart sentryIfPart,
RuntimeException e,
EntityWithSentryPartInstances instance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
CmmnLoggingSessionUtil.addEvaluateSentryLoggingData(List<org.flowable.cmmn.model.SentryOnPart> sentryOnParts,
EntityWithSentryPartInstances instance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
CmmnLoggingSessionUtil.addEvaluateSentryLoggingData(List<org.flowable.cmmn.model.SentryOnPart> sentryOnParts,
org.flowable.cmmn.model.SentryIfPart sentryIfPart,
EntityWithSentryPartInstances instance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
CmmnLoggingSessionUtil.addEvaluateSentryLoggingData(org.flowable.cmmn.model.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) |
Copyright © 2021 Flowable. All rights reserved.