Package org.camunda.bpm.engine.impl.el
Interface Expression
-
- All Superinterfaces:
Expression
- All Known Implementing Classes:
JuelExpression
public interface Expression extends Expression
- Author:
- Frederik Heremans
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getValue(VariableScope variableScope, BaseDelegateExecution contextExecution)
void
setValue(Object value, VariableScope variableScope, BaseDelegateExecution contextExecution)
-
Methods inherited from interface org.camunda.bpm.engine.delegate.Expression
getExpressionText, getValue, isLiteralText, setValue
-
-
-
-
Method Detail
-
getValue
Object getValue(VariableScope variableScope, BaseDelegateExecution contextExecution)
-
setValue
void setValue(Object value, VariableScope variableScope, BaseDelegateExecution contextExecution)
-
-