Class SkipExpressionUtil
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.helper.SkipExpressionUtil
-
public class SkipExpressionUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SkipExpressionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisSkipExpressionEnabled(DelegateExecution execution, java.lang.String skipExpression)static booleanisSkipExpressionEnabled(DelegateExecution execution, Expression skipExpression)static booleanshouldSkipFlowElement(DelegateExecution execution, Expression skipExpression)static booleanshouldSkipFlowElement(CommandContext commandContext, DelegateExecution execution, java.lang.String skipExpressionString)
-
-
-
Method Detail
-
isSkipExpressionEnabled
public static boolean isSkipExpressionEnabled(DelegateExecution execution, java.lang.String skipExpression)
-
isSkipExpressionEnabled
public static boolean isSkipExpressionEnabled(DelegateExecution execution, Expression skipExpression)
-
shouldSkipFlowElement
public static boolean shouldSkipFlowElement(CommandContext commandContext, DelegateExecution execution, java.lang.String skipExpressionString)
-
shouldSkipFlowElement
public static boolean shouldSkipFlowElement(DelegateExecution execution, Expression skipExpression)
-
-