public class GroovyScriptExpressionExecutorCacheStrategy extends NonEmptyContentExpressionExecutorStrategy
CONTAINER_ID_KEY, CONTAINER_TYPE_KEY, DEFINITION_ID, DEFINITION_TYPE, INTERPRETER_GROOVY, KIND_CONSTANT, KIND_DOCUMENT, KIND_ENGINE_CONSTANT, KIND_INPUT, KIND_JAVA_METHOD_CALL, KIND_LIST, KIND_PARAMETER, KIND_PATTERN, KIND_READ_ONLY_SCRIPT_GROOVY, KIND_VARIABLE, KIND_XPATH_READ, NO_DEPENDENCY_EXPRESSION_EVALUATION_ORDER, TYPE_CONSTANT, TYPE_DOCUMENT, TYPE_ENGINE_CONSTANT, TYPE_INPUT, TYPE_JAVA_METHOD_CALL, TYPE_LIST, TYPE_PARAMETER, TYPE_PATTERN, TYPE_READ_ONLY_SCRIPT, TYPE_VARIABLE, TYPE_XPATH_READ
Constructor and Description |
---|
GroovyScriptExpressionExecutorCacheStrategy(org.bonitasoft.engine.cache.CacheService cacheService,
org.bonitasoft.engine.classloader.ClassLoaderService classLoaderService) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
evaluate(List<org.bonitasoft.engine.expression.model.SExpression> expressions,
Map<String,Object> dependencyValues,
Map<Integer,Object> resolvedExpressions) |
Object |
evaluate(org.bonitasoft.engine.expression.model.SExpression expression,
Map<String,Object> dependencyValues,
Map<Integer,Object> resolvedExpressions) |
org.bonitasoft.engine.expression.model.ExpressionKind |
getExpressionKind() |
boolean |
mustPutEvaluatedExpressionInContext() |
validate
public GroovyScriptExpressionExecutorCacheStrategy(org.bonitasoft.engine.cache.CacheService cacheService, org.bonitasoft.engine.classloader.ClassLoaderService classLoaderService)
public Object evaluate(org.bonitasoft.engine.expression.model.SExpression expression, Map<String,Object> dependencyValues, Map<Integer,Object> resolvedExpressions) throws org.bonitasoft.engine.expression.exception.SExpressionEvaluationException
public org.bonitasoft.engine.expression.model.ExpressionKind getExpressionKind()
public List<Object> evaluate(List<org.bonitasoft.engine.expression.model.SExpression> expressions, Map<String,Object> dependencyValues, Map<Integer,Object> resolvedExpressions) throws org.bonitasoft.engine.expression.exception.SExpressionEvaluationException
public boolean mustPutEvaluatedExpressionInContext()
Copyright © 2013 BonitaSoft. All Rights Reserved.