Uses of Class
org.flowable.job.service.impl.ExternalWorkerJobAcquireBuilderImpl
Packages that use ExternalWorkerJobAcquireBuilderImpl
Package
Description
-
Uses of ExternalWorkerJobAcquireBuilderImpl in org.flowable.job.service.impl.cmd
Fields in org.flowable.job.service.impl.cmd declared as ExternalWorkerJobAcquireBuilderImplModifier and TypeFieldDescriptionprotected final ExternalWorkerJobAcquireBuilderImpl
AcquireExternalWorkerJobsCmd.builder
Constructors in org.flowable.job.service.impl.cmd with parameters of type ExternalWorkerJobAcquireBuilderImplModifierConstructorDescriptionAcquireExternalWorkerJobsCmd
(String workerId, int numberOfJobs, ExternalWorkerJobAcquireBuilderImpl builder, JobServiceConfiguration jobServiceConfiguration) -
Uses of ExternalWorkerJobAcquireBuilderImpl in org.flowable.job.service.impl.persistence.entity
Methods in org.flowable.job.service.impl.persistence.entity with parameters of type ExternalWorkerJobAcquireBuilderImplModifier and TypeMethodDescriptionExternalWorkerJobEntityManager.findExternalJobsToExecute
(ExternalWorkerJobAcquireBuilderImpl builder, int numberOfJobs) ExternalWorkerJobEntityManagerImpl.findExternalJobsToExecute
(ExternalWorkerJobAcquireBuilderImpl builder, int numberOfJobs) -
Uses of ExternalWorkerJobAcquireBuilderImpl in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data with parameters of type ExternalWorkerJobAcquireBuilderImplModifier and TypeMethodDescriptionExternalWorkerJobDataManager.findExternalJobsToExecute
(ExternalWorkerJobAcquireBuilderImpl builder, int numberOfJobs) -
Uses of ExternalWorkerJobAcquireBuilderImpl in org.flowable.job.service.impl.persistence.entity.data.impl
Methods in org.flowable.job.service.impl.persistence.entity.data.impl with parameters of type ExternalWorkerJobAcquireBuilderImplModifier and TypeMethodDescriptionMybatisExternalWorkerJobDataManager.findExternalJobsToExecute
(ExternalWorkerJobAcquireBuilderImpl builder, int numberOfJobs)