public interface NodeInstanceDesc
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.
|
Long |
getWorkItemId()
Returns the node instance workitem id.
|
boolean |
isCompleted()
Returns the node instance completion.
|
Long getId()
String getName()
String getDeploymentId()
Long getProcessInstanceId()
Date getDataTimeStamp()
String getNodeType()
String getNodeId()
boolean isCompleted()
String getConnection()
Long getWorkItemId()
Long getReferenceId()
String getNodeContainerId()
Date getSlaDueDate()
Integer getSlaCompliance()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.