|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Field Summary | |
static int |
ACTIVE
Constant indicating that the transitions is firing, that means executing. |
static int |
BLOCKED
Constant indicating that this transition can not fire. |
static int |
COMPLETED
Constant indicating that the transition has fired successfully. |
static int |
CREATED
Constant indicating that this transition is not yet initialised. |
static int |
READY
Constant indicating that the transition is ready to fire, but was not activated yet for execution. |
| Method Summary | |
java.util.Date |
getCreationDate()
Returns the creation date/time of this transition. |
java.util.Date |
getEndDate()
Returns the end date/time of this transition (if available). |
java.util.Date |
getStartDate()
Returns the start date/time of this transition. |
int |
getStatus()
Get the current status. |
void |
init(IWorkflowContext workflow,
IState[] states)
Return the states that resultet from executon of this transition. |
void |
run()
Executes the transition |
| Methods inherited from interface org.jwarp.flow.IWorkflowObject |
getDescription, getID, getName |
| Field Detail |
public static final int CREATED
public static final int BLOCKED
public static final int READY
public static final int ACTIVE
public static final int COMPLETED
| Method Detail |
public void init(IWorkflowContext workflow,
IState[] states)
public void run()
throws TransitionException,
TransitionInitException
TransitionException - TransitionInitException - public int getStatus()
public java.util.Date getStartDate()
public java.util.Date getEndDate()
public java.util.Date getCreationDate()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||