jBPM distribution 6.0.0.Alpha9

Uses of Class
org.jbpm.task.utils.OnErrorAction

Packages that use OnErrorAction
org.jbpm.process.workitem.wsht   
org.jbpm.task.utils   
org.jbpm.task.wih   
 

Uses of OnErrorAction in org.jbpm.process.workitem.wsht
 

Fields in org.jbpm.process.workitem.wsht declared as OnErrorAction
protected  OnErrorAction AbstractHTWorkItemHandler.action
           
 

Methods in org.jbpm.process.workitem.wsht with parameters of type OnErrorAction
 void SyncWSHumanTaskHandler.setAction(OnErrorAction action)
          Deprecated.  
 void GenericCommandBasedWSHumanTaskHandler.setAction(OnErrorAction action)
          Deprecated.  
 void AsyncWSHumanTaskHandler.setAction(OnErrorAction action)
          Deprecated.  
 void AbstractHTWorkItemHandler.setAction(OnErrorAction action)
           
 void WSHumanTaskHandler.setAction(OnErrorAction action)
          Deprecated.  
 void CommandBasedWSHumanTaskHandler.setAction(OnErrorAction action)
          Deprecated.  
 

Constructors in org.jbpm.process.workitem.wsht with parameters of type OnErrorAction
AbstractHTWorkItemHandler(org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
AsyncGenericHTWorkItemHandler(org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
AsyncGenericHTWorkItemHandler(org.kie.runtime.KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
AsyncHornetQHTWorkItemHandler(AsyncTaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
AsyncHornetQHTWorkItemHandler(org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
AsyncHornetQHTWorkItemHandler(String connectorName, AsyncTaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
AsyncHornetQHTWorkItemHandler(String connectorName, AsyncTaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
AsyncMinaHTWorkItemHandler(org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
AsyncMinaHTWorkItemHandler(String connectorName, AsyncTaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
AsyncMinaHTWorkItemHandler(String connectorName, AsyncTaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
AsyncWSHumanTaskHandler(AsyncTaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
AsyncWSHumanTaskHandler(AsyncTaskService client, OnErrorAction action)
          Deprecated.  
CommandBasedWSHumanTaskHandler(org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
GenericCommandBasedWSHumanTaskHandler(org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
GenericHTWorkItemHandler(org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
GenericHTWorkItemHandler(TaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
GenericHTWorkItemHandler(TaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
HornetQHTWorkItemHandler(org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
HornetQHTWorkItemHandler(String connectorName, TaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
HornetQHTWorkItemHandler(String connectorName, TaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
HornetQHTWorkItemHandler(TaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
LocalHTWorkItemHandler(org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
LocalHTWorkItemHandler(TaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
LocalHTWorkItemHandler(TaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
MinaHTWorkItemHandler(org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
MinaHTWorkItemHandler(String connectorName, TaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
           
MinaHTWorkItemHandler(String connectorName, TaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
SyncWSHumanTaskHandler(TaskService client, org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
SyncWSHumanTaskHandler(TaskService client, OnErrorAction action)
          Deprecated.  
WSHumanTaskHandler(org.kie.runtime.KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
WSHumanTaskHandler(OnErrorAction action)
          Deprecated.  
 

Uses of OnErrorAction in org.jbpm.task.utils
 

Methods in org.jbpm.task.utils that return OnErrorAction
static OnErrorAction OnErrorAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OnErrorAction[] OnErrorAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of OnErrorAction in org.jbpm.task.wih
 

Fields in org.jbpm.task.wih declared as OnErrorAction
protected  OnErrorAction AbstractHTWorkItemHandler.action
           
 

Methods in org.jbpm.task.wih with parameters of type OnErrorAction
 void AbstractHTWorkItemHandler.setAction(OnErrorAction action)
           
 

Constructors in org.jbpm.task.wih with parameters of type OnErrorAction
AbstractHTWorkItemHandler(OnErrorAction action)
           
 


jBPM distribution 6.0.0.Alpha9

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