|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OnErrorAction | |
---|---|
org.jbpm.process.workitem.wsht | |
org.jbpm.task.utils |
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)
|
void |
AsyncWSHumanTaskHandler.setAction(OnErrorAction action)
Deprecated. |
void |
AbstractHTWorkItemHandler.setAction(OnErrorAction action)
|
void |
WSHumanTaskHandler.setAction(OnErrorAction action)
Deprecated. |
void |
CommandBasedWSHumanTaskHandler.setAction(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |