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

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

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

Fields in org.camunda.bpm.engine.impl.el declared as ExpressionFactory
protected  ExpressionFactory ExpressionManager.expressionFactory
           
 

Methods in org.camunda.bpm.engine.impl.el that return ExpressionFactory
static ExpressionFactory ExpressionFactoryResolver.resolveExpressionFactory()
           
 

Methods in org.camunda.bpm.engine.impl.el with parameters of type ExpressionFactory
 void ExpressionManager.setExpressionFactory(ExpressionFactory expressionFactory)
           
 

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

Methods in org.camunda.bpm.engine.impl.javax.el that return ExpressionFactory
static ExpressionFactory ExpressionFactory.newInstance()
          Creates a new instance of a ExpressionFactory.
static ExpressionFactory ExpressionFactory.newInstance(Properties properties)
          Create a new instance of a ExpressionFactory, with optional properties.
 

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

Subclasses of ExpressionFactory in org.camunda.bpm.engine.impl.juel
 class ExpressionFactoryImpl
          Expression factory implementation.
 



Copyright © 2016 camunda services GmbH. All rights reserved.