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 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 Modifier and Type Field Description protected OnErrorAction
AbstractHTWorkItemHandler. action
Methods in org.jbpm.services.task.wih with parameters of type OnErrorAction Modifier and Type Method Description void
AbstractHTWorkItemHandler. setAction(OnErrorAction action)
Constructors in org.jbpm.services.task.wih with parameters of type OnErrorAction Constructor Description AbstractHTWorkItemHandler(OnErrorAction action)
-