Uses of Interface
org.camunda.bpm.dmn.engine.impl.spi.el.ElExpression
Package
Description
-
Uses of ElExpression in org.camunda.bpm.dmn.engine.impl
Modifier and TypeMethodDescriptionCachedExpressionSupport.getCachedExpression()
DmnExpressionImpl.getCachedExpression()
Modifier and TypeMethodDescriptionvoid
CachedExpressionSupport.setCachedExpression
(ElExpression expression) void
DmnExpressionImpl.setCachedExpression
(ElExpression expression) -
Uses of ElExpression in org.camunda.bpm.dmn.engine.impl.el
-
Uses of ElExpression in org.camunda.bpm.dmn.engine.impl.spi.el
Modifier and TypeMethodDescriptionElProvider.createExpression
(String expression) Create a new expression -
Uses of ElExpression in org.camunda.bpm.engine.impl.dmn.el
Modifier and TypeMethodDescriptionProcessEngineJuelElProvider.createExpression
(String expression)