jBPM distribution 6.0.0.Beta3

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

Packages that use OnErrorAction
org.jbpm.services.task.utils   
org.jbpm.services.task.wih   
 

Uses of OnErrorAction in org.jbpm.services.task.utils
 

Methods in org.jbpm.services.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.services.task.wih
 

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

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

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


jBPM distribution 6.0.0.Beta3

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