Class ListExpressionExecutorStrategy

java.lang.Object
org.bonitasoft.engine.expression.impl.ListExpressionExecutorStrategy
All Implemented Interfaces:
ExpressionExecutorStrategy

public class ListExpressionExecutorStrategy extends Object implements ExpressionExecutorStrategy
Evaluate a list of SExpression, represented by the SExpression.getDependencies() method. The result is a List of Serializable objects.
Author:
Emmanuel Duchastenier, Celine Souchet