Class SimpleMapExpressionEvaluator

    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleMapExpressionEvaluator​(java.util.Map<java.lang.String,​java.lang.Object> context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object evaluate​(org.activiti.engine.delegate.Expression expression, org.activiti.engine.impl.el.ExpressionManager expressionManager, org.activiti.engine.impl.interceptor.DelegateInterceptor delegateInterceptor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleMapExpressionEvaluator

        public SimpleMapExpressionEvaluator​(java.util.Map<java.lang.String,​java.lang.Object> context)
    • Method Detail

      • evaluate

        public java.lang.Object evaluate​(org.activiti.engine.delegate.Expression expression,
                                         org.activiti.engine.impl.el.ExpressionManager expressionManager,
                                         org.activiti.engine.impl.interceptor.DelegateInterceptor delegateInterceptor)
        Specified by:
        evaluate in interface ExpressionEvaluator