Uses of Interface
org.flowable.job.service.impl.persistence.entity.JobEntity
-
-
Uses of JobEntity in org.flowable.job.service
Methods in org.flowable.job.service that return JobEntity Modifier and Type Method Description JobEntityJobService. createJob()JobEntityJobService. findJobById(String jobId)Methods in org.flowable.job.service that return types with arguments of type JobEntity Modifier and Type Method Description List<JobEntity>JobService. findJobsByExecutionId(String executionId)List<JobEntity>JobService. findJobsByProcessInstanceId(String processInstanceId)Methods in org.flowable.job.service with parameters of type JobEntity Modifier and Type Method Description voidJobService. createAsyncJob(JobEntity job, boolean isExclusive)voidJobService. createAsyncJobNoTriggerAsyncExecutor(JobEntity job, boolean isExclusive)voidJobService. deleteJob(JobEntity job)voidJobHandler. execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext)voidJobService. insertJob(JobEntity job)AbstractRuntimeJobEntityTimerJobService. moveJobToTimerJob(JobEntity job)voidInternalJobManager. preTimerJobDelete(JobEntity jobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)voidScopeAwareInternalJobManager. preTimerJobDelete(JobEntity jobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)protected abstract voidScopeAwareInternalJobManager. preTimerJobDeleteInternal(JobEntity jobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)voidJobService. scheduleAsyncJob(JobEntity job)voidJobService. updateJob(JobEntity job) -
Uses of JobEntity in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return JobEntity Modifier and Type Method Description JobEntityJobServiceImpl. createJob()JobEntityJobServiceImpl. findJobById(String jobId)Methods in org.flowable.job.service.impl that return types with arguments of type JobEntity Modifier and Type Method Description List<JobEntity>JobServiceImpl. findJobsByExecutionId(String executionId)List<JobEntity>JobServiceImpl. findJobsByProcessInstanceId(String processInstanceId)Methods in org.flowable.job.service.impl with parameters of type JobEntity Modifier and Type Method Description voidJobServiceImpl. createAsyncJob(JobEntity job, boolean isExclusive)voidJobServiceImpl. createAsyncJobNoTriggerAsyncExecutor(JobEntity job, boolean isExclusive)voidJobServiceImpl. deleteJob(JobEntity job)voidJobServiceImpl. insertJob(JobEntity job)AbstractRuntimeJobEntityTimerJobServiceImpl. moveJobToTimerJob(JobEntity job)voidJobServiceImpl. scheduleAsyncJob(JobEntity job)voidJobServiceImpl. updateJob(JobEntity job) -
Uses of JobEntity in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor that return JobEntity Modifier and Type Method Description JobEntityDefaultJobManager. createExecutableJobFromOtherJob(AbstractRuntimeJobEntity job)protected JobEntityDefaultJobManager. createExecutableJobFromOtherJob(AbstractRuntimeJobEntity job, boolean lockJob)JobEntityJobManager. createExecutableJobFromOtherJob(AbstractRuntimeJobEntity job)Create an executable job from another jobJobEntityDefaultJobManager. moveExternalWorkerJobToExecutableJob(ExternalWorkerJobEntity externalWorkerJob)JobEntityJobManager. moveExternalWorkerJobToExecutableJob(ExternalWorkerJobEntity externalWorkerJob)Moves anExternalWorkerJobEntityto become an asyncJobEntity.JobEntityDefaultJobManager. moveTimerJobToExecutableJob(TimerJobEntity timerJob)JobEntityJobManager. moveTimerJobToExecutableJob(TimerJobEntity timerJob)Moves aTimerJobEntityto become an asyncJobEntity.Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type JobEntity Modifier and Type Method Description voidDefaultJobManager. createAsyncJob(JobEntity jobEntity, boolean exclusive)voidJobManager. createAsyncJob(JobEntity jobEntity, boolean exclusive)Creates an async job so that it can be continued later in a background thread.protected voidDefaultJobManager. executeJobHandler(JobEntity jobEntity)protected voidDefaultJobManager. executeMessageJob(JobEntity jobEntity)protected voidDefaultJobManager. executeTimerJob(JobEntity timerEntity)protected voidDefaultJobManager. fillDefaultAsyncJobInfo(JobEntity jobEntity, boolean exclusive)StringDefaultJobManager. getBusinessCalendarName(JobEntity timerEntity, org.flowable.variable.api.delegate.VariableScope variableScope)StringJobManager. getBusinessCalendarName(JobEntity timerEntity, org.flowable.variable.api.delegate.VariableScope variableScope)Get the business calendar name of the job configurationprotected voidDefaultJobManager. hintAsyncExecutor(JobEntity job)protected voidDefaultJobManager. internalCreateAsyncJob(JobEntity jobEntity, boolean exclusive)protected voidDefaultJobManager. internalCreateLockedAsyncJob(JobEntity jobEntity, boolean exclusive)protected booleanDefaultJobManager. isValidTime(JobEntity timerEntity, Date newTimerDate, org.flowable.variable.api.delegate.VariableScope variableScope)voidTimerJobScheduler. rescheduleTimerJobAfterExecution(JobEntity timerJob, org.flowable.variable.api.delegate.VariableScope variableScope)Re-schedule a timer job once it has finished with its execution.voidTimerJobSchedulerImpl. rescheduleTimerJobAfterExecution(JobEntity timerJob, org.flowable.variable.api.delegate.VariableScope variableScope)voidDefaultJobManager. scheduleAsyncJob(JobEntity jobEntity)voidJobManager. scheduleAsyncJob(JobEntity job)Schedules and async job.protected voidDefaultJobManager. triggerExecutorIfNeeded(JobEntity jobEntity) -
Uses of JobEntity in org.flowable.job.service.impl.asyncexecutor.message
Methods in org.flowable.job.service.impl.asyncexecutor.message with parameters of type JobEntity Modifier and Type Method Description booleanAsyncJobMessageHandler. handleJob(JobEntity job)Handle the job and its data.protected voidAbstractMessageBasedJobManager. triggerExecutorIfNeeded(JobEntity jobEntity) -
Uses of JobEntity in org.flowable.job.service.impl.cmd
Methods in org.flowable.job.service.impl.cmd that return JobEntity Modifier and Type Method Description JobEntityMoveTimerToExecutableJobCmd. execute(CommandContext commandContext)protected JobEntityDeleteJobCmd. getJobToDelete(CommandContext commandContext)Methods in org.flowable.job.service.impl.cmd with parameters of type JobEntity Modifier and Type Method Description protected voidDeleteJobCmd. sendCancelEvent(JobEntity jobToDelete) -
Uses of JobEntity in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity that implement JobEntity Modifier and Type Class Description classJobEntityImplJob entity.Methods in org.flowable.job.service.impl.persistence.entity that return JobEntity Modifier and Type Method Description JobEntityJobEntityManager. findJobByCorrelationId(String correlationId)Find the job with the given correlation idJobEntityJobEntityManagerImpl. findJobByCorrelationId(String correlationId)Methods in org.flowable.job.service.impl.persistence.entity with parameters of type JobEntity Modifier and Type Method Description protected DateTimerJobEntityManagerImpl. calculateNextTimer(JobEntity timerEntity, org.flowable.variable.api.delegate.VariableScope variableScope)protected intTimerJobEntityManagerImpl. calculateRepeatValue(JobEntity timerEntity)TimerJobEntityTimerJobEntityManager. createAndCalculateNextTimer(JobEntity timerEntity, org.flowable.variable.api.delegate.VariableScope variableScope)Creates a newTimerJobEntity, typically when a timer is used in a repeating way.TimerJobEntityTimerJobEntityManagerImpl. createAndCalculateNextTimer(JobEntity timerEntity, org.flowable.variable.api.delegate.VariableScope variableScope)protected TimerJobEntityTimerJobEntityManagerImpl. createTimer(JobEntity te)voidJobEntityManagerImpl. delete(JobEntity jobEntity)voidJobEntityManagerImpl. delete(JobEntity entity, boolean fireDeleteEvent)protected booleanJobEntityManagerImpl. doInsert(JobEntity jobEntity, boolean fireCreateEvent)voidJobEntityManagerImpl. insert(JobEntity jobEntity, boolean fireCreateEvent)booleanJobEntityManager. insertJobEntity(JobEntity jobEntity)Insert theJobEntity, similar to insert(JobEntity), but returns a boolean in case the insert did not go through.booleanJobEntityManagerImpl. insertJobEntity(JobEntity timerJobEntity)protected booleanTimerJobEntityManagerImpl. isValidTime(JobEntity timerEntity, Date newTimerDate, org.flowable.variable.api.delegate.VariableScope variableScope)protected voidTimerJobEntityManagerImpl. setNewRepeat(JobEntity timerEntity, int newRepeatValue) -
Uses of JobEntity in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data that return JobEntity Modifier and Type Method Description JobEntityJobDataManager. findJobByCorrelationId(String correlationId) -
Uses of JobEntity in org.flowable.job.service.impl.persistence.entity.data.impl
Fields in org.flowable.job.service.impl.persistence.entity.data.impl with type parameters of type JobEntity Modifier and Type Field Description protected SingleCachedEntityMatcher<JobEntity>MybatisJobDataManager. jobByCorrelationIdMatcherprotected CachedEntityMatcher<JobEntity>MybatisJobDataManager. jobsByExecutionIdMatcherMethods in org.flowable.job.service.impl.persistence.entity.data.impl that return JobEntity Modifier and Type Method Description JobEntityMybatisJobDataManager. create()JobEntityMybatisJobDataManager. findJobByCorrelationId(String correlationId)Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return types with arguments of type JobEntity Modifier and Type Method Description List<JobEntity>MybatisJobDataManager. findExpiredJobs(List<String> enabledCategories, Page page)List<JobEntity>MybatisJobDataManager. findJobsByExecutionId(String executionId)List<JobEntity>MybatisJobDataManager. findJobsByProcessInstanceId(String processInstanceId)List<JobEntity>MybatisJobDataManager. findJobsToExecute(List<String> enabledCategories, Page page)Class<? extends JobEntity>MybatisJobDataManager. getManagedEntityClass()Method parameters in org.flowable.job.service.impl.persistence.entity.data.impl with type arguments of type JobEntity Modifier and Type Method Description voidMybatisJobDataManager. bulkUpdateJobLockWithoutRevisionCheck(List<JobEntity> jobEntities, String lockOwner, Date lockExpirationTime) -
Uses of JobEntity in org.flowable.job.service.impl.persistence.entity.data.impl.cachematcher
Methods in org.flowable.job.service.impl.persistence.entity.data.impl.cachematcher with parameters of type JobEntity Modifier and Type Method Description booleanJobsByExecutionIdMatcher. isRetained(JobEntity jobEntity, Object parameter)
-