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

Packages that use WorkItemManager
org.drools.runtime.process The process runtime classes. 
org.jbpm.bpmn2.handler   
org.jbpm.examples.request   
org.jbpm.process   
org.jbpm.process.instance   
org.jbpm.process.instance.impl.demo   
org.jbpm.process.instance.impl.humantask   
org.jbpm.process.workitem   
org.jbpm.process.workitem.archive   
org.jbpm.process.workitem.email   
org.jbpm.process.workitem.esb   
org.jbpm.process.workitem.exec   
org.jbpm.process.workitem.finder   
org.jbpm.process.workitem.ftp   
org.jbpm.process.workitem.google.calendar   
org.jbpm.process.workitem.handler   
org.jbpm.process.workitem.jabber   
org.jbpm.process.workitem.java   
org.jbpm.process.workitem.rest   
org.jbpm.process.workitem.rss   
org.jbpm.process.workitem.transform   
org.jbpm.process.workitem.wsht   
org.jbpm.task   
org.jbpm.task.service   
org.jbpm.task.service.hornetq   
org.jbpm.test   
 

Uses of WorkItemManager in org.drools.runtime.process
 

Methods in org.drools.runtime.process that return WorkItemManager
 WorkItemManager ProcessRuntime.getWorkItemManager()
          Returns the WorkItemManager related to this session.
 

Methods in org.drools.runtime.process with parameters of type WorkItemManager
 void WorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
          The given work item should be aborted.
 void WorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
          The given work item should be executed.
 

Uses of WorkItemManager in org.jbpm.bpmn2.handler
 

Methods in org.jbpm.bpmn2.handler with parameters of type WorkItemManager
 void ServiceTaskHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void SendTaskHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void ReceiveTaskHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void ServiceTaskHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void SendTaskHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void ReceiveTaskHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.examples.request
 

Methods in org.jbpm.examples.request with parameters of type WorkItemManager
 void UIWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void UIWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process
 

Methods in org.jbpm.process that return WorkItemManager
 WorkItemManager StatefulProcessSession.getWorkItemManager()
           
 

Uses of WorkItemManager in org.jbpm.process.instance
 

Methods in org.jbpm.process.instance that return WorkItemManager
 WorkItemManager ProcessRuntimeImpl.getWorkItemManager()
           
 

Uses of WorkItemManager in org.jbpm.process.instance.impl.demo
 

Methods in org.jbpm.process.instance.impl.demo with parameters of type WorkItemManager
 void UIWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void SystemOutWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void DoNothingWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void UIWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void SystemOutWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void DoNothingWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.instance.impl.humantask
 

Methods in org.jbpm.process.instance.impl.humantask with parameters of type WorkItemManager
 void HumanTaskHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void HumanTaskHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem
 

Methods in org.jbpm.process.workitem with parameters of type WorkItemManager
 void AbstractWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.archive
 

Methods in org.jbpm.process.workitem.archive with parameters of type WorkItemManager
 void ArchiveWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void ArchiveWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.email
 

Methods in org.jbpm.process.workitem.email with parameters of type WorkItemManager
 void EmailWorkItemHandler.abortWorkItem(WorkItem arg0, WorkItemManager arg1)
           
 void EmailWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.esb
 

Methods in org.jbpm.process.workitem.esb with parameters of type WorkItemManager
 void ESBServiceWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void ESBServiceWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.exec
 

Methods in org.jbpm.process.workitem.exec with parameters of type WorkItemManager
 void ExecWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void ExecWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.finder
 

Methods in org.jbpm.process.workitem.finder with parameters of type WorkItemManager
 void FinderWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void FinderWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.ftp
 

Methods in org.jbpm.process.workitem.ftp with parameters of type WorkItemManager
 void FTPUploadWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void FTPUploadWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.google.calendar
 

Methods in org.jbpm.process.workitem.google.calendar with parameters of type WorkItemManager
 void GoogleCalendarWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void GoogleCalendarWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.handler
 

Methods in org.jbpm.process.workitem.handler with parameters of type WorkItemManager
 void JavaHandlerWorkItemHandler.abortWorkItem(WorkItem arg0, WorkItemManager arg1)
           
 void JavaHandlerWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.jabber
 

Methods in org.jbpm.process.workitem.jabber with parameters of type WorkItemManager
 void JabberWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void JabberWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.java
 

Methods in org.jbpm.process.workitem.java with parameters of type WorkItemManager
 void JavaInvocationWorkItemHandler.abortWorkItem(WorkItem arg0, WorkItemManager arg1)
           
 void JavaInvocationWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.rest
 

Methods in org.jbpm.process.workitem.rest with parameters of type WorkItemManager
 void RestGeoCodeApiCallWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void RestGeoCodeApiCallWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.rss
 

Methods in org.jbpm.process.workitem.rss with parameters of type WorkItemManager
 void RSSWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void RSSWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.transform
 

Methods in org.jbpm.process.workitem.transform with parameters of type WorkItemManager
 void TransformWorkItemHandler.abortWorkItem(WorkItem arg0, WorkItemManager arg1)
           
 void TransformWorkItemHandler.executeWorkItem(WorkItem inputItem, WorkItemManager itemMgr)
           
 

Uses of WorkItemManager in org.jbpm.process.workitem.wsht
 

Methods in org.jbpm.process.workitem.wsht with parameters of type WorkItemManager
 void SyncWSHumanTaskHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
          Deprecated.  
 void GenericHTWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void GenericCommandBasedWSHumanTaskHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void AsyncWSHumanTaskHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
          Deprecated.  
 void AsyncGenericHTWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
abstract  void AbstractHTWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void WSHumanTaskHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
          Deprecated.  
 void CommandBasedWSHumanTaskHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
          Deprecated.  
 void SyncWSHumanTaskHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
          Deprecated.  
 void GenericHTWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void GenericCommandBasedWSHumanTaskHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void AsyncWSHumanTaskHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
          Deprecated.  
 void AsyncGenericHTWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
abstract  void AbstractHTWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void WSHumanTaskHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
          Deprecated.  
 void CommandBasedWSHumanTaskHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
          Deprecated.  
 void SyncWSHumanTaskHandler.setManager(WorkItemManager manager)
          Deprecated.  
 void AsyncWSHumanTaskHandler.setManager(WorkItemManager manager)
          Deprecated.  
 void WSHumanTaskHandler.setManager(WorkItemManager manager)
          Deprecated.  
 

Uses of WorkItemManager in org.jbpm.task
 

Methods in org.jbpm.task with parameters of type WorkItemManager
 void WorkItemNotification.executeWorkItem(Task task, Notification notification, List<OrganizationalEntity> recipients, List<OrganizationalEntity> businessAdministrators, WorkItemManager workItemManager, javax.persistence.EntityManagerFactory emf)
          Deprecated.  
 

Uses of WorkItemManager in org.jbpm.task.service
 

Methods in org.jbpm.task.service that return WorkItemManager
 WorkItemManager DefaultEscalatedDeadlineHandler.getManager()
           
 

Methods in org.jbpm.task.service with parameters of type WorkItemManager
 void DefaultEscalatedDeadlineHandler.setManager(WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.task.service.hornetq
 

Methods in org.jbpm.task.service.hornetq with parameters of type WorkItemManager
 void CommandBasedHornetQWSHumanTaskHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void CommandBasedHornetQWSHumanTaskHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 

Uses of WorkItemManager in org.jbpm.test
 

Methods in org.jbpm.test with parameters of type WorkItemManager
 void JbpmJUnitTestCase.TestWorkItemHandler.abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void JbpmJUnitTestCase.TestWorkItemHandler.executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 



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