All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addedAction(boolean wasPositive)
This method tells the node that an action now originates from it.
|
boolean |
canTakeNegative()
Determines whether this node can take a negative action.
|
boolean |
canTakePositive()
Determines whether this node can take a positive action.
|
void |
removedAction(boolean wasPositive)
This method tells the node that an action no longer originates from it.
|
void |
stopWorkflow() |
void |
wfValidate(java.util.Vector errs,
java.util.Hashtable hinfo)
Stop validation
|