org.jbpm.process.workitem.wsht
Class WSHumanTaskHandler

java.lang.Object
  extended by org.jbpm.process.workitem.wsht.WSHumanTaskHandler
All Implemented Interfaces:
org.drools.runtime.process.WorkItemHandler

Deprecated.

@Deprecated
public class WSHumanTaskHandler
extends Object
implements org.drools.runtime.process.WorkItemHandler


Constructor Summary
WSHumanTaskHandler()
          Deprecated.  
WSHumanTaskHandler(org.drools.runtime.KnowledgeRuntime session)
          Deprecated.  
WSHumanTaskHandler(org.drools.runtime.KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
WSHumanTaskHandler(OnErrorAction action)
          Deprecated.  
 
Method Summary
 void abortWorkItem(org.drools.runtime.process.WorkItem workItem, org.drools.runtime.process.WorkItemManager manager)
          Deprecated.  
 void connect()
          Deprecated.  
 void dispose()
          Deprecated.  
 void executeWorkItem(org.drools.runtime.process.WorkItem workItem, org.drools.runtime.process.WorkItemManager manager)
          Deprecated.  
 void setAction(OnErrorAction action)
          Deprecated.  
 void setClient(TaskClient client)
          Deprecated.  
 void setConnection(String ipAddress, int port)
          Deprecated.  
 void setManager(org.drools.runtime.process.WorkItemManager manager)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSHumanTaskHandler

public WSHumanTaskHandler()
Deprecated. 

WSHumanTaskHandler

public WSHumanTaskHandler(org.drools.runtime.KnowledgeRuntime session)
Deprecated. 

WSHumanTaskHandler

public WSHumanTaskHandler(OnErrorAction action)
Deprecated. 

WSHumanTaskHandler

public WSHumanTaskHandler(org.drools.runtime.KnowledgeRuntime session,
                          OnErrorAction action)
Deprecated. 
Method Detail

setConnection

public void setConnection(String ipAddress,
                          int port)
Deprecated. 

setAction

public void setAction(OnErrorAction action)
Deprecated. 

setClient

public void setClient(TaskClient client)
Deprecated. 

connect

public void connect()
Deprecated. 

setManager

public void setManager(org.drools.runtime.process.WorkItemManager manager)
Deprecated. 

executeWorkItem

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

dispose

public void dispose()
             throws Exception
Deprecated. 
Throws:
Exception

abortWorkItem

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


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