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

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

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

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

Constructors in org.jbpm.process.workitem.wsht with parameters of type OnErrorAction
AsyncWSHumanTaskHandler(AsyncTaskService client, org.drools.runtime.KnowledgeRuntime session, OnErrorAction action)
           
AsyncWSHumanTaskHandler(AsyncTaskService client, OnErrorAction action)
           
CommandBasedWSHumanTaskHandler(org.drools.runtime.KnowledgeRuntime session, OnErrorAction action)
           
SyncWSHumanTaskHandler(TaskService client, org.drools.runtime.KnowledgeRuntime session, OnErrorAction action)
           
SyncWSHumanTaskHandler(TaskService client, OnErrorAction action)
           
WSHumanTaskHandler(org.drools.runtime.KnowledgeRuntime session, OnErrorAction action)
           
WSHumanTaskHandler(OnErrorAction action)
           
 

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.
 



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