public class SkipExpressionUtil extends Object
| Constructor and Description |
|---|
SkipExpressionUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
checkSkipExpressionVariable(String activityId,
DelegateExecution execution,
CommandContext commandContext) |
protected static boolean |
isEnableSkipExpression(com.fasterxml.jackson.databind.node.ObjectNode globalProperties) |
static boolean |
isSkipExpressionEnabled(String skipExpression,
String activityId,
DelegateExecution execution,
CommandContext commandContext) |
protected static String |
resolveActiveSkipExpression(String skipExpression,
String activityId,
String processDefinitionId,
CommandContext commandContext) |
static boolean |
shouldSkipFlowElement(String skipExpressionString,
String activityId,
DelegateExecution execution,
CommandContext commandContext) |
public static boolean isSkipExpressionEnabled(String skipExpression, String activityId, DelegateExecution execution, CommandContext commandContext)
protected static boolean checkSkipExpressionVariable(String activityId, DelegateExecution execution, CommandContext commandContext)
public static boolean shouldSkipFlowElement(String skipExpressionString, String activityId, DelegateExecution execution, CommandContext commandContext)
protected static boolean isEnableSkipExpression(com.fasterxml.jackson.databind.node.ObjectNode globalProperties)
protected static String resolveActiveSkipExpression(String skipExpression, String activityId, String processDefinitionId, CommandContext commandContext)
Copyright © 2020 Flowable. All rights reserved.