Uses of Interface
org.kie.api.runtime.process.WorkItemManager
-
Packages that use WorkItemManager Package Description org.kie.api.runtime.process The process runtime classes. -
-
Uses of WorkItemManager in org.kie.api.runtime.process
Methods in org.kie.api.runtime.process that return WorkItemManager Modifier and Type Method Description WorkItemManagerProcessRuntime. getWorkItemManager()Returns theWorkItemManagerrelated to this session.Methods in org.kie.api.runtime.process with parameters of type WorkItemManager Modifier and Type Method Description voidWorkItemHandler. abortWorkItem(WorkItem workItem, WorkItemManager manager)The given work item should be aborted.voidWorkItemHandler. executeWorkItem(WorkItem workItem, WorkItemManager manager)The given work item should be executed.
-