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