Constructors in org.jbpm.process.workitem.wsht with parameters of type KnowledgeRuntime |
AbstractHTWorkItemHandler(KnowledgeRuntime session)
|
AbstractHTWorkItemHandler(KnowledgeRuntime session,
OnErrorAction action)
|
AsyncGenericHTWorkItemHandler(KnowledgeRuntime session)
|
AsyncGenericHTWorkItemHandler(KnowledgeRuntime session,
boolean owningSessionOnly)
|
AsyncGenericHTWorkItemHandler(KnowledgeRuntime session,
OnErrorAction action)
|
AsyncGenericHTWorkItemHandler(KnowledgeRuntime session,
OnErrorAction action,
ClassLoader classLoader)
|
AsyncHornetQHTWorkItemHandler(AsyncTaskService client,
KnowledgeRuntime session,
boolean owningSessionOnly)
|
AsyncHornetQHTWorkItemHandler(AsyncTaskService client,
KnowledgeRuntime session,
OnErrorAction action)
|
AsyncHornetQHTWorkItemHandler(KnowledgeRuntime session)
|
AsyncHornetQHTWorkItemHandler(KnowledgeRuntime session,
boolean owningSessionOnly)
|
AsyncHornetQHTWorkItemHandler(KnowledgeRuntime session,
OnErrorAction action)
|
AsyncHornetQHTWorkItemHandler(String connectorName,
AsyncTaskService client,
KnowledgeRuntime session,
OnErrorAction action)
|
AsyncHornetQHTWorkItemHandler(String connectorName,
AsyncTaskService client,
KnowledgeRuntime session,
OnErrorAction action,
ClassLoader classLoader)
|
AsyncMinaHTWorkItemHandler(AsyncTaskService client,
KnowledgeRuntime session,
boolean owningSessionOnly)
|
AsyncMinaHTWorkItemHandler(KnowledgeRuntime session)
|
AsyncMinaHTWorkItemHandler(KnowledgeRuntime session,
boolean owningSessionOnly)
|
AsyncMinaHTWorkItemHandler(KnowledgeRuntime session,
OnErrorAction action)
|
AsyncMinaHTWorkItemHandler(String connectorName,
AsyncTaskService client,
KnowledgeRuntime session,
OnErrorAction action)
|
AsyncMinaHTWorkItemHandler(String connectorName,
AsyncTaskService client,
KnowledgeRuntime session,
OnErrorAction action,
ClassLoader classLoader)
|
AsyncWSHumanTaskHandler(AsyncTaskService client,
KnowledgeRuntime session)
Deprecated. |
AsyncWSHumanTaskHandler(AsyncTaskService client,
KnowledgeRuntime session,
OnErrorAction action)
Deprecated. |
CommandBasedWSHumanTaskHandler(KnowledgeRuntime session)
Deprecated. |
CommandBasedWSHumanTaskHandler(KnowledgeRuntime session,
OnErrorAction action)
Deprecated. |
CommandBasedWSThroughJMSHumanTaskHandler(KnowledgeRuntime session)
Deprecated. |
GenericCommandBasedWSHumanTaskHandler(KnowledgeRuntime session)
Deprecated. |
GenericCommandBasedWSHumanTaskHandler(KnowledgeRuntime session,
OnErrorAction action)
Deprecated. |
GenericHTWorkItemHandler(KnowledgeRuntime session)
|
GenericHTWorkItemHandler(KnowledgeRuntime session,
boolean owningSessionOnly)
|
GenericHTWorkItemHandler(KnowledgeRuntime session,
OnErrorAction action)
|
GenericHTWorkItemHandler(TaskService client,
KnowledgeRuntime session)
|
GenericHTWorkItemHandler(TaskService client,
KnowledgeRuntime session,
boolean owningSessionOnly)
|
GenericHTWorkItemHandler(TaskService client,
KnowledgeRuntime session,
OnErrorAction action)
|
GenericHTWorkItemHandler(TaskService client,
KnowledgeRuntime session,
OnErrorAction action,
ClassLoader classLoader)
|
HornetQHTWorkItemHandler(KnowledgeRuntime session)
|
HornetQHTWorkItemHandler(KnowledgeRuntime session,
boolean owningSessionOnly)
|
HornetQHTWorkItemHandler(KnowledgeRuntime session,
OnErrorAction action)
|
HornetQHTWorkItemHandler(String connectorName,
TaskService client,
KnowledgeRuntime session,
OnErrorAction action)
|
HornetQHTWorkItemHandler(String connectorName,
TaskService client,
KnowledgeRuntime session,
OnErrorAction action,
ClassLoader classLoader)
|
HornetQHTWorkItemHandler(TaskService client,
KnowledgeRuntime session)
|
HornetQHTWorkItemHandler(TaskService client,
KnowledgeRuntime session,
boolean owningSessionOnly)
|
HornetQHTWorkItemHandler(TaskService client,
KnowledgeRuntime session,
OnErrorAction action)
|
LocalHTWorkItemHandler(KnowledgeRuntime session)
|
LocalHTWorkItemHandler(KnowledgeRuntime session,
boolean owningSessionOnly)
|
LocalHTWorkItemHandler(KnowledgeRuntime session,
OnErrorAction action)
|
LocalHTWorkItemHandler(TaskService client,
KnowledgeRuntime session)
|
LocalHTWorkItemHandler(TaskService client,
KnowledgeRuntime session,
boolean owningSessionOnly)
|
LocalHTWorkItemHandler(TaskService client,
KnowledgeRuntime session,
OnErrorAction action)
|
LocalHTWorkItemHandler(TaskService client,
KnowledgeRuntime session,
OnErrorAction action,
ClassLoader classLoader)
|
MinaHTWorkItemHandler(KnowledgeRuntime session)
|
MinaHTWorkItemHandler(KnowledgeRuntime session,
boolean owningSessionOnly)
|
MinaHTWorkItemHandler(KnowledgeRuntime session,
OnErrorAction action)
|
MinaHTWorkItemHandler(String connectorName,
TaskService client,
KnowledgeRuntime session,
OnErrorAction action)
|
MinaHTWorkItemHandler(String connectorName,
TaskService client,
KnowledgeRuntime session,
OnErrorAction action,
ClassLoader classLoader)
|
MinaHTWorkItemHandler(TaskService client,
KnowledgeRuntime session)
|
MinaHTWorkItemHandler(TaskService client,
KnowledgeRuntime session,
boolean owningSessionOnly)
|
SyncWSHumanTaskHandler(TaskService client,
KnowledgeRuntime session)
Deprecated. |
SyncWSHumanTaskHandler(TaskService client,
KnowledgeRuntime session,
OnErrorAction action)
Deprecated. |
WSHumanTaskHandler(KnowledgeRuntime session)
Deprecated. |
WSHumanTaskHandler(KnowledgeRuntime session,
OnErrorAction action)
Deprecated. |
Methods in org.jbpm.workflow.instance.node with parameters of type KnowledgeRuntime |
static void |
DynamicUtils.addDynamicSubProcess(DynamicNodeInstance dynamicContext,
KnowledgeRuntime ksession,
String processId,
Map<String,Object> parameters)
|
static void |
DynamicUtils.addDynamicSubProcess(ProcessInstance processInstance,
KnowledgeRuntime ksession,
String processId,
Map<String,Object> parameters)
|
static void |
DynamicUtils.addDynamicWorkItem(DynamicNodeInstance dynamicContext,
KnowledgeRuntime ksession,
String workItemName,
Map<String,Object> parameters)
|
static void |
DynamicUtils.addDynamicWorkItem(ProcessInstance dynamicProcessInstance,
KnowledgeRuntime ksession,
String workItemName,
Map<String,Object> parameters)
|
static void |
DynamicUtils.internalAddDynamicSubProcess(WorkflowProcessInstance processInstance,
DynamicNodeInstance dynamicContext,
KnowledgeRuntime ksession,
String processId,
Map<String,Object> parameters)
|