|
Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.impl.adapters.NodeInstanceAdapter
public class NodeInstanceAdapter
| Field Summary | |
|---|---|
org.kie.api.runtime.process.NodeInstance |
delegate
|
| Constructor Summary | |
|---|---|
NodeInstanceAdapter(org.kie.api.runtime.process.NodeInstance delegate)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public org.kie.api.runtime.process.NodeInstance delegate
| Constructor Detail |
|---|
public NodeInstanceAdapter(org.kie.api.runtime.process.NodeInstance delegate)
| Method Detail |
|---|
public long getId()
NodeInstance
getId in interface NodeInstancepublic long getNodeId()
NodeInstance
getNodeId in interface NodeInstancepublic Node getNode()
NodeInstance
getNode in interface NodeInstancepublic String getNodeName()
NodeInstance
getNodeName in interface NodeInstancepublic WorkflowProcessInstance getProcessInstance()
NodeInstance
getProcessInstance in interface NodeInstancepublic NodeInstanceContainer getNodeInstanceContainer()
NodeInstance
getNodeInstanceContainer in interface NodeInstancepublic Object getVariable(String variableName)
getVariable in interface NodeInstance
public void setVariable(String variableName,
Object value)
setVariable in interface NodeInstance
|
Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||