public class NodeInstanceDesc extends Object implements NodeInstanceDesc, Serializable
Constructor and Description |
---|
NodeInstanceDesc() |
NodeInstanceDesc(String id,
String nodeId,
String name,
String nodeType,
String deploymentId,
long processInstanceId,
Date date,
String connection,
int type,
Long workItemId,
Long referenceId,
String nodeContainerId,
Date slaDueDate,
Integer slaCompliance) |
Modifier and Type | Method and Description |
---|---|
String |
getConnection()
Returns the node instance connection.
|
Date |
getDataTimeStamp()
Returns the node instance timestamp.
|
String |
getDeploymentId()
Returns the node instance deployment id.
|
Long |
getId()
Returns the node instance id.
|
String |
getName()
Returns the node instance name.
|
String |
getNodeContainerId()
Returns the node instance container id.
|
String |
getNodeId()
Returns the node instance node id.
|
String |
getNodeType()
Returns the node instance node type.
|
Long |
getProcessInstanceId()
Returns the process instance id.
|
Long |
getReferenceId()
Returns the node instance reference id.
|
Integer |
getSlaCompliance()
Returns the node instance SLA complience.
|
Date |
getSlaDueDate()
Returns the node instance SLA due date.
|
int |
getType() |
Long |
getWorkItemId()
Returns the node instance workitem id.
|
boolean |
isCompleted()
Returns the node instance completion.
|
void |
setConnection(String incomingConnection) |
void |
setNodeId(String nodeUniqueId) |
void |
setSlaCompliance(Integer slaCompliance) |
void |
setSlaDueDate(Date slaDueDate) |
void |
setWorkItemId(Long workItemId) |
String |
toString() |
public Long getId()
NodeInstanceDesc
getId
in interface NodeInstanceDesc
public String getName()
NodeInstanceDesc
getName
in interface NodeInstanceDesc
public String getDeploymentId()
NodeInstanceDesc
getDeploymentId
in interface NodeInstanceDesc
public Long getProcessInstanceId()
NodeInstanceDesc
getProcessInstanceId
in interface NodeInstanceDesc
public Date getDataTimeStamp()
NodeInstanceDesc
getDataTimeStamp
in interface NodeInstanceDesc
public String getNodeType()
NodeInstanceDesc
getNodeType
in interface NodeInstanceDesc
public String getNodeId()
NodeInstanceDesc
getNodeId
in interface NodeInstanceDesc
public void setNodeId(String nodeUniqueId)
public boolean isCompleted()
NodeInstanceDesc
isCompleted
in interface NodeInstanceDesc
public String getConnection()
NodeInstanceDesc
getConnection
in interface NodeInstanceDesc
public void setConnection(String incomingConnection)
public int getType()
public Long getWorkItemId()
NodeInstanceDesc
getWorkItemId
in interface NodeInstanceDesc
public void setWorkItemId(Long workItemId)
public Long getReferenceId()
NodeInstanceDesc
getReferenceId
in interface NodeInstanceDesc
public String getNodeContainerId()
NodeInstanceDesc
getNodeContainerId
in interface NodeInstanceDesc
public Date getSlaDueDate()
NodeInstanceDesc
getSlaDueDate
in interface NodeInstanceDesc
public void setSlaDueDate(Date slaDueDate)
public Integer getSlaCompliance()
NodeInstanceDesc
getSlaCompliance
in interface NodeInstanceDesc
public void setSlaCompliance(Integer slaCompliance)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.