public class HibernateWorkflowEntry extends Object implements WorkflowEntry
Constructor and Description |
---|
HibernateWorkflowEntry() |
Modifier and Type | Method and Description |
---|---|
void |
addCurrentSteps(HibernateCurrentStep step) |
void |
addHistorySteps(HibernateHistoryStep step) |
List |
getCurrentSteps() |
List |
getHistorySteps() |
long |
getId()
Returns the unique ID of the workflow entry.
|
int |
getState() |
protected int |
getVersion() |
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 |
removeCurrentSteps(HibernateCurrentStep step) |
void |
setCurrentSteps(List currentSteps) |
void |
setHistorySteps(List historySteps) |
void |
setId(long id) |
void |
setState(int state) |
protected void |
setVersion(int version) |
void |
setWorkflowName(String workflowName) |
public void setCurrentSteps(List currentSteps)
public List getCurrentSteps()
public void setHistorySteps(List historySteps)
public List getHistorySteps()
public void setId(long id)
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 workflowName)
public String getWorkflowName()
WorkflowEntry
getWorkflowName
in interface WorkflowEntry
public void addCurrentSteps(HibernateCurrentStep step)
public void addHistorySteps(HibernateHistoryStep step)
public void removeCurrentSteps(HibernateCurrentStep step)
protected void setVersion(int version)
protected int getVersion()
Copyright © 2021 catworkx GmbH. All rights reserved.