Method Summary |
|
public int | getActionId() Returns the ID of the action associated with this step,
or 0 if there is no action associated. |
public String | getCaller() |
public Date | getDueDate() Returns an optional date signifying when this step must be finished. |
public long | getEntryId() Returns the unique ID of the workflow entry. |
public Date | getFinishDate() Returns the date this step was finished, or null if it isn't finished. |
public long | getId() Returns the unique ID of this step. |
public String | getOwner() Returns the owner of this step, or null if there is no owner. |
public long[] | getPreviousStepIds() Returns the unique ID of the previous step, or 0 if this is the first step. |
public Date | getStartDate() Returns the date that this step was created. |
public String | getStatus() Returns the status of this step. |
public int | getStepId() Returns the ID of the step in the workflow definition. |