Uses of Interface
org.camunda.bpm.dmn.engine.impl.CachedExpressionSupport
-
Packages that use CachedExpressionSupport Package Description org.camunda.bpm.dmn.engine.impl org.camunda.bpm.dmn.engine.impl.evaluation -
-
Uses of CachedExpressionSupport in org.camunda.bpm.dmn.engine.impl
Classes in org.camunda.bpm.dmn.engine.impl that implement CachedExpressionSupport Modifier and Type Class Description class
DmnExpressionImpl
-
Uses of CachedExpressionSupport in org.camunda.bpm.dmn.engine.impl.evaluation
Methods in org.camunda.bpm.dmn.engine.impl.evaluation with parameters of type CachedExpressionSupport Modifier and Type Method Description protected Object
ExpressionEvaluationHandler. evaluateElExpression(String expressionLanguage, String expressionText, VariableContext variableContext, CachedExpressionSupport cachedExpressionSupport)
-