Package org.activiti.engine.delegate
Interface Expression
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
FixedValue,JuelExpression
public interface Expression extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExpressionText()java.lang.ObjectgetValue(VariableScope variableScope)voidsetValue(java.lang.Object value, VariableScope variableScope)
-
-
-
Method Detail
-
getValue
java.lang.Object getValue(VariableScope variableScope)
-
setValue
void setValue(java.lang.Object value, VariableScope variableScope)
-
getExpressionText
java.lang.String getExpressionText()
-
-