org.jbpm.jpdl.el.impl
Class JbpmExpressionEvaluator

java.lang.Object
  extended by org.jbpm.jpdl.el.impl.JbpmExpressionEvaluator

public class JbpmExpressionEvaluator
extends java.lang.Object


Constructor Summary
JbpmExpressionEvaluator()
           
 
Method Summary
static java.lang.Object evaluate(java.lang.String expression, ExecutionContext executionContext)
           
static java.lang.Object evaluate(java.lang.String expression, ExecutionContext executionContext, VariableResolver variableResolver, FunctionMapper functionMapper)
           
static FunctionMapper getFunctionMapper()
           
static FunctionMapper getUsedFunctionMapper()
          Deprecated. Use getFunctionMapper() instead
static VariableResolver getUsedVariableResolver()
          Deprecated. Use getVariableResolver() instead
static VariableResolver getVariableResolver()
           
static void setExpressionEvaluator(ExpressionEvaluator expressionEvaluator)
          Deprecated. Use the configuration entry jbpm.expression.evaluator instead
static void setFunctionMapper(FunctionMapper functionMapper)
          Deprecated. Use the configuration entry jbpm.function.mapper instead
static void setVariableResolver(VariableResolver variableResolver)
          Deprecated. Use the configuration entry jbpm.variable.resolver instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbpmExpressionEvaluator

public JbpmExpressionEvaluator()
Method Detail

setExpressionEvaluator

public static void setExpressionEvaluator(ExpressionEvaluator expressionEvaluator)
Deprecated. Use the configuration entry jbpm.expression.evaluator instead


setVariableResolver

public static void setVariableResolver(VariableResolver variableResolver)
Deprecated. Use the configuration entry jbpm.variable.resolver instead


setFunctionMapper

public static void setFunctionMapper(FunctionMapper functionMapper)
Deprecated. Use the configuration entry jbpm.function.mapper instead


evaluate

public static java.lang.Object evaluate(java.lang.String expression,
                                        ExecutionContext executionContext)

evaluate

public static java.lang.Object evaluate(java.lang.String expression,
                                        ExecutionContext executionContext,
                                        VariableResolver variableResolver,
                                        FunctionMapper functionMapper)

getUsedVariableResolver

public static VariableResolver getUsedVariableResolver()
Deprecated. Use getVariableResolver() instead


getVariableResolver

public static VariableResolver getVariableResolver()

getUsedFunctionMapper

public static FunctionMapper getUsedFunctionMapper()
Deprecated. Use getFunctionMapper() instead


getFunctionMapper

public static FunctionMapper getFunctionMapper()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.