Uses of Interface
org.kie.api.runtime.process.WorkItemHandler
- 
Packages that use WorkItemHandler Package Description org.kie.api.command org.kie.api.runtime.conf org.kie.api.runtime.manager org.kie.api.runtime.process The process runtime classes.
- 
- 
Uses of WorkItemHandler in org.kie.api.commandMethods in org.kie.api.command with parameters of type WorkItemHandler Modifier and Type Method Description CommandKieCommands. newRegisterWorkItemHandlerCommand(WorkItemHandler handler, java.lang.String workItemName)
- 
Uses of WorkItemHandler in org.kie.api.runtime.confMethods in org.kie.api.runtime.conf that return WorkItemHandler Modifier and Type Method Description WorkItemHandlerWorkItemHandlerOption. getHandler()Methods in org.kie.api.runtime.conf with parameters of type WorkItemHandler Modifier and Type Method Description static WorkItemHandlerOptionWorkItemHandlerOption. get(java.lang.String name, WorkItemHandler handler)This is a factory method for this WorkItemHandler configuration.
- 
Uses of WorkItemHandler in org.kie.api.runtime.managerMethods in org.kie.api.runtime.manager that return types with arguments of type WorkItemHandler Modifier and Type Method Description java.util.Map<java.lang.String,WorkItemHandler>RegisterableItemsFactory. getWorkItemHandlers(RuntimeEngine runtime)Returns new instances ofWorkItemHandlerthat will be registered onRuntimeEngine
- 
Uses of WorkItemHandler in org.kie.api.runtime.processMethods in org.kie.api.runtime.process with parameters of type WorkItemHandler Modifier and Type Method Description voidWorkItemManager. registerWorkItemHandler(java.lang.String workItemName, WorkItemHandler handler)Register the given handler for all work items of the given type of work
 
-