public interface ExternalWorkerJobEntityManager extends EntityManager<ExternalWorkerJobEntity>, JobInfoEntityManager<ExternalWorkerJobEntity>
EntityManager responsible for the ExternalWorkerJobEntity class.bulkUpdateJobLockWithoutRevisionCheck, findExpiredJobs, findJobsByExecutionId, findJobsByProcessInstanceId, findJobsToExecute, findJobsToExecuteAndLockInBulk, resetExpiredJob, updateJobTenantIdForDeploymentboolean insertExternalWorkerJobEntity(ExternalWorkerJobEntity externalWorkerJobEntity)
ExternalWorkerJobEntity, similar to insert(ExternalWorkerJobEntity), but returns a boolean in case the insert did not go through. This could happen if the execution related to the
ExternalWorkerJobEntity has been removed.ExternalWorkerJobEntity findJobByCorrelationId(String correlationId)
List<ExternalWorkerJobEntity> findJobsByScopeIdAndSubScopeId(String scopeId, String subScopeId)
ExternalWorkerJobEntity for the given scope and subscope.List<ExternalWorkerJob> findJobsByQueryCriteria(ExternalWorkerJobQueryImpl jobQuery)
ExternalWorkerJobQueryImpl and returns the matching ExternalWorkerJobEntity instances.long findJobCountByQueryCriteria(ExternalWorkerJobQueryImpl jobQuery)
findJobsByQueryCriteria(ExternalWorkerJobQueryImpl), but only returns a count and not the instances itself.List<ExternalWorkerJobEntity> findExternalJobsToExecute(ExternalWorkerJobAcquireBuilderImpl builder, int numberOfJobs)
Copyright © 2021 Flowable. All rights reserved.