Modifier and Type | Method and Description |
---|---|
protected CmmnSentryPart |
CmmnExecution.createIfPart(CmmnSentryDeclaration sentryDeclaration,
CmmnIfPartDeclaration ifPartDeclaration) |
protected CmmnSentryPart |
CmmnExecution.createOnPart(CmmnSentryDeclaration sentryDeclaration,
CmmnOnPartDeclaration onPartDeclaration) |
protected CmmnSentryPart |
CmmnExecution.createSentryPart(CmmnSentryDeclaration sentryDeclaration,
String type) |
protected CmmnSentryPart |
CmmnExecution.createVariableOnPart(CmmnSentryDeclaration sentryDeclaration,
CmmnVariableOnPartDeclaration variableOnPartDeclaration) |
Modifier and Type | Method and Description |
---|---|
CmmnSentryDeclaration |
SentryHandler.handleElement(Sentry element,
CmmnHandlerContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
SentryHandler.initializeIfPart(IfPart ifPart,
CmmnSentryDeclaration sentryDeclaration,
CmmnHandlerContext context) |
protected void |
SentryHandler.initializeVariableOnPart(CamundaVariableOnPart variableOnPart,
CmmnSentryDeclaration sentryDeclaration,
CmmnHandlerContext context) |
protected void |
SentryHandler.initializeVariableOnParts(CmmnElement element,
CmmnSentryDeclaration sentryDeclaration,
CmmnHandlerContext context,
List<CamundaVariableOnPart> variableOnParts) |
Modifier and Type | Field and Description |
---|---|
protected CmmnSentryDeclaration |
CmmnOnPartDeclaration.sentry |
Modifier and Type | Field and Description |
---|---|
protected List<CmmnSentryDeclaration> |
CmmnActivity.entryCriteria |
protected List<CmmnSentryDeclaration> |
CmmnActivity.exitCriteria |
protected List<CmmnSentryDeclaration> |
CmmnActivity.sentries |
protected Map<String,CmmnSentryDeclaration> |
CmmnActivity.sentryMap |
Modifier and Type | Method and Description |
---|---|
CmmnSentryDeclaration |
CmmnOnPartDeclaration.getSentry() |
CmmnSentryDeclaration |
CmmnActivity.getSentry(String sentryId) |
Modifier and Type | Method and Description |
---|---|
List<CmmnSentryDeclaration> |
CmmnActivity.getEntryCriteria() |
List<CmmnSentryDeclaration> |
CmmnActivity.getExitCriteria() |
List<CmmnSentryDeclaration> |
CmmnActivity.getSentries() |
Modifier and Type | Method and Description |
---|---|
void |
CmmnActivity.addEntryCriteria(CmmnSentryDeclaration entryCriteria) |
void |
CmmnActivity.addExitCriteria(CmmnSentryDeclaration exitCriteria) |
void |
CmmnActivity.addSentry(CmmnSentryDeclaration sentry) |
void |
CmmnOnPartDeclaration.setSentry(CmmnSentryDeclaration sentry) |
Modifier and Type | Method and Description |
---|---|
void |
CmmnActivity.setEntryCriteria(List<CmmnSentryDeclaration> entryCriteria) |
void |
CmmnActivity.setExitCriteria(List<CmmnSentryDeclaration> exitCriteria) |
Modifier and Type | Method and Description |
---|---|
void |
CmmnTransformListener.transformSentry(Sentry sentry,
CmmnSentryDeclaration sentryDeclaration) |
void |
AbstractCmmnTransformListener.transformSentry(Sentry sentry,
CmmnSentryDeclaration sentryDeclaration) |
Modifier and Type | Method and Description |
---|---|
void |
CmmnHistoryTransformListener.transformSentry(Sentry sentry,
CmmnSentryDeclaration sentryDeclaration) |
Copyright © 2022. All rights reserved.