Knowledge API Legacy5 Adapter 6.1.0.Final

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

Packages that use NodeInstanceContainer
org.drools.impl.adapters   
org.drools.runtime.process The process runtime classes. 
 

Uses of NodeInstanceContainer in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement NodeInstanceContainer
 class NodeInstanceContainerAdapter
           
 class WorkflowProcessInstanceAdapter
           
 

Methods in org.drools.impl.adapters that return NodeInstanceContainer
 NodeInstanceContainer NodeInstanceAdapter.getNodeInstanceContainer()
           
 

Uses of NodeInstanceContainer in org.drools.runtime.process
 

Subinterfaces of NodeInstanceContainer in org.drools.runtime.process
 interface WorkflowProcessInstance
          A workflow process instance represents one specific instance of a workflow process that is currently executing.
 

Methods in org.drools.runtime.process that return NodeInstanceContainer
 NodeInstanceContainer NodeInstance.getNodeInstanceContainer()
          The node instance container that this node instance is part of.
 


Knowledge API Legacy5 Adapter 6.1.0.Final

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