public class NodeInstanceAdapter extends Object implements NodeInstance
| Modifier and Type | Field and Description |
|---|---|
org.kie.api.runtime.process.NodeInstance |
delegate |
| Constructor and Description |
|---|
NodeInstanceAdapter(org.kie.api.runtime.process.NodeInstance delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.kie.api.runtime.process.NodeInstance |
getDelegate() |
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) |
int |
hashCode() |
void |
setVariable(String variableName,
Object value) |
public NodeInstanceAdapter(org.kie.api.runtime.process.NodeInstance delegate)
public org.kie.api.runtime.process.NodeInstance getDelegate()
public long getId()
NodeInstancegetId in interface NodeInstancepublic long getNodeId()
NodeInstancegetNodeId in interface NodeInstancepublic Node getNode()
NodeInstancegetNode in interface NodeInstancepublic String getNodeName()
NodeInstancegetNodeName in interface NodeInstancepublic WorkflowProcessInstance getProcessInstance()
NodeInstancegetProcessInstance in interface NodeInstancepublic NodeInstanceContainer getNodeInstanceContainer()
NodeInstancegetNodeInstanceContainer in interface NodeInstancepublic Object getVariable(String variableName)
getVariable in interface NodeInstancepublic void setVariable(String variableName, Object value)
setVariable in interface NodeInstanceCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.