|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Step
Interface for a step associated with a workflow instance.
| Method Summary | |
|---|---|
int |
getActionId()
Returns the ID of the action associated with this step, or 0 if there is no action associated. |
String |
getCaller()
|
Date |
getDueDate()
Returns an optional date signifying when this step must be finished. |
long |
getEntryId()
Returns the unique ID of the workflow entry. |
Date |
getFinishDate()
Returns the date this step was finished, or null if it isn't finished. |
long |
getId()
Returns the unique ID of this step. |
String |
getOwner()
Returns the owner of this step, or null if there is no owner. |
long[] |
getPreviousStepIds()
Returns the unique ID of the previous step, or 0 if this is the first step. |
Date |
getStartDate()
Returns the date that this step was created. |
String |
getStatus()
Returns the status of this step. |
int |
getStepId()
Returns the ID of the step in the workflow definition. |
| Method Detail |
|---|
int getActionId()
String getCaller()
Date getDueDate()
long getEntryId()
Date getFinishDate()
long getId()
String getOwner()
long[] getPreviousStepIds()
Date getStartDate()
String getStatus()
int getStepId()
|
OpenSymphony Workflow Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||