Uses of Interface
org.flowable.job.api.AcquiredExternalWorkerJob
Packages that use AcquiredExternalWorkerJob
Package
Description
-
Uses of AcquiredExternalWorkerJob in org.flowable.job.api
Methods in org.flowable.job.api that return types with arguments of type AcquiredExternalWorkerJobModifier and TypeMethodDescriptiondefault List<AcquiredExternalWorkerJob>
ExternalWorkerJobAcquireBuilder.acquireAndLock
(int numberOfTasks, String workerId) Acquire and lock the given number of jobs for the given worker id.ExternalWorkerJobAcquireBuilder.acquireAndLock
(int numberOfTasks, String workerId, int numberOfRetries) Acquire and lock the given number of jobs for the given worker id. -
Uses of AcquiredExternalWorkerJob in org.flowable.job.service.impl
Classes in org.flowable.job.service.impl that implement AcquiredExternalWorkerJobMethods in org.flowable.job.service.impl that return types with arguments of type AcquiredExternalWorkerJobModifier and TypeMethodDescriptionExternalWorkerJobAcquireBuilderImpl.acquireAndLock
(int numberOfTasks, String workerId, int numberOfRetries) -
Uses of AcquiredExternalWorkerJob in org.flowable.job.service.impl.cmd
Methods in org.flowable.job.service.impl.cmd that return types with arguments of type AcquiredExternalWorkerJobModifier and TypeMethodDescriptionAcquireExternalWorkerJobsCmd.execute
(CommandContext commandContext)