| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.TypedValue |
ExpressionManager.evaluate(String expression)
Execute the expression returning the result.
|
org.mule.runtime.api.metadata.TypedValue |
ExpressionManager.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType)
Evaluates an expression according to the global
BindingContext and the DataType of the expected result. |
org.mule.runtime.api.metadata.TypedValue |
ExpressionManager.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
org.mule.runtime.api.el.BindingContext context,
Event event)
Evaluates an expression according to a given
BindingContext, the global one, the DataType of the expected
result and an Event. |
org.mule.runtime.api.metadata.TypedValue |
ExpressionManager.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
org.mule.runtime.api.el.BindingContext context,
Event event,
FlowConstruct flowConstruct,
boolean failOnNull)
Evaluates an expression according to a given
BindingContext, the global one, the DataType of the expected
result and an Event. |
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptor.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
Event event,
org.mule.runtime.api.el.BindingContext context)
Evaluates an expression according to a given
BindingContext and outputs . |
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptor.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext context,
boolean failOnNull)
|
org.mule.runtime.api.metadata.TypedValue |
ExpressionManager.evaluate(String expression,
Event event)
Execute the expression returning the result.
|
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptor.evaluate(String expression,
Event event,
org.mule.runtime.api.el.BindingContext context)
Evaluates an expression according to a given
BindingContext. |
org.mule.runtime.api.metadata.TypedValue |
ExpressionManager.evaluate(String expression,
Event event,
org.mule.runtime.api.el.BindingContext context)
Execute the expression returning the result.
|
org.mule.runtime.api.metadata.TypedValue |
ExtendedExpressionManager.evaluate(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct)
Deprecated.
Mutation via expressions is deprecated.
|
org.mule.runtime.api.metadata.TypedValue |
ExtendedExpressionLanguageAdaptor.evaluate(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext)
Deprecated.
Mutation via expressions is deprecated.
|
org.mule.runtime.api.metadata.TypedValue |
ExpressionManager.evaluate(String expression,
Event event,
FlowConstruct flowConstruct)
Execute the expression returning the result.
|
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptor.evaluate(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext)
|
org.mule.runtime.api.metadata.TypedValue |
ExpressionManager.evaluate(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext context)
Execute the expression returning the result.
|
boolean |
ExpressionManager.evaluateBoolean(String expression,
Event event,
FlowConstruct flowConstruct)
Evaluates an expression considering a
boolean as output. |
boolean |
ExpressionManager.evaluateBoolean(String expression,
Event event,
FlowConstruct flowConstruct,
boolean nullReturnsTrue,
boolean nonBooleanReturnsTrue)
Evaluates an expression considering a
boolean as output. |
String |
ExtendedExpressionManager.parse(String expression,
Event event,
FlowConstruct flowConstruct)
Deprecated.
Parsing of expressions is deprecated. Use standard evaluation instead.
|
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
ExpressionLanguageAdaptor.split(String expression,
Event event,
org.mule.runtime.api.el.BindingContext bindingContext)
Splits using the specified expression and group it with the batch size.
|
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
ExpressionManager.split(String expression,
Event event,
org.mule.runtime.api.el.BindingContext bindingContext)
|
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
ExpressionLanguageAdaptor.split(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext)
Splits using the specified expression and group it with the batch size.
|
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
ExpressionManager.split(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext)
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidExpressionException
Is thrown explicitly when an expression is Malformed or invalid.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.TypedValue |
DefaultExpressionManager.evaluate(String expression,
org.mule.runtime.api.metadata.DataType outputType,
org.mule.runtime.api.el.BindingContext context,
Event event,
FlowConstruct flowConstruct,
boolean failOnNull) |
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptorHandler.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
Event event,
org.mule.runtime.api.el.BindingContext context) |
org.mule.runtime.api.metadata.TypedValue |
DataWeaveExpressionLanguageAdaptor.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
Event event,
org.mule.runtime.api.el.BindingContext context) |
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptorHandler.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext context,
boolean failOnNull) |
org.mule.runtime.api.metadata.TypedValue |
DataWeaveExpressionLanguageAdaptor.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext context,
boolean failOnNull) |
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptorHandler.evaluate(String expression,
Event event,
org.mule.runtime.api.el.BindingContext context) |
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptorHandler.evaluate(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptorHandler.evaluate(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
boolean |
DefaultExpressionManager.evaluateBoolean(String expression,
Event event,
FlowConstruct flowConstruct) |
boolean |
DefaultExpressionManager.evaluateBoolean(String expression,
Event event,
FlowConstruct flowConstruct,
boolean nullReturnsTrue,
boolean nonBooleanReturnsTrue) |
String |
DefaultExpressionManager.parse(String expression,
Event event,
FlowConstruct flowConstruct) |
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
ExpressionLanguageAdaptorHandler.split(String expression,
Event event,
org.mule.runtime.api.el.BindingContext bindingContext) |
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
DefaultExpressionManager.split(String expression,
Event event,
org.mule.runtime.api.el.BindingContext bindingContext) |
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
DataWeaveExpressionLanguageAdaptor.split(String expression,
Event event,
org.mule.runtime.api.el.BindingContext bindingContext) |
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
ExpressionLanguageAdaptorHandler.split(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
DefaultExpressionManager.split(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
DataWeaveExpressionLanguageAdaptor.split(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.TypedValue |
MVELExpressionLanguage.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
Event event,
org.mule.runtime.api.el.BindingContext context) |
org.mule.runtime.api.metadata.TypedValue |
MVELExpressionLanguage.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext context,
boolean failOnNull) |
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
MVELExpressionLanguage.split(String expression,
Event event,
org.mule.runtime.api.el.BindingContext bindingContext) |
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
MVELExpressionLanguage.split(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpressionArgument.evaluate(Event event)
Evaluates this Expression against the passed in Message.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.