Uses of Interface
org.flowable.job.service.impl.persistence.entity.JobInfoEntity
Packages that use JobInfoEntity
Package
Description
-
Uses of JobInfoEntity in org.flowable.job.service.impl.asyncexecutor
Classes in org.flowable.job.service.impl.asyncexecutor that implement interfaces with type arguments of type JobInfoEntityFields in org.flowable.job.service.impl.asyncexecutor declared as JobInfoEntityFields in org.flowable.job.service.impl.asyncexecutor with type parameters of type JobInfoEntityModifier and TypeFieldDescriptionprotected JobInfoEntityManager<? extends JobInfoEntity> AbstractAsyncExecutor.jobEntityManagerprotected final JobInfoEntityManager<? extends JobInfoEntity> AcquireAsyncJobsDueRunnable.jobEntityManagerprotected JobInfoEntityManager<? extends JobInfoEntity> ExecuteAsyncRunnable.jobEntityManagerprotected JobInfoEntityManager<? extends JobInfoEntity> FindExpiredJobsCmd.jobEntityManagerprotected JobInfoEntityManager<? extends JobInfoEntity> ResetExpiredJobsCmd.jobEntityManagerprotected final Collection<JobInfoEntityManager<? extends JobInfoEntity>> ResetExpiredJobsRunnable.jobInfoEntityManagersMethods in org.flowable.job.service.impl.asyncexecutor that return types with arguments of type JobInfoEntityModifier and TypeMethodDescriptionList<? 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 JobInfoEntityModifier and TypeMethodDescriptionprotected 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 JobInfoEntityModifier and TypeMethodDescriptionprotected 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 JobInfoEntityModifierConstructorDescriptionAsyncJobAddedNotification(JobInfoEntity job, AsyncExecutor asyncExecutor) Constructor parameters in org.flowable.job.service.impl.asyncexecutor with type arguments of type JobInfoEntityModifierConstructorDescriptionAcquireAsyncJobsDueRunnable(String name, AsyncExecutor asyncExecutor, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, AcquireAsyncJobsDueLifecycleListener lifecycleListener, AcquireJobsRunnableConfiguration configuration) ExecuteAsyncRunnable(JobInfo job, JobServiceConfiguration jobServiceConfiguration, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler, JobExecutionObservationProvider jobExecutionObservationProvider) FindExpiredJobsCmd(int pageSize, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration) ResetExpiredJobsCmd(Collection<String> jobsIds, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, JobServiceConfiguration jobServiceConfiguration) -
Uses of JobInfoEntity in org.flowable.job.service.impl.cmd
Classes in org.flowable.job.service.impl.cmd that implement interfaces with type arguments of type JobInfoEntityFields in org.flowable.job.service.impl.cmd with type parameters of type JobInfoEntityModifier and TypeFieldDescriptionprotected 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 JobInfoEntityModifier and TypeMethodDescriptionList<? 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 JobInfoEntityModifier and TypeMethodDescriptionprotected 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 JobInfoEntityModifier and TypeMethodDescriptionvoidExecuteAsyncRunnableJobCmd.setJobEntityManager(JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) Constructor parameters in org.flowable.job.service.impl.cmd with type arguments of type JobInfoEntityModifierConstructorDescriptionAcquireJobsCmd(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 JobInfoEntityModifier and TypeInterfaceDescriptioninterfaceJobInfoEntityManager<T extends JobInfoEntity>classJobInfoEntityManagerImpl<T extends JobInfoEntity, DM extends JobInfoDataManager<T>>Subinterfaces of JobInfoEntity in org.flowable.job.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceRepresents an external job.interfaceinterfaceRepresents an async job: a piece of logic that needs to be executed asynchronously.interfaceStub of the common parts of a timer job.Classes in org.flowable.job.service.impl.persistence.entity that implement JobInfoEntityModifier and TypeClassDescriptionclassclassHistory Job entity.classJob entity.classTimerJob 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