Uses of Class
org.flowable.job.service.impl.ExternalWorkerJobAcquireBuilderImpl
-
-
Uses of ExternalWorkerJobAcquireBuilderImpl in org.flowable.job.service.impl.cmd
Fields in org.flowable.job.service.impl.cmd declared as ExternalWorkerJobAcquireBuilderImpl Modifier and Type Field Description protected ExternalWorkerJobAcquireBuilderImplAcquireExternalWorkerJobsCmd. builderConstructors in org.flowable.job.service.impl.cmd with parameters of type ExternalWorkerJobAcquireBuilderImpl Constructor Description AcquireExternalWorkerJobsCmd(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 ExternalWorkerJobAcquireBuilderImpl Modifier and Type Method Description List<ExternalWorkerJobEntity>ExternalWorkerJobEntityManager. findExternalJobsToExecute(ExternalWorkerJobAcquireBuilderImpl builder, int numberOfJobs)List<ExternalWorkerJobEntity>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 ExternalWorkerJobAcquireBuilderImpl Modifier and Type Method Description List<ExternalWorkerJobEntity>ExternalWorkerJobDataManager. 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 ExternalWorkerJobAcquireBuilderImpl Modifier and Type Method Description List<ExternalWorkerJobEntity>MybatisExternalWorkerJobDataManager. findExternalJobsToExecute(ExternalWorkerJobAcquireBuilderImpl builder, int numberOfJobs)
-