public abstract class ExpressionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getBooleanFromField(Expression expression,
VariableContainer execution) |
static int |
getIntFromField(Expression expression,
VariableContainer execution) |
static String |
getStringFromField(Expression expression,
VariableContainer execution) |
static Set<String> |
getStringSetFromField(String field) |
protected static boolean |
parseBoolean(Object value) |
public static int getIntFromField(Expression expression, VariableContainer execution)
public static boolean getBooleanFromField(Expression expression, VariableContainer execution)
protected static boolean parseBoolean(Object value)
public static String getStringFromField(Expression expression, VariableContainer execution)
Copyright © 2021 Flowable. All rights reserved.