Uses of Class
org.camunda.bpm.engine.impl.javax.el.ValueReference

Packages that use ValueReference
org.camunda.bpm.engine.impl.javax.el   
org.camunda.bpm.engine.impl.juel   
 

Uses of ValueReference in org.camunda.bpm.engine.impl.javax.el
 

Methods in org.camunda.bpm.engine.impl.javax.el that return ValueReference
 ValueReference ValueExpression.getValueReference(ELContext context)
          Returns a ValueReference for this expression instance.
 

Uses of ValueReference in org.camunda.bpm.engine.impl.juel
 

Methods in org.camunda.bpm.engine.impl.juel that return ValueReference
 ValueReference AstText.getValueReference(Bindings bindings, ELContext context)
           
 ValueReference AstIdentifier.getValueReference(Bindings bindings, ELContext context)
           
 ValueReference AstMethod.getValueReference(Bindings bindings, ELContext context)
           
 ValueReference AstProperty.getValueReference(Bindings bindings, ELContext context)
           
 ValueReference ExpressionNode.getValueReference(Bindings bindings, ELContext context)
          Get value reference.
 ValueReference AstRightValue.getValueReference(Bindings bindings, ELContext context)
           
 ValueReference AstEval.getValueReference(Bindings bindings, ELContext context)
           
 ValueReference TreeValueExpression.getValueReference(ELContext context)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.