| |
|
| java.lang.Object xflow.common.WorkflowModel
WorkflowModel | public class WorkflowModel implements Serializable(Code) | | This class represents the workflow's state - its variables and participant process states
|
version | public int version(Code) | | |
WorkflowModel | public WorkflowModel()(Code) | | Constructor
|
getDescription | public String getDescription()(Code) | | Returns the workflow description
desc the workflow description |
getName | public String getName()(Code) | | Returns the workflow name
name the workflow name |
getWorkflowVersion | public int getWorkflowVersion()(Code) | | Returns the workflow version
Parameters: version - the workflow version |
setDescription | public void setDescription(String n)(Code) | | Sets a workflow description
Parameters: n - the workflow description |
setName | public void setName(String n)(Code) | | Sets a workflow name
Parameters: n - the workflow name |
setWorkflowVersion | public void setWorkflowVersion(int v)(Code) | | Sets a workflow version
Parameters: v - the workflow version |
|
|
|