Uses of Class
org.camunda.bpm.engine.impl.javax.el.ExpressionFactory
-
Packages that use ExpressionFactory Package Description 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 Modifier and Type Field Description protected ExpressionFactoryJuelExpressionManager. expressionFactoryMethods in org.camunda.bpm.engine.impl.el that return ExpressionFactory Modifier and Type Method Description static ExpressionFactoryExpressionFactoryResolver. resolveExpressionFactory()Methods in org.camunda.bpm.engine.impl.el with parameters of type ExpressionFactory Modifier and Type Method Description voidJuelExpressionManager. 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 Modifier and Type Method Description static ExpressionFactoryExpressionFactory. newInstance()Creates a new instance of a ExpressionFactory.static ExpressionFactoryExpressionFactory. 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 Modifier and Type Class Description classExpressionFactoryImplExpression factory implementation.
-