Uses of Interface
org.camunda.bpm.dmn.engine.impl.spi.el.ElExpression
-
Packages that use ElExpression Package Description org.camunda.bpm.dmn.engine.impl org.camunda.bpm.dmn.engine.impl.el org.camunda.bpm.dmn.engine.impl.spi.el -
-
Uses of ElExpression in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl declared as ElExpression Modifier and Type Field Description protected ElExpressionDmnExpressionImpl. cachedExpressionMethods in org.camunda.bpm.dmn.engine.impl that return ElExpression Modifier and Type Method Description ElExpressionCachedExpressionSupport. getCachedExpression()ElExpressionDmnExpressionImpl. getCachedExpression()Methods in org.camunda.bpm.dmn.engine.impl with parameters of type ElExpression Modifier and Type Method Description voidCachedExpressionSupport. setCachedExpression(ElExpression expression)voidDmnExpressionImpl. setCachedExpression(ElExpression expression) -
Uses of ElExpression in org.camunda.bpm.dmn.engine.impl.el
Classes in org.camunda.bpm.dmn.engine.impl.el that implement ElExpression Modifier and Type Class Description classJuelExpressionMethods in org.camunda.bpm.dmn.engine.impl.el that return ElExpression Modifier and Type Method Description ElExpressionJuelElProvider. createExpression(String expression) -
Uses of ElExpression in org.camunda.bpm.dmn.engine.impl.spi.el
Methods in org.camunda.bpm.dmn.engine.impl.spi.el that return ElExpression Modifier and Type Method Description ElExpressionElProvider. createExpression(String expression)Create a new expression
-