org.jbpm.process.workitem.exec
Class ExecWorkItemHandler

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

public class ExecWorkItemHandler
extends Object
implements org.drools.process.instance.WorkItemHandler


Constructor Summary
ExecWorkItemHandler()
           
 
Method Summary
 void abortWorkItem(WorkItem workItem, WorkItemManager manager)
           
 void executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecWorkItemHandler

public ExecWorkItemHandler()
Method Detail

executeWorkItem

public void executeWorkItem(WorkItem workItem,
                            WorkItemManager manager)
Specified by:
executeWorkItem in interface WorkItemHandler

abortWorkItem

public void abortWorkItem(WorkItem workItem,
                          WorkItemManager manager)
Specified by:
abortWorkItem in interface WorkItemHandler


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