org.jbpm.process.workitem.wsht
Class GenericCommandBasedWSHumanTaskHandler

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

Deprecated.

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


Constructor Summary
GenericCommandBasedWSHumanTaskHandler()
          Deprecated.  
GenericCommandBasedWSHumanTaskHandler(org.drools.runtime.KnowledgeRuntime session)
          Deprecated.  
GenericCommandBasedWSHumanTaskHandler(org.drools.runtime.KnowledgeRuntime session, 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 setSession(org.drools.runtime.KnowledgeRuntime session)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericCommandBasedWSHumanTaskHandler

public GenericCommandBasedWSHumanTaskHandler()
Deprecated. 

GenericCommandBasedWSHumanTaskHandler

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

GenericCommandBasedWSHumanTaskHandler

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

setSession

public void setSession(org.drools.runtime.KnowledgeRuntime session)
Deprecated. 

setConnection

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

setClient

public void setClient(TaskClient client)
Deprecated. 

setAction

public void setAction(OnErrorAction action)
Deprecated. 

connect

public void connect()
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-2012 JBoss by Red Hat. All Rights Reserved.