|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Field Summary | |
static int |
STATUS_BLOCKED
Constant indicating that this transition can not fire. |
static int |
STATUS_COMPLETED
Constant indicating that the transition has fired successfully. |
static int |
STATUS_COMPLETED_ERROR
|
static int |
STATUS_CREATED
Constant indicating that this transition is not yet initialised. |
static int |
STATUS_RUNNING
Constant indicating that the transitions is firing, that means executing. |
static int |
STATUS_SUSPENDED
Constant indicating that the transition is ready to fire, but was not activated yet for execution. |
| Method Summary | |
void |
abort(IWorkflowContext context)
Abort the process instance. |
java.util.Iterator |
getActivities()
Returns all the started activities. |
java.util.Date |
getCreationTime()
|
java.util.Date |
getEndTime()
|
int |
getPriority()
|
java.util.Date |
getStartTime()
|
int |
getStatus()
Returns the current status of the process instance. |
void |
start(IWorkflowContext context)
Start the process instance. |
| Methods inherited from interface org.jwarp.flow.IWorkflowObject |
getDescription, getID, getName |
| Field Detail |
public static final int STATUS_CREATED
public static final int STATUS_BLOCKED
public static final int STATUS_SUSPENDED
public static final int STATUS_RUNNING
public static final int STATUS_COMPLETED
public static final int STATUS_COMPLETED_ERROR
| Method Detail |
public int getStatus()
public java.util.Iterator getActivities()
public void start(IWorkflowContext context)
throws ProcessInitException,
ProcessException,
java.lang.SecurityException
The - workflow context.
public void abort(IWorkflowContext context)
throws ProcessException,
java.lang.SecurityException
The - workflow context.public int getPriority()
public java.util.Date getCreationTime()
public java.util.Date getStartTime()
public java.util.Date getEndTime()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||