Uses of Interface
org.flowable.job.service.impl.persistence.entity.JobInfoEntityManager
-
Packages that use JobInfoEntityManager Package Description org.flowable.job.service.impl.asyncexecutor org.flowable.job.service.impl.cmd org.flowable.job.service.impl.persistence.entity -
-
Uses of JobInfoEntityManager in org.flowable.job.service.impl.asyncexecutor
Fields in org.flowable.job.service.impl.asyncexecutor declared as JobInfoEntityManager Modifier and Type Field Description protected JobInfoEntityManager<? extends JobInfoEntity>AbstractAsyncExecutor. jobEntityManagerprotected JobInfoEntityManager<? extends JobInfoEntity>AcquireAsyncJobsDueRunnable. jobEntityManagerprotected JobInfoEntityManager<? extends JobInfoEntity>ExecuteAsyncRunnable. jobEntityManagerprotected JobInfoEntityManager<? extends JobInfoEntity>FindExpiredJobsCmd. jobEntityManagerprotected JobInfoEntityManager<? extends JobInfoEntity>ResetExpiredJobsCmd. jobEntityManagerFields in org.flowable.job.service.impl.asyncexecutor with type parameters of type JobInfoEntityManager Modifier and Type Field Description protected Collection<JobInfoEntityManager<? extends JobInfoEntity>>ResetExpiredJobsRunnable. jobInfoEntityManagersMethods in org.flowable.job.service.impl.asyncexecutor with parameters of type JobInfoEntityManager Modifier and Type Method Description protected voidResetExpiredJobsRunnable. resetJobs(JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager)voidAbstractAsyncExecutor. setJobEntityManager(JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) -
Uses of JobInfoEntityManager in org.flowable.job.service.impl.cmd
Fields in org.flowable.job.service.impl.cmd declared as JobInfoEntityManager Modifier and Type Field Description protected JobInfoEntityManager<? extends JobInfoEntity>AcquireJobsCmd. jobEntityManagerprotected JobInfoEntityManager<? extends JobInfoEntity>AcquireJobsWithGlobalAcquireLockCmd. jobEntityManagerprotected JobInfoEntityManager<? extends JobInfoEntity>ExecuteAsyncJobCmd. jobEntityManagerprotected JobInfoEntityManager<? extends JobInfoEntity>ExecuteAsyncRunnableJobCmd. jobEntityManagerMethods in org.flowable.job.service.impl.cmd that return JobInfoEntityManager Modifier and Type Method Description JobInfoEntityManager<? extends JobInfoEntity>ExecuteAsyncRunnableJobCmd. getJobEntityManager()Methods in org.flowable.job.service.impl.cmd with parameters of type JobInfoEntityManager Modifier and Type Method Description voidExecuteAsyncRunnableJobCmd. setJobEntityManager(JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager)Constructors in org.flowable.job.service.impl.cmd with parameters of type JobInfoEntityManager Constructor Description AcquireJobsCmd(AsyncExecutor asyncExecutor, int remainingCapacity, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager)AcquireJobsWithGlobalAcquireLockCmd(AsyncExecutor asyncExecutor, int remainingCapacity, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager)ExecuteAsyncJobCmd(String jobId, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration)ExecuteAsyncRunnableJobCmd(String jobId, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration, boolean unlock) -
Uses of JobInfoEntityManager in org.flowable.job.service.impl.persistence.entity
Subinterfaces of JobInfoEntityManager in org.flowable.job.service.impl.persistence.entity Modifier and Type Interface Description interfaceExternalWorkerJobEntityManagerEntityManagerresponsible for theExternalWorkerJobEntityclass.interfaceHistoryJobEntityManagerEntityManagerresponsible for theHistoryJobEntityclass.interfaceJobEntityManagerEntityManagerresponsible for theJobEntityclass.interfaceTimerJobEntityManagerEntityManagerresponsible forTimerJobEntityinstances.Classes in org.flowable.job.service.impl.persistence.entity that implement JobInfoEntityManager Modifier and Type Class Description classExternalWorkerJobEntityManagerImplclassHistoryJobEntityManagerImplclassJobEntityManagerImplclassJobInfoEntityManagerImpl<T extends JobInfoEntity,DM extends JobInfoDataManager<T>>classTimerJobEntityManagerImpl
-