public class SkipExpressionUtil extends Object
Constructor and Description |
---|
SkipExpressionUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isSkipExpressionEnabled(DelegateExecution execution,
Expression skipExpression) |
static boolean |
isSkipExpressionEnabled(DelegateExecution execution,
String skipExpression) |
static boolean |
shouldSkipFlowElement(CommandContext commandContext,
DelegateExecution execution,
String skipExpressionString) |
static boolean |
shouldSkipFlowElement(DelegateExecution execution,
Expression skipExpression) |
public static boolean isSkipExpressionEnabled(DelegateExecution execution, String skipExpression)
public static boolean isSkipExpressionEnabled(DelegateExecution execution, Expression skipExpression)
public static boolean shouldSkipFlowElement(CommandContext commandContext, DelegateExecution execution, String skipExpressionString)
public static boolean shouldSkipFlowElement(DelegateExecution execution, Expression skipExpression)
Copyright © 2015 Alfresco. All rights reserved.