org.jbpm.process.workitem.wsht
Class GenericCommandBasedWSHumanTaskHandler

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

Deprecated.

@Deprecated
public class GenericCommandBasedWSHumanTaskHandler
extends Object
implements WorkItemHandler


Constructor Summary
GenericCommandBasedWSHumanTaskHandler()
          Deprecated.  
GenericCommandBasedWSHumanTaskHandler(KnowledgeRuntime session)
          Deprecated.  
GenericCommandBasedWSHumanTaskHandler(KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
 
Method Summary
 void abortWorkItem(WorkItem workItem, WorkItemManager manager)
          Deprecated. The given work item should be aborted.
 void connect()
          Deprecated.  
 void dispose()
          Deprecated.  
 void executeWorkItem(WorkItem workItem, WorkItemManager manager)
          Deprecated. The given work item should be executed.
 void setAction(OnErrorAction action)
          Deprecated.  
 void setClient(TaskClient client)
          Deprecated.  
 void setConnection(String ipAddress, int port)
          Deprecated.  
 void setSession(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(KnowledgeRuntime session)
Deprecated. 

GenericCommandBasedWSHumanTaskHandler

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

setSession

public void setSession(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(WorkItem workItem,
                            WorkItemManager manager)
Deprecated. 
Description copied from interface: WorkItemHandler
The given work item should be executed.

Specified by:
executeWorkItem in interface WorkItemHandler
Parameters:
workItem - the work item that should be executed
manager - the manager that requested the work item to be executed

dispose

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

abortWorkItem

public void abortWorkItem(WorkItem workItem,
                          WorkItemManager manager)
Deprecated. 
Description copied from interface: WorkItemHandler
The given work item should be aborted.

Specified by:
abortWorkItem in interface WorkItemHandler
Parameters:
workItem - the work item that should be aborted
manager - the manager that requested the work item to be aborted


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