All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addedAction(boolean wasPositive)
Task, Condition, and Subprocess nodes can only originate one action of each type,
so this method clears the owning node's Take* flag corresponding to the parameter.
|
void |
buildSubProcessList(java.util.Hashtable<java.lang.String,java.lang.String> h)
Build list of processes used by the sub-process, so we can create a revision list of all the processes
used by the owning process.
|
boolean |
canTakeNegative()
Determines whether this node can take a negative action.
|
boolean |
canTakePositive()
Determines whether this node can take a positive action.
|
WFProcess |
getEnabledWFProcess()
Returns the enabled revision of the sub-process specified by this node.
|
WFProcessRemote |
getProcess()
Get the process referenced by this subprocess node.
|
void |
removedAction(boolean wasPositive)
Task, Condition, and Subprocess nodes can only originate one action of each type,
so when they lose one, they can take another.
|
void |
wfValidate(java.util.Vector<MXException> errs,
java.util.Hashtable<java.lang.String,java.lang.String> hinfo)
Validate the subprocess node.
|