| Package | Description |
|---|---|
| org.flowable.cmmn.converter | |
| org.flowable.cmmn.engine.impl.agenda.operation | |
| org.flowable.cmmn.engine.impl.util | |
| org.flowable.cmmn.model |
| Modifier and Type | Field and Description |
|---|---|
protected SentryOnPart |
ConversionHelper.currentSentryOnPart |
| Modifier and Type | Field and Description |
|---|---|
protected List<SentryOnPart> |
ConversionHelper.sentryOnParts |
| Modifier and Type | Method and Description |
|---|---|
SentryOnPart |
ConversionHelper.getCurrentSentryOnPart() |
| Modifier and Type | Method and Description |
|---|---|
List<SentryOnPart> |
ConversionHelper.getSentryOnParts() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConversionHelper.addSentryOnPart(SentryOnPart sentryOnPart) |
void |
ConversionHelper.addSentryOnPartToCurrentSentry(SentryOnPart sentryOnPart) |
void |
ConversionHelper.setCurrentSentryOnPart(SentryOnPart currentSentryOnPart) |
| Modifier and Type | Method and Description |
|---|---|
protected SentryPartInstanceEntity |
AbstractEvaluationCriteriaOperation.createSentryPartInstanceEntity(EntityWithSentryPartInstances entityWithSentryPartInstances,
Sentry sentry,
SentryOnPart sentryOnPart,
SentryIfPart sentryIfPart) |
boolean |
AbstractEvaluationCriteriaOperation.sentryOnPartMatchesCurrentLifeCycleEvent(SentryOnPart sentryOnPart) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractEvaluationCriteriaOperation.allOnPartsSatisfied(Set<String> satisfiedSentryOnPartIds,
List<SentryOnPart> sentryOnParts)
Evaluate, if the sentries on-parts are all satisfied.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected List<SentryOnPart> |
Sentry.onParts |
| Modifier and Type | Method and Description |
|---|---|
List<SentryOnPart> |
Sentry.getOnParts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Sentry.addSentryOnPart(SentryOnPart sentryOnPart) |
| Modifier and Type | Method and Description |
|---|---|
void |
Sentry.setOnParts(List<SentryOnPart> onParts) |
Copyright © 2023 Flowable. All rights reserved.