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, java.lang.Class expectedType)
           
static java.lang.Object evaluate(java.lang.String expression, ExecutionContext executionContext, java.lang.Class expectedType, VariableResolver variableResolver, FunctionMapper functionMapper)
           
static java.lang.Object evaluate(java.lang.String expression, ExecutionContext executionContext, VariableResolver variableResolver, FunctionMapper functionMapper)
           
static FunctionMapper getFunctionMapper()
           
static FunctionMapper getUsedFunctionMapper()
          Deprecated. call getFunctionMapper() instead
static VariableResolver getUsedVariableResolver()
          Deprecated. call getVariableResolver() instead
static VariableResolver getVariableResolver()
           
static void setExpressionEvaluator(ExpressionEvaluator expressionEvaluator)
          Deprecated. set configuration entry jbpm.expression.evaluator instead
static void setFunctionMapper(FunctionMapper functionMapper)
          Deprecated. set configuration entry jbpm.function.mapper instead
static void setVariableResolver(VariableResolver variableResolver)
          Deprecated. set 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. set configuration entry jbpm.expression.evaluator instead


setVariableResolver

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


setFunctionMapper

public static void setFunctionMapper(FunctionMapper functionMapper)
Deprecated. set 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,
                                        java.lang.Class expectedType)

evaluate

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

evaluate

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

getUsedVariableResolver

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


getVariableResolver

public static VariableResolver getVariableResolver()

getUsedFunctionMapper

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


getFunctionMapper

public static FunctionMapper getFunctionMapper()


Copyright © 2010 JBoss Community. All Rights Reserved.