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
Fields 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.jobEntityManager
protected final JobInfoEntityManager<? extends JobInfoEntity>
AcquireAsyncJobsDueRunnable.jobEntityManager
protected JobInfoEntityManager<? extends JobInfoEntity>
ExecuteAsyncRunnable.jobEntityManager
protected JobInfoEntityManager<? extends JobInfoEntity>
FindExpiredJobsCmd.jobEntityManager
protected JobInfoEntityManager<? extends JobInfoEntity>
ResetExpiredJobsCmd.jobEntityManager
protected final Collection<JobInfoEntityManager<? extends JobInfoEntity>>
ResetExpiredJobsRunnable.jobInfoEntityManagers
Methods 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 void
DefaultJobManager.createHintListeners
(AsyncExecutor asyncExecutor, JobInfoEntity job) protected void
DefaultJobManager.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 void
ResetExpiredJobsRunnable.resetJobs
(JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) void
AbstractAsyncExecutor.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) 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
Fields in org.flowable.job.service.impl.cmd with type parameters of type JobInfoEntityModifier and TypeFieldDescriptionprotected JobInfoEntityManager<? extends JobInfoEntity>
AcquireJobsCmd.jobEntityManager
protected JobInfoEntityManager<? extends JobInfoEntity>
AcquireJobsWithGlobalAcquireLockCmd.jobEntityManager
protected JobInfoEntityManager<? extends JobInfoEntity>
ExecuteAsyncJobCmd.jobEntityManager
protected JobInfoEntityManager<? extends JobInfoEntity>
ExecuteAsyncRunnableJobCmd.jobEntityManager
Methods 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 void
AcquireExternalWorkerJobsCmd.lockJob
(CommandContext commandContext, JobInfoEntity job, int lockTimeInMillis) protected void
AcquireJobsCmd.lockJob
(JobInfoEntity job, int lockTimeInMillis, JobServiceConfiguration jobServiceConfiguration) Method parameters in org.flowable.job.service.impl.cmd with type arguments of type JobInfoEntityModifier and TypeMethodDescriptionvoid
ExecuteAsyncRunnableJobCmd.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 TypeInterfaceDescriptioninterface
JobInfoEntityManager<T extends JobInfoEntity>
class
JobInfoEntityManagerImpl<T extends JobInfoEntity,
DM extends JobInfoDataManager<T>> Subinterfaces of JobInfoEntity in org.flowable.job.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
Represents an external job.interface
interface
Represents an async job: a piece of logic that needs to be executed asynchronously.interface
Stub of the common parts of a timer job.Classes in org.flowable.job.service.impl.persistence.entity that implement JobInfoEntityModifier and TypeClassDescriptionclass
class
History Job entity.class
Job entity.class
TimerJob 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