Uses of Interface
org.camunda.bpm.engine.impl.jobexecutor.JobHandler
-
-
Uses of JobHandler in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl that implement JobHandler Modifier and Type Class Description classModificationBatchJobHandlerclassRestartProcessInstancesJobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch
Subinterfaces of JobHandler in org.camunda.bpm.engine.impl.batch Modifier and Type Interface Description interfaceBatchJobHandler<T>A batch job handler manages batch jobs based on the configurationBatchJobHandler.Classes in org.camunda.bpm.engine.impl.batch that implement JobHandler Modifier and Type Class Description classAbstractBatchJobHandler<T extends BatchConfiguration>Common methods for batch job handlers based on list of ids, providing serialization, configuration instantiation, etc.classBatchMonitorJobHandlerJob handler for batch monitor jobs.classBatchSeedJobHandlerThe batch seed job handler is responsible to create all jobs to be executed by the batch. -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.deletion
Classes in org.camunda.bpm.engine.impl.batch.deletion that implement JobHandler Modifier and Type Class Description classDeleteHistoricProcessInstancesJobHandlerclassDeleteProcessInstancesJobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.externaltask
Classes in org.camunda.bpm.engine.impl.batch.externaltask that implement JobHandler Modifier and Type Class Description classSetExternalTaskRetriesJobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.job
Classes in org.camunda.bpm.engine.impl.batch.job that implement JobHandler Modifier and Type Class Description classSetJobRetriesJobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.message
Classes in org.camunda.bpm.engine.impl.batch.message that implement JobHandler Modifier and Type Class Description classMessageCorrelationBatchJobHandlerJob handler for message correlation jobs. -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.removaltime
Classes in org.camunda.bpm.engine.impl.batch.removaltime that implement JobHandler Modifier and Type Class Description classBatchSetRemovalTimeJobHandlerclassDecisionSetRemovalTimeJobHandlerclassProcessSetRemovalTimeJobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.update
Classes in org.camunda.bpm.engine.impl.batch.update that implement JobHandler Modifier and Type Class Description classUpdateProcessInstancesSuspendStateJobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.batch.variables
Classes in org.camunda.bpm.engine.impl.batch.variables that implement JobHandler Modifier and Type Class Description classBatchSetVariablesHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type JobHandler Modifier and Type Field Description protected java.util.List<JobHandler>ProcessEngineConfigurationImpl. customJobHandlersprotected java.util.Map<java.lang.String,JobHandler>ProcessEngineConfigurationImpl. jobHandlersMethods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type JobHandler Modifier and Type Method Description java.util.List<JobHandler>ProcessEngineConfigurationImpl. getCustomJobHandlers()java.util.Map<java.lang.String,JobHandler>ProcessEngineConfigurationImpl. getJobHandlers()Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type JobHandler Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomJobHandlers(java.util.List<JobHandler> customJobHandlers)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setJobHandlers(java.util.Map<java.lang.String,JobHandler> jobHandlers) -
Uses of JobHandler in org.camunda.bpm.engine.impl.dmn.batch
Classes in org.camunda.bpm.engine.impl.dmn.batch that implement JobHandler Modifier and Type Class Description classDeleteHistoricDecisionInstancesJobHandler -
Uses of JobHandler in org.camunda.bpm.engine.impl.jobexecutor
Classes in org.camunda.bpm.engine.impl.jobexecutor that implement JobHandler Modifier and Type Class Description classAsyncContinuationJobHandlerclassProcessEventJobHandlerclassTimerActivateJobDefinitionHandlerclassTimerActivateProcessDefinitionHandlerclassTimerCatchIntermediateEventJobHandlerclassTimerChangeJobDefinitionSuspensionStateJobHandlerclassTimerChangeProcessDefinitionSuspensionStateJobHandlerclassTimerEventJobHandlerclassTimerExecuteNestedActivityJobHandlerclassTimerStartEventJobHandlerclassTimerStartEventSubprocessJobHandlerJobHandlerimplementation for timer start events which are embedded into an event subprocess.classTimerSuspendJobDefinitionHandlerclassTimerSuspendProcessDefinitionHandlerclassTimerTaskListenerJobHandlerJobHandlerimplementation for timer task listeners which can be defined for user tasks.Methods in org.camunda.bpm.engine.impl.jobexecutor that return JobHandler Modifier and Type Method Description protected JobHandlerJobDeclaration. resolveJobHandler() -
Uses of JobHandler in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Classes in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that implement JobHandler Modifier and Type Class Description classHistoryCleanupJobHandlerJob handler for history cleanup job. -
Uses of JobHandler in org.camunda.bpm.engine.impl.migration.batch
Classes in org.camunda.bpm.engine.impl.migration.batch that implement JobHandler Modifier and Type Class Description classMigrationBatchJobHandlerJob handler for batch migration jobs. -
Uses of JobHandler in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return JobHandler Modifier and Type Method Description protected JobHandlerJobEntity. getJobHandler() -
Uses of JobHandler in org.camunda.bpm.spring.boot.starter.configuration.impl
Fields in org.camunda.bpm.spring.boot.starter.configuration.impl with type parameters of type JobHandler Modifier and Type Field Description protected java.util.List<JobHandler<?>>DefaultJobConfiguration. customJobHandlers
-