public abstract class ScriptEvaluator extends Object
Constructor and Description |
---|
ScriptEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
close()
This method closes the expression evaluator.
|
abstract void |
evaluate(Object information,
ActivityType activityType)
This method evaluates the supplied information to
initialize the supplied activity type.
|
String |
getExpression()
This method returns the expression.
|
void |
init()
This method initializes the script evaluator.
|
void |
setExpression(String expr)
This method sets the expression.
|
public String getExpression()
public void setExpression(String expr)
expr
- The expressionpublic void init() throws Exception
Exception
- Failed to initializepublic abstract void evaluate(Object information, ActivityType activityType)
information
- The informationactivityType
- The activity typeCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.