|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowEntry
Interface for a workflow entry.
| Field Summary | |
|---|---|
static int |
ACTIVATED
|
static int |
COMPLETED
|
static int |
CREATED
|
static int |
KILLED
|
static int |
SUSPENDED
|
static int |
UNKNOWN
|
| Method Summary | |
|---|---|
long |
getId()
Returns the unique ID of the workflow entry. |
int |
getState()
|
String |
getWorkflowName()
Returns the name of the workflow that this entry is an instance of. |
boolean |
isInitialized()
Returns true if the workflow entry has been initialized. |
| Field Detail |
|---|
static final int CREATED
static final int ACTIVATED
static final int SUSPENDED
static final int KILLED
static final int COMPLETED
static final int UNKNOWN
| Method Detail |
|---|
long getId()
boolean isInitialized()
int getState()
String getWorkflowName()
|
OpenSymphony Workflow Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||