Class SkipExpressionUtil
java.lang.Object
org.flowable.engine.impl.bpmn.helper.SkipExpressionUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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)
-
Constructor Details
-
SkipExpressionUtil
public SkipExpressionUtil()
-
-
Method Details
-
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)
-