Class SkipExpressionUtil
- java.lang.Object
-
- org.flowable.engine.impl.bpmn.helper.SkipExpressionUtil
-
public class SkipExpressionUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description SkipExpressionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static booleancheckSkipExpressionVariable(String activityId, DelegateExecution execution, CommandContext commandContext)protected static booleanisEnableSkipExpression(com.fasterxml.jackson.databind.node.ObjectNode globalProperties)static booleanisSkipExpressionEnabled(String skipExpression, String activityId, DelegateExecution execution, CommandContext commandContext)protected static StringresolveActiveSkipExpression(String skipExpression, String activityId, String processDefinitionId, CommandContext commandContext)static booleanshouldSkipFlowElement(String skipExpressionString, String activityId, DelegateExecution execution, CommandContext commandContext)
-
-
-
Method Detail
-
isSkipExpressionEnabled
public static boolean isSkipExpressionEnabled(String skipExpression, String activityId, DelegateExecution execution, CommandContext commandContext)
-
checkSkipExpressionVariable
protected static boolean checkSkipExpressionVariable(String activityId, DelegateExecution execution, CommandContext commandContext)
-
shouldSkipFlowElement
public static boolean shouldSkipFlowElement(String skipExpressionString, String activityId, DelegateExecution execution, CommandContext commandContext)
-
isEnableSkipExpression
protected static boolean isEnableSkipExpression(com.fasterxml.jackson.databind.node.ObjectNode globalProperties)
-
resolveActiveSkipExpression
protected static String resolveActiveSkipExpression(String skipExpression, String activityId, String processDefinitionId, CommandContext commandContext)
-
-