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 |
---|---|
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) |
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()
NodeInstance
getId
in interface NodeInstance
public long getNodeId()
NodeInstance
getNodeId
in interface NodeInstance
public Node getNode()
NodeInstance
getNode
in interface NodeInstance
public String getNodeName()
NodeInstance
getNodeName
in interface NodeInstance
public WorkflowProcessInstance getProcessInstance()
NodeInstance
getProcessInstance
in interface NodeInstance
public NodeInstanceContainer getNodeInstanceContainer()
NodeInstance
getNodeInstanceContainer
in interface NodeInstance
public Object getVariable(String variableName)
getVariable
in interface NodeInstance
public void setVariable(String variableName, Object value)
setVariable
in interface NodeInstance
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.