|
jBPM distribution 6.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OnErrorAction | |
---|---|
org.jbpm.process.workitem.wsht | |
org.jbpm.process.workitem.wsht.hornetq | |
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)
Deprecated. |
void |
AsyncWSHumanTaskHandler.setAction(OnErrorAction action)
Deprecated. |
void |
AbstractHTWorkItemHandler.setAction(OnErrorAction action)
|
Constructors in org.jbpm.process.workitem.wsht with parameters of type OnErrorAction | |
---|---|
AbstractHTWorkItemHandler(org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
|
|
AsyncGenericHTWorkItemHandler(org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
|
|
AsyncGenericHTWorkItemHandler(org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action,
ClassLoader classLoader)
|
|
AsyncWSHumanTaskHandler(AsyncTaskService client,
org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
Deprecated. |
|
AsyncWSHumanTaskHandler(AsyncTaskService client,
OnErrorAction action)
Deprecated. |
|
GenericCommandBasedWSHumanTaskHandler(org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
Deprecated. |
|
GenericHTWorkItemHandler(org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
|
|
GenericHTWorkItemHandler(TaskService client,
org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
|
|
GenericHTWorkItemHandler(TaskService client,
org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action,
ClassLoader classLoader)
|
|
LocalHTWorkItemHandler(org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
|
|
LocalHTWorkItemHandler(TaskService client,
org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
|
|
LocalHTWorkItemHandler(TaskService client,
org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action,
ClassLoader classLoader)
|
|
SyncWSHumanTaskHandler(TaskService client,
org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
Deprecated. |
|
SyncWSHumanTaskHandler(TaskService client,
OnErrorAction action)
Deprecated. |
Uses of OnErrorAction in org.jbpm.process.workitem.wsht.hornetq |
---|
Constructors in org.jbpm.process.workitem.wsht.hornetq with parameters of type OnErrorAction | |
---|---|
AsyncHornetQHTWorkItemHandler(AsyncTaskService client,
org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
|
|
AsyncHornetQHTWorkItemHandler(org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
|
|
AsyncHornetQHTWorkItemHandler(String connectorName,
AsyncTaskService client,
org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
|
|
AsyncHornetQHTWorkItemHandler(String connectorName,
AsyncTaskService client,
org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action,
ClassLoader classLoader)
|
|
HornetQHTWorkItemHandler(org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
|
|
HornetQHTWorkItemHandler(String connectorName,
TaskService client,
org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action)
|
|
HornetQHTWorkItemHandler(String connectorName,
TaskService client,
org.kie.internal.runtime.KnowledgeRuntime session,
OnErrorAction action,
ClassLoader classLoader)
|
|
HornetQHTWorkItemHandler(TaskService client,
org.kie.internal.runtime.KnowledgeRuntime session,
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. |
|
jBPM distribution 6.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |