org.jbpm.process.workitem.exec
Class ExecWorkItemHandler
java.lang.Object
org.jbpm.process.workitem.AbstractLogOrThrowWorkItemHandler
org.jbpm.process.workitem.exec.ExecWorkItemHandler
- All Implemented Interfaces:
- WorkItemHandler
public class ExecWorkItemHandler
- extends AbstractLogOrThrowWorkItemHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecWorkItemHandler
public ExecWorkItemHandler()
executeWorkItem
public void executeWorkItem(WorkItem workItem,
WorkItemManager manager)
- Description copied from interface:
WorkItemHandler
- The given work item should be executed.
- Parameters:
workItem
- the work item that should be executedmanager
- the manager that requested the work item to be executed
abortWorkItem
public void abortWorkItem(WorkItem workItem,
WorkItemManager manager)
- Description copied from interface:
WorkItemHandler
- The given work item should be aborted.
- Parameters:
workItem
- the work item that should be abortedmanager
- the manager that requested the work item to be aborted
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.