| Package | Description |
|---|---|
| org.flowable.common.engine.impl.el | |
| org.flowable.common.engine.impl.el.function |
| Modifier and Type | Field and Description |
|---|---|
protected FlowableAstFunctionCreator |
FlowableExpressionFactory.FlowableExpressionBuilder.defaultFunctionCreator |
| Modifier and Type | Field and Description |
|---|---|
protected List<FlowableAstFunctionCreator> |
DefaultExpressionManager.astFunctionCreators |
protected Map<String,FlowableAstFunctionCreator> |
FlowableExpressionFactory.FlowableExpressionBuilder.astFunctionCreators |
| Modifier and Type | Method and Description |
|---|---|
FlowableAstFunctionCreator |
FlowableExpressionFactory.FlowableExpressionBuilder.getAstFunctionCreator(String functionName) |
FlowableAstFunctionCreator |
FlowableExpressionFactory.FlowableExpressionBuilder.getDefaultFunctionCreator() |
| Modifier and Type | Method and Description |
|---|---|
List<FlowableAstFunctionCreator> |
DefaultExpressionManager.getAstFunctionCreators() |
List<FlowableAstFunctionCreator> |
ExpressionManager.getAstFunctionCreators()
Returns the
FlowableAstFunctionCreator which potentially can alter the expression functions
during the creation of an Expression instance. |
Map<String,FlowableAstFunctionCreator> |
FlowableExpressionFactory.FlowableExpressionBuilder.getAstFunctionCreators() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableExpressionFactory.FlowableExpressionBuilder.addAstFunctionCreator(FlowableAstFunctionCreator astFunctionCreator) |
void |
FlowableExpressionFactory.FlowableExpressionBuilder.setDefaultFunctionCreator(FlowableAstFunctionCreator defaultFunctionCreator) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableExpressionFactory.setAstFunctionCreators(Collection<FlowableAstFunctionCreator> astFunctionCreators) |
void |
DefaultExpressionManager.setAstFunctionCreators(List<FlowableAstFunctionCreator> astFunctionCreators) |
void |
ExpressionManager.setAstFunctionCreators(List<FlowableAstFunctionCreator> astFunctionCreators)
Sets the
FlowableAstFunctionCreator instances which can alter the expression functions
during the creation of an Expression instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFlowableVariableExpressionFunction |
class |
AbstractVariableComparatorExpressionFunction |
class |
VariableBase64ExpressionFunction
Returns the Base64 encoded value of a variable.
|
class |
VariableContainsAnyExpressionFunction
Checks if the value of a variable (fetched using the variableName through the variable scope) contains any of the provided values.
|
class |
VariableContainsExpressionFunction
Checks if the value of a variable (fetched using the variableName through the variable scope) contains all of the provided values.
|
class |
VariableEqualsExpressionFunction
Compares the value of a variable (fetched using the variableName through the variable scope)
with a value on equality.
|
class |
VariableExistsExpressionFunction
Returns whether or not a variable with the given name exists when fetched through the provided variable scope.
|
class |
VariableGetExpressionFunction
Returns the value of a variable.
|
class |
VariableGetOrDefaultExpressionFunction
Returns the value of a variable, or a default if the value is null.
|
class |
VariableGreaterThanExpressionFunction |
class |
VariableGreaterThanOrEqualsExpressionFunction |
class |
VariableIsEmptyExpressionFunction
Checks if the value of a variable (fetched using the variableName through the variable scope) is empty.
|
class |
VariableIsNotEmptyExpressionFunction
Opposite operation of the $
VariableIsEmptyExpressionFunction . |
class |
VariableLowerThanExpressionFunction |
class |
VariableLowerThanOrEqualsExpressionFunction |
class |
VariableNotEqualsExpressionFunction
Compares the value of a variable (fetched using the variableName through the variable scope).
|
Copyright © 2021 Flowable. All rights reserved.