public class WorkflowInstance extends Object
A WorkflowInstance is the persisted correspondent of a GraphInstance.
This class is intended for internal usage within this module and should not
be passed to external clients via the WorkflowEngineFacade.
| Constructor and Description |
|---|
WorkflowInstance() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributes() |
String |
getClusterName() |
String |
getHistory() |
String |
getLabel1() |
String |
getLabel2() |
String |
getNodeName() |
Long |
getRefNum() |
String |
getState() |
WorkflowInstanceStatus |
getStatus() |
String |
getWorkflowName() |
Integer |
getWorkflowVersion() |
boolean |
isLocked() |
void |
setAttributes(String attributes) |
void |
setClusterName(String clusterName) |
void |
setHistory(String history) |
void |
setLabel1(String label1) |
void |
setLabel2(String label2) |
void |
setLocked(boolean locked) |
void |
setNodeName(String nodeName) |
void |
setRefNum(Long refNum) |
void |
setState(String state) |
void |
setStatus(WorkflowInstanceStatus status) |
void |
setWorkflowName(String workflowName) |
void |
setWorkflowVersion(Integer workflowVersion) |
public Long getRefNum()
public void setRefNum(Long refNum)
public String getWorkflowName()
public void setWorkflowName(String workflowName)
public Integer getWorkflowVersion()
public void setWorkflowVersion(Integer workflowVersion)
public String getAttributes()
public void setAttributes(String attributes)
public String getState()
public void setState(String state)
public String getHistory()
public void setHistory(String history)
public String getLabel1()
public void setLabel1(String label1)
public String getLabel2()
public void setLabel2(String label2)
public String getClusterName()
public void setClusterName(String clusterName)
public String getNodeName()
public void setNodeName(String nodeName)
public WorkflowInstanceStatus getStatus()
public void setStatus(WorkflowInstanceStatus status)
public boolean isLocked()
public void setLocked(boolean locked)
Copyright © 2018. All rights reserved.