Uses of Interface
org.camunda.bpm.dmn.engine.impl.spi.el.ElProvider
-
-
Uses of ElProvider in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl declared as ElProvider Modifier and Type Field Description protected ElProvider
DefaultDmnEngineConfiguration. elProvider
Methods in org.camunda.bpm.dmn.engine.impl that return ElProvider Modifier and Type Method Description ElProvider
DefaultDmnEngineConfiguration. getElProvider()
Methods in org.camunda.bpm.dmn.engine.impl with parameters of type ElProvider Modifier and Type Method Description DefaultDmnEngineConfiguration
DefaultDmnEngineConfiguration. elProvider(ElProvider elProvider)
Set the el provider which is used by the engine to evaluate an el expression.void
DefaultDmnEngineConfiguration. setElProvider(ElProvider elProvider)
Set the el provider which is used by the engine to evaluate an el expression. -
Uses of ElProvider in org.camunda.bpm.dmn.engine.impl.el
Classes in org.camunda.bpm.dmn.engine.impl.el that implement ElProvider Modifier and Type Class Description class
JuelElProvider
A simple implementation ofElProvider
using Juel. -
Uses of ElProvider in org.camunda.bpm.dmn.engine.impl.evaluation
Fields in org.camunda.bpm.dmn.engine.impl.evaluation declared as ElProvider Modifier and Type Field Description protected ElProvider
ExpressionEvaluationHandler. elProvider
-
Uses of ElProvider in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as ElProvider Modifier and Type Field Description protected ElProvider
ProcessEngineConfigurationImpl. dmnElProvider
Methods in org.camunda.bpm.engine.impl.cfg that return ElProvider Modifier and Type Method Description ElProvider
ProcessEngineConfigurationImpl. getDmnElProvider()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type ElProvider Modifier and Type Method Description ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. setDmnElProvider(ElProvider elProvider)
-
Uses of ElProvider in org.camunda.bpm.engine.impl.dmn.configuration
Fields in org.camunda.bpm.engine.impl.dmn.configuration declared as ElProvider Modifier and Type Field Description protected ElProvider
DmnEngineConfigurationBuilder. elProvider
Methods in org.camunda.bpm.engine.impl.dmn.configuration with parameters of type ElProvider Modifier and Type Method Description DmnEngineConfigurationBuilder
DmnEngineConfigurationBuilder. elProvider(ElProvider elProvider)
-
Uses of ElProvider in org.camunda.bpm.engine.impl.dmn.el
Classes in org.camunda.bpm.engine.impl.dmn.el that implement ElProvider Modifier and Type Class Description class
ProcessEngineJuelElProvider
-
Uses of ElProvider in org.camunda.bpm.engine.impl.el
Fields in org.camunda.bpm.engine.impl.el declared as ElProvider Modifier and Type Field Description protected ElProvider
JuelExpressionManager. elProvider
Methods in org.camunda.bpm.engine.impl.el that return ElProvider Modifier and Type Method Description protected ElProvider
JuelExpressionManager. createElProvider()
ElProvider
ElProviderCompatible. toElProvider()
ElProvider
JuelExpressionManager. toElProvider()
-