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
 

Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as Expression
protected  Expression EventSubscriptionDeclaration.eventName
           
protected  Expression SignalDefinition.name
           
protected  Expression MessageDefinition.name
           
 

Fields in org.camunda.bpm.engine.impl.bpmn.parser with type parameters of type Expression
static PropertyKey<Expression> FoxFailedJobParseListener.FOX_FAILED_JOB_CONFIGURATION
           
 

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

Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type Expression
 void SignalDefinition.setExpression(Expression name)
           
 

Constructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type Expression
EventSubscriptionDeclaration(Expression eventExpression, EventType eventType)
           
MessageDefinition(String id, Expression 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 © 2017 camunda services GmbH. All rights reserved.