Uses of Interface
org.flowable.job.service.impl.persistence.entity.JobInfoEntity
-
-
Uses of JobInfoEntity in org.flowable.job.service.impl.asyncexecutor
Fields in org.flowable.job.service.impl.asyncexecutor declared as JobInfoEntity Modifier and Type Field Description protected JobInfoEntityAsyncJobAddedNotification. jobFields in org.flowable.job.service.impl.asyncexecutor with type parameters of type JobInfoEntity 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. jobEntityManagerprotected Collection<JobInfoEntityManager<? extends JobInfoEntity>>ResetExpiredJobsRunnable. jobInfoEntityManagersMethods in org.flowable.job.service.impl.asyncexecutor that return types with arguments of type JobInfoEntity Modifier and Type Method Description List<? extends JobInfoEntity>FindExpiredJobsCmd. execute(CommandContext commandContext)protected List<JobInfoEntity>AcquireAsyncJobsDueRunnable. offerJobs(List<? extends JobInfoEntity> acquiredJobs)Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type JobInfoEntity Modifier and Type Method Description protected voidDefaultJobManager. createHintListeners(AsyncExecutor asyncExecutor, JobInfoEntity job)protected voidDefaultJobManager. setLockTimeAndOwner(AsyncExecutor asyncExecutor, JobInfoEntity jobInfoEntity)Method parameters in org.flowable.job.service.impl.asyncexecutor with type arguments of type JobInfoEntity Modifier and Type Method Description protected List<JobInfoEntity>AcquireAsyncJobsDueRunnable. offerJobs(List<? extends JobInfoEntity> acquiredJobs)protected voidResetExpiredJobsRunnable. resetJobs(JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager)voidAbstractAsyncExecutor. setJobEntityManager(JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager)Constructors in org.flowable.job.service.impl.asyncexecutor with parameters of type JobInfoEntity Constructor Description AsyncJobAddedNotification(JobInfoEntity job, AsyncExecutor asyncExecutor) -
Uses of JobInfoEntity in org.flowable.job.service.impl.cmd
Fields in org.flowable.job.service.impl.cmd with type parameters of type JobInfoEntity 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 types with arguments of type JobInfoEntity Modifier and Type Method Description List<? extends JobInfoEntity>AcquireJobsCmd. execute(CommandContext commandContext)List<? extends JobInfoEntity>AcquireJobsWithGlobalAcquireLockCmd. execute(CommandContext commandContext)JobInfoEntityManager<? extends JobInfoEntity>ExecuteAsyncRunnableJobCmd. getJobEntityManager()Methods in org.flowable.job.service.impl.cmd with parameters of type JobInfoEntity Modifier and Type Method Description protected voidAcquireExternalWorkerJobsCmd. lockJob(CommandContext commandContext, JobInfoEntity job, int lockTimeInMillis)protected voidAcquireJobsCmd. lockJob(JobInfoEntity job, int lockTimeInMillis, JobServiceConfiguration jobServiceConfiguration)Method parameters in org.flowable.job.service.impl.cmd with type arguments of type JobInfoEntity Modifier and Type Method Description voidExecuteAsyncRunnableJobCmd. setJobEntityManager(JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager)Constructor parameters in org.flowable.job.service.impl.cmd with type arguments of type JobInfoEntity 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 JobInfoEntity in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity with type parameters of type JobInfoEntity Modifier and Type Interface Description interfaceJobInfoEntityManager<T extends JobInfoEntity>classJobInfoEntityManagerImpl<T extends JobInfoEntity,DM extends JobInfoDataManager<T>>Subinterfaces of JobInfoEntity in org.flowable.job.service.impl.persistence.entity Modifier and Type Interface Description interfaceExternalWorkerJobEntityRepresents an external job.interfaceHistoryJobEntityinterfaceJobEntityRepresents an async job: a piece of logic that needs to be executed asynchronously.interfaceTimerJobEntityStub of the common parts of a timer job.Classes in org.flowable.job.service.impl.persistence.entity that implement JobInfoEntity Modifier and Type Class Description classExternalWorkerJobEntityImplclassHistoryJobEntityImplHistory Job entity.classJobEntityImplJob entity.classTimerJobEntityImplTimerJob entity, necessary for persistence. -
Uses of JobInfoEntity in org.flowable.job.service.impl.persistence.entity.data
Classes in org.flowable.job.service.impl.persistence.entity.data with type parameters of type JobInfoEntity Modifier and Type Interface Description interfaceJobInfoDataManager<T extends JobInfoEntity>
-