Interface ExecutableScript
- All Known Implementing Classes:
ExecutableScriptTask
public interface ExecutableScript
A representation of an element that execute feel script expression. For example, a script task.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setExpression
(Expression expression) void
setResultVariable
(String resultVariable)
-
Method Details
-
getExpression
Expression getExpression() -
setExpression
-
getResultVariable
String getResultVariable() -
setResultVariable
-