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

Packages that use WorkItem
org.drools.command.runtime.process   
org.drools.marshalling.impl   
org.drools.process.instance   
org.drools.process.instance.impl   
 

Uses of WorkItem in org.drools.command.runtime.process
 

Methods in org.drools.command.runtime.process that return WorkItem
 WorkItem GetWorkItemCommand.execute(Context context)
           
 

Uses of WorkItem in org.drools.marshalling.impl
 

Methods in org.drools.marshalling.impl that return WorkItem
static WorkItem InputMarshaller.readWorkItem(MarshallerReaderContext context)
           
 

Methods in org.drools.marshalling.impl with parameters of type WorkItem
static void OutputMarshaller.writeWorkItem(MarshallerWriteContext context, WorkItem workItem)
           
 

Uses of WorkItem in org.drools.process.instance
 

Methods in org.drools.process.instance that return WorkItem
 WorkItem WorkItemManager.getWorkItem(long id)
           
 

Methods in org.drools.process.instance that return types with arguments of type WorkItem
 Set<WorkItem> WorkItemManager.getWorkItems()
           
 

Methods in org.drools.process.instance with parameters of type WorkItem
 void WorkItemManager.internalAddWorkItem(WorkItem workItem)
           
 void WorkItemManager.internalExecuteWorkItem(WorkItem workItem)
           
 

Uses of WorkItem in org.drools.process.instance.impl
 

Methods in org.drools.process.instance.impl that return WorkItem
 WorkItem DefaultWorkItemManager.getWorkItem(long id)
           
 

Methods in org.drools.process.instance.impl that return types with arguments of type WorkItem
 Set<WorkItem> DefaultWorkItemManager.getWorkItems()
           
 

Methods in org.drools.process.instance.impl with parameters of type WorkItem
 void DefaultWorkItemManager.internalAddWorkItem(WorkItem workItem)
           
 void DefaultWorkItemManager.internalExecuteWorkItem(WorkItem workItem)
           
 



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