org.jbpm.process.workitem.wsht
Class GenericCommandBasedWSHumanTaskHandler
java.lang.Object
org.jbpm.process.workitem.wsht.GenericCommandBasedWSHumanTaskHandler
- All Implemented Interfaces:
- org.drools.runtime.process.WorkItemHandler
public class GenericCommandBasedWSHumanTaskHandler
- extends Object
- implements org.drools.runtime.process.WorkItemHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericCommandBasedWSHumanTaskHandler
public GenericCommandBasedWSHumanTaskHandler()
GenericCommandBasedWSHumanTaskHandler
public GenericCommandBasedWSHumanTaskHandler(org.drools.runtime.KnowledgeRuntime session)
GenericCommandBasedWSHumanTaskHandler
public GenericCommandBasedWSHumanTaskHandler(org.drools.runtime.KnowledgeRuntime session,
OnErrorAction action)
setSession
public void setSession(org.drools.runtime.KnowledgeRuntime session)
setConnection
public void setConnection(String ipAddress,
int port)
setClient
public void setClient(TaskClient client)
setAction
public void setAction(OnErrorAction action)
connect
public void connect()
executeWorkItem
public void executeWorkItem(org.drools.runtime.process.WorkItem workItem,
org.drools.runtime.process.WorkItemManager manager)
- Specified by:
executeWorkItem in interface org.drools.runtime.process.WorkItemHandler
dispose
public void dispose()
throws Exception
- Throws:
Exception
abortWorkItem
public void abortWorkItem(org.drools.runtime.process.WorkItem workItem,
org.drools.runtime.process.WorkItemManager manager)
- Specified by:
abortWorkItem in interface org.drools.runtime.process.WorkItemHandler
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.