Uses of Class
org.jbpm.services.task.utils.OnErrorAction
-
Packages that use OnErrorAction Package Description 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 Modifier and Type Method Description static OnErrorActionOnErrorAction. 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 Modifier and Type Field Description protected OnErrorActionAbstractHTWorkItemHandler. actionMethods in org.jbpm.services.task.wih with parameters of type OnErrorAction Modifier and Type Method Description voidAbstractHTWorkItemHandler. setAction(OnErrorAction action)Constructors in org.jbpm.services.task.wih with parameters of type OnErrorAction Constructor Description AbstractHTWorkItemHandler(OnErrorAction action)
-