| |
|
| org.obe.xpdl.model.misc.Invocation org.obe.xpdl.model.activity.SubFlow
SubFlow | final public class SubFlow extends Invocation implements Implementation(Code) | | A SubFlow represents another workflow process which is executed within the
context of the current workflow process.
author: Adrian Price |
Constructor Summary | |
public | SubFlow() | public | SubFlow(String id) Construct a new SubFlow which represents the specified workflow process
ID. |
DEFAULT_EXECUTION | final public static ExecutionType DEFAULT_EXECUTION(Code) | | Constant representing the default execution type (synchronous).
|
SubFlow | public SubFlow(String id)(Code) | | Construct a new SubFlow which represents the specified workflow process
ID.
Parameters: id - The workflow process id |
getExecution | public ExecutionType getExecution()(Code) | | Get the execution type (either synchronous or asynchronous).
The ExecutionType |
setExecution | public void setExecution(ExecutionType execution)(Code) | | Set the execution type. If the execution parameter is null then the
default execution type (synchronous) is used.
Parameters: execution - The execution type |
|
|
|