org.jbpm.process.workitem
Class AbstractWorkItemHandler

java.lang.Object
  extended by org.jbpm.process.workitem.AbstractWorkItemHandler
All Implemented Interfaces:
WorkItemHandler

public abstract class AbstractWorkItemHandler
extends Object
implements WorkItemHandler


Constructor Summary
AbstractWorkItemHandler(StatefulKnowledgeSession ksession)
           
 
Method Summary
 void abortWorkItem(WorkItem workItem, WorkItemManager manager)
          The given work item should be aborted.
 NodeInstance getNodeInstance(WorkItem workItem)
           
 ProcessInstance getProcessInstance(WorkItem workItem)
           
 long getProcessInstanceId(WorkItem workItem)
           
 StatefulKnowledgeSession getSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.runtime.process.WorkItemHandler
executeWorkItem
 

Constructor Detail

AbstractWorkItemHandler

public AbstractWorkItemHandler(StatefulKnowledgeSession ksession)
Method Detail

getSession

public StatefulKnowledgeSession getSession()

getProcessInstanceId

public long getProcessInstanceId(WorkItem workItem)

getProcessInstance

public ProcessInstance getProcessInstance(WorkItem workItem)

getNodeInstance

public NodeInstance getNodeInstance(WorkItem workItem)

abortWorkItem

public void abortWorkItem(WorkItem workItem,
                          WorkItemManager manager)
Description copied from interface: WorkItemHandler
The given work item should be aborted.

Specified by:
abortWorkItem in interface WorkItemHandler
Parameters:
workItem - the work item that should be aborted
manager - the manager that requested the work item to be aborted


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