| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeInstance | |
|---|---|
| org.drools.event.process | Events emitted while process instances are executing. | 
| org.drools.runtime.process | The process runtime classes. | 
| Uses of NodeInstance in org.drools.event.process | 
|---|
| Methods in org.drools.event.process that return NodeInstance | |
|---|---|
|  NodeInstance | ProcessNodeEvent.getNodeInstance()The node instance this event is related to. | 
| Uses of NodeInstance in org.drools.runtime.process | 
|---|
| Methods in org.drools.runtime.process that return NodeInstance | |
|---|---|
|  NodeInstance | ProcessContext.getNodeInstance()Returns the node instance that is currently being executed in this context, or null if no
 node instance is currently being executed. | 
|  NodeInstance | NodeInstanceContainer.getNodeInstance(long nodeInstanceId)Returns the node instance with the given id, or nullif the node instance cannot be found. | 
| Methods in org.drools.runtime.process that return types with arguments of type NodeInstance | |
|---|---|
|  Collection<NodeInstance> | NodeInstanceContainer.getNodeInstances()Returns all node instances that are currently active within this container. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||