jBPM :: BPMN2 6.0.0.CR4

org.jbpm.bpmn2.handler
Class ServiceTaskHandler

java.lang.Object
  extended by org.jbpm.bpmn2.handler.ServiceTaskHandler
All Implemented Interfaces:
org.kie.api.runtime.process.WorkItemHandler

public class ServiceTaskHandler
extends Object
implements org.kie.api.runtime.process.WorkItemHandler


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

Constructor Detail

ServiceTaskHandler

public ServiceTaskHandler()
Method Detail

executeWorkItem

public void executeWorkItem(org.kie.api.runtime.process.WorkItem workItem,
                            org.kie.api.runtime.process.WorkItemManager manager)
Specified by:
executeWorkItem in interface org.kie.api.runtime.process.WorkItemHandler

abortWorkItem

public void abortWorkItem(org.kie.api.runtime.process.WorkItem workItem,
                          org.kie.api.runtime.process.WorkItemManager manager)
Specified by:
abortWorkItem in interface org.kie.api.runtime.process.WorkItemHandler

jBPM :: BPMN2 6.0.0.CR4

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