| Modifier and Type | Field and Description |
|---|---|
protected List<JobHandler> |
CmmnEngineConfiguration.customJobHandlers |
protected Map<String,JobHandler> |
CmmnEngineConfiguration.jobHandlers |
| Modifier and Type | Method and Description |
|---|---|
List<JobHandler> |
CmmnEngineConfiguration.getCustomJobHandlers() |
Map<String,JobHandler> |
CmmnEngineConfiguration.getJobHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnEngineConfiguration.addJobHandler(JobHandler jobHandler) |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineConfiguration |
CmmnEngineConfiguration.setCustomJobHandlers(List<JobHandler> customJobHandlers) |
CmmnEngineConfiguration |
CmmnEngineConfiguration.setJobHandlers(Map<String,JobHandler> jobHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncActivatePlanItemInstanceJobHandler |
class |
AsyncInitializePlanModelJobHandler |
class |
CmmnHistoryCleanupJobHandler |
| Modifier and Type | Field and Description |
|---|---|
protected List<JobHandler> |
ProcessEngineConfigurationImpl.customJobHandlers |
protected Map<String,JobHandler> |
ProcessEngineConfigurationImpl.jobHandlers |
| Modifier and Type | Method and Description |
|---|---|
List<JobHandler> |
ProcessEngineConfigurationImpl.getCustomJobHandlers() |
Map<String,JobHandler> |
ProcessEngineConfigurationImpl.getJobHandlers() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.addCustomJobHandler(JobHandler customJobHandler) |
void |
ProcessEngineConfigurationImpl.addJobHandler(JobHandler jobHandler) |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomJobHandlers(List<JobHandler> customJobHandlers) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setJobHandlers(Map<String,JobHandler> jobHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
BreakpointJobHandler
Continue in the broken process execution
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessInstanceMigrationJobHandler |
class |
AsyncCompleteCallActivityJobHandler
A
JobHandler implementation that asynchronously will end an execution asynchronously. |
class |
AsyncContinuationJobHandler |
class |
AsyncSendEventJobHandler |
class |
AsyncTriggerJobHandler |
class |
BpmnHistoryCleanupJobHandler |
class |
ExternalWorkerTaskCompleteJobHandler |
class |
ParallelMultiInstanceActivityCompletionJobHandler |
class |
ParallelMultiInstanceWithNoWaitStatesAsyncLeaveJobHandler |
class |
ProcessEventJobHandler |
class |
ProcessInstanceMigrationJobHandler |
class |
ProcessInstanceMigrationStatusJobHandler |
class |
TimerActivateProcessDefinitionHandler |
class |
TimerChangeProcessDefinitionSuspensionStateJobHandler |
class |
TimerStartEventJobHandler |
class |
TimerSuspendProcessDefinitionHandler |
class |
TriggerTimerEventJobHandler |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,JobHandler> |
JobServiceConfiguration.jobHandlers |
| Modifier and Type | Method and Description |
|---|---|
Map<String,JobHandler> |
JobServiceConfiguration.getJobHandlers() |
| Modifier and Type | Method and Description |
|---|---|
JobServiceConfiguration |
JobServiceConfiguration.addJobHandler(String type,
JobHandler jobHandler) |
| Modifier and Type | Method and Description |
|---|---|
JobServiceConfiguration |
JobServiceConfiguration.setJobHandlers(Map<String,JobHandler> jobHandlers) |
Copyright © 2023 Flowable. All rights reserved.