Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

Uses of Interface
org.drools.runtime.process.NodeInstance

Packages that use NodeInstance
org.drools.event.process Events emitted while process instances are executing. 
org.drools.impl.adapters   
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.impl.adapters
 

Classes in org.drools.impl.adapters that implement NodeInstance
 class NodeInstanceAdapter
           
 

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 null if 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.
 


Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.