Uses of Interface
org.camunda.bpm.dmn.engine.impl.spi.el.ElProvider
-
Packages that use ElProvider Package Description org.camunda.bpm.dmn.engine.impl org.camunda.bpm.dmn.engine.impl.el org.camunda.bpm.dmn.engine.impl.evaluation -
-
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 ElProviderDefaultDmnEngineConfiguration. elProviderMethods in org.camunda.bpm.dmn.engine.impl that return ElProvider Modifier and Type Method Description ElProviderDefaultDmnEngineConfiguration. getElProvider()Methods in org.camunda.bpm.dmn.engine.impl with parameters of type ElProvider Modifier and Type Method Description DefaultDmnEngineConfigurationDefaultDmnEngineConfiguration. elProvider(ElProvider elProvider)Set the el provider which is used by the engine to evaluate an el expression.voidDefaultDmnEngineConfiguration. 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 classJuelElProviderA simple implementation ofElProviderusing 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 ElProviderExpressionEvaluationHandler. elProvider
-