Uses of Interface
org.flowable.job.service.impl.asyncexecutor.JobManager
Packages that use JobManager
Package
Description
-
Uses of JobManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as JobManagerMethods in org.flowable.cmmn.engine that return JobManagerMethods in org.flowable.cmmn.engine with parameters of type JobManager -
Uses of JobManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as JobManagerMethods in org.flowable.engine.impl.cfg that return JobManagerMethods in org.flowable.engine.impl.cfg with parameters of type JobManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setJobManager
(JobManager jobManager) -
Uses of JobManager in org.flowable.job.service
Fields in org.flowable.job.service declared as JobManagerMethods in org.flowable.job.service that return JobManagerMethods in org.flowable.job.service with parameters of type JobManagerModifier and TypeMethodDescriptionvoid
JobServiceConfiguration.setJobManager
(JobManager jobManager) -
Uses of JobManager in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return JobManager -
Uses of JobManager in org.flowable.job.service.impl.asyncexecutor
Classes in org.flowable.job.service.impl.asyncexecutor that implement JobManagerFields in org.flowable.job.service.impl.asyncexecutor declared as JobManagerConstructors in org.flowable.job.service.impl.asyncexecutor with parameters of type JobManagerModifierConstructorDescriptionAcquireTimerJobsRunnable
(AsyncExecutor asyncExecutor, JobManager jobManager, int moveExecutorPoolSize) AcquireTimerJobsRunnable
(AsyncExecutor asyncExecutor, JobManager jobManager, AcquireTimerLifecycleListener lifecycleListener, AcquireJobsRunnableConfiguration configuration, int moveExecutorPoolSize) -
Uses of JobManager in org.flowable.job.service.impl.cmd
Fields in org.flowable.job.service.impl.cmd declared as JobManagerModifier and TypeFieldDescriptionprotected JobManager
BulkMoveTimerJobsToExecutableJobsCmd.jobManager
protected JobManager
MoveTimerJobsToExecutableJobsCmd.jobManager
Constructors in org.flowable.job.service.impl.cmd with parameters of type JobManagerModifierConstructorDescriptionBulkMoveTimerJobsToExecutableJobsCmd
(JobManager jobManager, List<TimerJobEntity> timerJobs) MoveTimerJobsToExecutableJobsCmd
(JobManager jobManager, List<TimerJobEntity> timerJobs)