public class OJBWorkflowEntry extends Object implements WorkflowEntry
Constructor and Description |
---|
OJBWorkflowEntry() |
Modifier and Type | Method and Description |
---|---|
List |
getCurrentSteps() |
List |
getHistorySteps() |
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.
|
void |
setCurrentSteps(List list) |
void |
setHistorySteps(List list) |
void |
setId(long l) |
void |
setState(int state) |
void |
setWorkflowName(String string) |
public void setCurrentSteps(List list)
public List getCurrentSteps()
public void setHistorySteps(List list)
public List getHistorySteps()
public void setId(long l)
public long getId()
WorkflowEntry
getId
in interface WorkflowEntry
public boolean isInitialized()
WorkflowEntry
isInitialized
in interface WorkflowEntry
public void setState(int state)
public int getState()
getState
in interface WorkflowEntry
public void setWorkflowName(String string)
public String getWorkflowName()
WorkflowEntry
getWorkflowName
in interface WorkflowEntry
Copyright © 2021 catworkx GmbH. All rights reserved.