public interface Step
Modifier and Type | Method and Description |
---|---|
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.
|
int getActionId()
String getCaller()
Date getDueDate()
long getEntryId()
Date getFinishDate()
long getId()
String getOwner()
long[] getPreviousStepIds()
Date getStartDate()
String getStatus()
int getStepId()
Copyright © 2021 catworkx GmbH. All rights reserved.