Package org.activiti.engine.delegate
Interface Expression
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FixedValue,JuelExpression
-
Method Summary
Modifier and TypeMethodDescriptiongetValue(VariableScope variableScope) getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, Map<String, Object> availableVariables) voidsetValue(Object value, VariableScope variableScope)
-
Method Details
-
getValue
-
setValue
-
getExpressionText
String getExpressionText() -
getValue
Object getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, Map<String, Object> availableVariables)
-