Knowledge API Legacy5 Adapter 6.2.0.Final

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

Packages that use WorkItemHandler
org.drools.command   
org.drools.command.impl   
org.drools.impl.adapters   
org.drools.runtime.conf   
org.drools.runtime.process The process runtime classes. 
 

Uses of WorkItemHandler in org.drools.command
 

Methods in org.drools.command with parameters of type WorkItemHandler
static Command CommandFactory.newRegisterWorkItemHandlerCommand(WorkItemHandler handler, String workItemName)
           
 Command CommandFactoryService.newRegisterWorkItemHandlerCommand(WorkItemHandler handler, String workItemName)
           
 

Uses of WorkItemHandler in org.drools.command.impl
 

Methods in org.drools.command.impl with parameters of type WorkItemHandler
 Command CommandFactoryServiceImpl.newRegisterWorkItemHandlerCommand(WorkItemHandler handler, String workItemName)
           
 

Uses of WorkItemHandler in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement WorkItemHandler
 class WorkItemHandlerKieAdapter
           
 

Methods in org.drools.impl.adapters with parameters of type WorkItemHandler
 void WorkItemManagerAdapter.registerWorkItemHandler(String workItemName, WorkItemHandler handler)
           
 

Constructors in org.drools.impl.adapters with parameters of type WorkItemHandler
WorkItemHandlerAdapter(WorkItemHandler delegate)
           
 

Uses of WorkItemHandler in org.drools.runtime.conf
 

Methods in org.drools.runtime.conf that return WorkItemHandler
 WorkItemHandler WorkItemHandlerOption.getHandler()
          Returns the work item handler instance
 

Methods in org.drools.runtime.conf with parameters of type WorkItemHandler
static WorkItemHandlerOption WorkItemHandlerOption.get(String name, WorkItemHandler handler)
          This is a factory method for this WorkItemHandler configuration.
 

Uses of WorkItemHandler in org.drools.runtime.process
 

Methods in org.drools.runtime.process with parameters of type WorkItemHandler
 void WorkItemManager.registerWorkItemHandler(String workItemName, WorkItemHandler handler)
          Register the given handler for all work items of the given type of work
 


Knowledge API Legacy5 Adapter 6.2.0.Final

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