Knowledge API Legacy5 Adapter 6.1.0.Final

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

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

Uses of WorkItem in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement WorkItem
 class WorkItemAdapter
           
 

Fields in org.drools.impl.adapters declared as WorkItem
 WorkItem WorkItemKieAdapter.delegate
           
 

Methods in org.drools.impl.adapters with parameters of type WorkItem
 void WorkItemHandlerKieAdapter.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void WorkItemHandlerKieAdapter.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Constructors in org.drools.impl.adapters with parameters of type WorkItem
WorkItemKieAdapter(WorkItem delegate)
           
 

Uses of WorkItem in org.drools.runtime.process
 

Methods in org.drools.runtime.process with parameters of type WorkItem
 void WorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
          The given work item should be aborted.
 void WorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
          The given work item should be executed.
 


Knowledge API Legacy5 Adapter 6.1.0.Final

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