Class SkipExpressionUtil
java.lang.Object
org.activiti.engine.impl.bpmn.helper.SkipExpressionUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisSkipExpressionEnabled(DelegateExecution execution, String skipExpression) static booleanisSkipExpressionEnabled(DelegateExecution execution, Expression skipExpression) static booleanshouldSkipFlowElement(DelegateExecution execution, Expression skipExpression) static booleanshouldSkipFlowElement(CommandContext commandContext, DelegateExecution execution, String skipExpressionString)
-
Constructor Details
-
SkipExpressionUtil
public SkipExpressionUtil()
-
-
Method Details
-
isSkipExpressionEnabled
-
isSkipExpressionEnabled
public static boolean isSkipExpressionEnabled(DelegateExecution execution, Expression skipExpression) -
shouldSkipFlowElement
public static boolean shouldSkipFlowElement(CommandContext commandContext, DelegateExecution execution, String skipExpressionString) -
shouldSkipFlowElement
-