public interface NodeInstance
| Modifier and Type | Method and Description | 
|---|---|
| long | getId()The id of the node instance. | 
| Node | getNode()Return the node this node instance refers to. | 
| long | getNodeId()The id of the node this node instance refers to. | 
| NodeInstanceContainer | getNodeInstanceContainer()The node instance container that this node instance is part of. | 
| String | getNodeName()The name of the node this node instance refers to. | 
| WorkflowProcessInstance | getProcessInstance()The process instance that this node instance is executing in. | 
| Object | getVariable(String variableName) | 
| void | setVariable(String variableName,
           Object value) | 
long getId()
long getNodeId()
Node getNode()
String getNodeName()
WorkflowProcessInstance getProcessInstance()
NodeInstanceContainer getNodeInstanceContainer()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.