public class ListExpressionExecutorStrategy extends Object implements ExpressionExecutorStrategy
SExpression.getDependencies() method. The result is a List of Serializable
objects.CONTAINER_ID_KEY, CONTAINER_TYPE_KEY, DEFINITION_ID, DEFINITION_TYPE, INTERPRETER_GROOVY, KIND_BUSINESS_DATA, KIND_BUSINESS_OBJECT_DAO, KIND_CONSTANT, KIND_DOCUMENT, KIND_ENGINE_CONSTANT, KIND_INPUT, KIND_JAVA_METHOD_CALL, KIND_LIST, KIND_PARAMETER, KIND_PATTERN, KIND_QUERY_BUSINESS_DATA, KIND_READ_ONLY_SCRIPT_GROOVY, KIND_TRANSIENT_VARIABLE, KIND_VARIABLE, KIND_XPATH_READ, NO_DEPENDENCY_EXPRESSION_EVALUATION_ORDER, TYPE_BUSINESS_DATA, TYPE_BUSINESS_OBJECT_DAO, TYPE_CONSTANT, TYPE_DOCUMENT, TYPE_ENGINE_CONSTANT, TYPE_INPUT, TYPE_JAVA_METHOD_CALL, TYPE_LIST, TYPE_PARAMETER, TYPE_PATTERN, TYPE_QUERY_BUSINESS_DATA, TYPE_READ_ONLY_SCRIPT, TYPE_TRANSIENT_VARIABLE, TYPE_VARIABLE, TYPE_XPATH_READ| Constructor and Description |
|---|
ListExpressionExecutorStrategy() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
evaluate(List<org.bonitasoft.engine.expression.model.SExpression> expressions,
Map<String,Object> context,
Map<Integer,Object> resolvedExpressions,
ContainerState containerState) |
Serializable |
evaluate(org.bonitasoft.engine.expression.model.SExpression expression,
Map<String,Object> context,
Map<Integer,Object> resolvedExpressions,
ContainerState containerState) |
org.bonitasoft.engine.expression.model.ExpressionKind |
getExpressionKind() |
boolean |
mustPutEvaluatedExpressionInContext() |
void |
validate(org.bonitasoft.engine.expression.model.SExpression expression) |
public void validate(org.bonitasoft.engine.expression.model.SExpression expression)
validate in interface ExpressionExecutorStrategypublic org.bonitasoft.engine.expression.model.ExpressionKind getExpressionKind()
getExpressionKind in interface ExpressionExecutorStrategypublic Serializable evaluate(org.bonitasoft.engine.expression.model.SExpression expression, Map<String,Object> context, Map<Integer,Object> resolvedExpressions, ContainerState containerState)
evaluate in interface ExpressionExecutorStrategypublic List<Object> evaluate(List<org.bonitasoft.engine.expression.model.SExpression> expressions, Map<String,Object> context, Map<Integer,Object> resolvedExpressions, ContainerState containerState)
evaluate in interface ExpressionExecutorStrategypublic boolean mustPutEvaluatedExpressionInContext()
mustPutEvaluatedExpressionInContext in interface ExpressionExecutorStrategyCopyright © 2014 Bonitasoft S.A.. All rights reserved.