Uses of Interface
org.camunda.bpm.engine.impl.el.Expression

Packages that use Expression
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.el   
 

Uses of Expression in org.camunda.bpm.engine.impl.bpmn.parser
 

Methods in org.camunda.bpm.engine.impl.bpmn.parser that return Expression
protected  Expression BpmnParse.parseExpression(Element parent, String name)
           
 

Uses of Expression in org.camunda.bpm.engine.impl.el
 

Fields in org.camunda.bpm.engine.impl.el declared as Expression
protected  Expression ElValueProvider.expression
           
protected  Expression UelExpressionCondition.expression
           
 

Methods in org.camunda.bpm.engine.impl.el that return Expression
 Expression ExpressionManager.createExpression(String expression)
           
 Expression ElValueProvider.getExpression()
           
 

Methods in org.camunda.bpm.engine.impl.el with parameters of type Expression
 void ElValueProvider.setExpression(Expression expression)
           
 

Constructors in org.camunda.bpm.engine.impl.el with parameters of type Expression
ElValueProvider(Expression expression)
           
UelExpressionCondition(Expression expression)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.