Package org.camunda.bpm.engine.delegate
Interface Expression
- All Known Subinterfaces:
Expression
- All Known Implementing Classes:
FixedValue
,JuelExpression
public interface Expression
- Author:
- Frederik Heremans
-
Method Summary
Modifier and TypeMethodDescriptiongetValue
(VariableScope variableScope) boolean
void
setValue
(Object value, VariableScope variableScope)
-
Method Details
-
getValue
-
setValue
-
getExpressionText
String getExpressionText() -
isLiteralText
boolean isLiteralText()
-