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()
NodeInstanceDescgetId in interface NodeInstanceDescpublic String getName()
NodeInstanceDescgetName in interface NodeInstanceDescpublic String getDeploymentId()
NodeInstanceDescgetDeploymentId in interface NodeInstanceDescpublic Long getProcessInstanceId()
NodeInstanceDescgetProcessInstanceId in interface NodeInstanceDescpublic Date getDataTimeStamp()
NodeInstanceDescgetDataTimeStamp in interface NodeInstanceDescpublic String getNodeType()
NodeInstanceDescgetNodeType in interface NodeInstanceDescpublic String getNodeId()
NodeInstanceDescgetNodeId in interface NodeInstanceDescpublic void setNodeId(String nodeUniqueId)
public boolean isCompleted()
NodeInstanceDescisCompleted in interface NodeInstanceDescpublic String getConnection()
NodeInstanceDescgetConnection in interface NodeInstanceDescpublic void setConnection(String incomingConnection)
public int getType()
public Long getWorkItemId()
NodeInstanceDescgetWorkItemId in interface NodeInstanceDescpublic void setWorkItemId(Long workItemId)
public Long getReferenceId()
NodeInstanceDescgetReferenceId in interface NodeInstanceDescpublic String getNodeContainerId()
NodeInstanceDescgetNodeContainerId in interface NodeInstanceDescpublic Date getSlaDueDate()
NodeInstanceDescgetSlaDueDate in interface NodeInstanceDescpublic void setSlaDueDate(Date slaDueDate)
public Integer getSlaCompliance()
NodeInstanceDescgetSlaCompliance in interface NodeInstanceDescpublic void setSlaCompliance(Integer slaCompliance)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.