Uses of Interface
org.drools.core.process.instance.WorkItem
-
Packages that use WorkItem Package Description org.drools.core.command.runtime.process org.drools.core.marshalling.impl org.drools.core.process.instance org.drools.core.process.instance.impl -
-
Uses of WorkItem in org.drools.core.command.runtime.process
Methods in org.drools.core.command.runtime.process that return WorkItem Modifier and Type Method Description WorkItemGetWorkItemCommand. execute(org.kie.api.runtime.Context context) -
Uses of WorkItem in org.drools.core.marshalling.impl
Methods in org.drools.core.marshalling.impl that return WorkItem Modifier and Type Method Description static WorkItemInputMarshaller. readWorkItem(MarshallerReaderContext context)WorkItemProcessMarshaller. readWorkItem(MarshallerReaderContext context)Methods in org.drools.core.marshalling.impl with parameters of type WorkItem Modifier and Type Method Description voidProcessMarshaller. writeWorkItem(MarshallerWriteContext context, WorkItem workItem) -
Uses of WorkItem in org.drools.core.process.instance
Methods in org.drools.core.process.instance that return WorkItem Modifier and Type Method Description WorkItemWorkItemManager. getWorkItem(long id)Methods in org.drools.core.process.instance that return types with arguments of type WorkItem Modifier and Type Method Description Set<WorkItem>WorkItemManager. getWorkItems()Methods in org.drools.core.process.instance with parameters of type WorkItem Modifier and Type Method Description voidWorkItemManager. internalAddWorkItem(WorkItem workItem)voidWorkItemManager. internalExecuteWorkItem(WorkItem workItem) -
Uses of WorkItem in org.drools.core.process.instance.impl
Classes in org.drools.core.process.instance.impl that implement WorkItem Modifier and Type Class Description classWorkItemImplMethods in org.drools.core.process.instance.impl that return WorkItem Modifier and Type Method Description WorkItemDefaultWorkItemManager. getWorkItem(long id)Methods in org.drools.core.process.instance.impl that return types with arguments of type WorkItem Modifier and Type Method Description Set<WorkItem>DefaultWorkItemManager. getWorkItems()Methods in org.drools.core.process.instance.impl with parameters of type WorkItem Modifier and Type Method Description voidDefaultWorkItemManager. internalAddWorkItem(WorkItem workItem)voidDefaultWorkItemManager. internalExecuteWorkItem(WorkItem workItem)
-