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) |
Modifier and Type | Method and Description |
---|---|
String |
getConnection() |
Date |
getDataTimeStamp() |
String |
getDeploymentId() |
Long |
getId() |
String |
getName() |
String |
getNodeId() |
String |
getNodeType() |
Long |
getProcessInstanceId() |
int |
getType() |
Long |
getWorkItemId() |
boolean |
isCompleted() |
void |
setConnection(String incomingConnection) |
void |
setNodeId(String nodeUniqueId) |
void |
setWorkItemId(Long workItemId) |
String |
toString() |
public Long getId()
getId
in interface NodeInstanceDesc
public String getName()
getName
in interface NodeInstanceDesc
public String getDeploymentId()
getDeploymentId
in interface NodeInstanceDesc
public Long getProcessInstanceId()
getProcessInstanceId
in interface NodeInstanceDesc
public Date getDataTimeStamp()
getDataTimeStamp
in interface NodeInstanceDesc
public String getNodeType()
getNodeType
in interface NodeInstanceDesc
public String getNodeId()
getNodeId
in interface NodeInstanceDesc
public void setNodeId(String nodeUniqueId)
public boolean isCompleted()
isCompleted
in interface NodeInstanceDesc
public String getConnection()
getConnection
in interface NodeInstanceDesc
public void setConnection(String incomingConnection)
public int getType()
public Long getWorkItemId()
getWorkItemId
in interface NodeInstanceDesc
public void setWorkItemId(Long workItemId)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.