Uses of Interface
org.flowable.job.service.JobHandler
Packages that use JobHandler
Package
Description
-
Uses of JobHandler in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine with type parameters of type JobHandlerModifier and TypeFieldDescriptionprotected List<JobHandler>
CmmnEngineConfiguration.customJobHandlers
protected Map<String,
JobHandler> CmmnEngineConfiguration.jobHandlers
Methods in org.flowable.cmmn.engine that return types with arguments of type JobHandlerModifier and TypeMethodDescriptionCmmnEngineConfiguration.getCustomJobHandlers()
CmmnEngineConfiguration.getJobHandlers()
Methods in org.flowable.cmmn.engine with parameters of type JobHandlerModifier and TypeMethodDescriptionvoid
CmmnEngineConfiguration.addJobHandler
(JobHandler jobHandler) Method parameters in org.flowable.cmmn.engine with type arguments of type JobHandlerModifier and TypeMethodDescriptionCmmnEngineConfiguration.setCustomJobHandlers
(List<JobHandler> customJobHandlers) CmmnEngineConfiguration.setJobHandlers
(Map<String, JobHandler> jobHandlers) -
Uses of JobHandler in org.flowable.cmmn.engine.impl.delete
Classes in org.flowable.cmmn.engine.impl.delete that implement JobHandlerModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of JobHandler in org.flowable.cmmn.engine.impl.job
Classes in org.flowable.cmmn.engine.impl.job that implement JobHandlerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of JobHandler in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type JobHandlerModifier and TypeFieldDescriptionprotected List<JobHandler>
ProcessEngineConfigurationImpl.customJobHandlers
protected Map<String,
JobHandler> ProcessEngineConfigurationImpl.jobHandlers
Methods in org.flowable.engine.impl.cfg that return types with arguments of type JobHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomJobHandlers()
ProcessEngineConfigurationImpl.getJobHandlers()
Methods in org.flowable.engine.impl.cfg with parameters of type JobHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.addCustomJobHandler
(JobHandler customJobHandler) void
ProcessEngineConfigurationImpl.addJobHandler
(JobHandler jobHandler) Method parameters in org.flowable.engine.impl.cfg with type arguments of type JobHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomJobHandlers
(List<JobHandler> customJobHandlers) ProcessEngineConfigurationImpl.setJobHandlers
(Map<String, JobHandler> jobHandlers) -
Uses of JobHandler in org.flowable.engine.impl.delete
Classes in org.flowable.engine.impl.delete that implement JobHandlerModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of JobHandler in org.flowable.engine.impl.event
Classes in org.flowable.engine.impl.event that implement JobHandlerModifier and TypeClassDescriptionclass
Continue in the broken process execution -
Uses of JobHandler in org.flowable.engine.impl.jobexecutor
Classes in org.flowable.engine.impl.jobexecutor that implement JobHandlerModifier and TypeClassDescriptionclass
class
AJobHandler
implementation that asynchronously will end an execution asynchronously.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of JobHandler in org.flowable.job.service
Fields in org.flowable.job.service with type parameters of type JobHandlerModifier and TypeFieldDescriptionprotected Map<String,
JobHandler> JobServiceConfiguration.jobHandlers
Methods in org.flowable.job.service that return types with arguments of type JobHandlerMethods in org.flowable.job.service with parameters of type JobHandlerModifier and TypeMethodDescriptionJobServiceConfiguration.addJobHandler
(String type, JobHandler jobHandler) Method parameters in org.flowable.job.service with type arguments of type JobHandlerModifier and TypeMethodDescriptionJobServiceConfiguration.setJobHandlers
(Map<String, JobHandler> jobHandlers)