Uses of Interface
org.flowable.job.service.impl.persistence.entity.JobEntity
Packages that use JobEntity
Package
Description
-
Uses of JobEntity in org.flowable.job.service
Methods in org.flowable.job.service that return JobEntityMethods in org.flowable.job.service that return types with arguments of type JobEntityModifier and TypeMethodDescriptionJobService.findJobsByExecutionId(String executionId) JobService.findJobsByProcessInstanceId(String processInstanceId) Methods in org.flowable.job.service with parameters of type JobEntityModifier and TypeMethodDescriptionvoidJobService.createAsyncJob(JobEntity job, boolean isExclusive) voidJobService.createAsyncJobNoTriggerAsyncExecutor(JobEntity job, boolean isExclusive) voidvoidJobHandler.execute(JobEntity job, String configuration, org.flowable.variable.api.delegate.VariableScope variableScope, CommandContext commandContext) voidTimerJobService.moveJobToTimerJob(JobEntity job) voidInternalJobManager.preTimerJobDelete(JobEntity jobEntity, org.flowable.variable.api.delegate.VariableScope variableScope) final 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) void -
Uses of JobEntity in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return JobEntityModifier and TypeMethodDescriptionJobServiceImpl.createJob()JobServiceImpl.findJobById(String jobId) Methods in org.flowable.job.service.impl that return types with arguments of type JobEntityModifier and TypeMethodDescriptionJobServiceImpl.findJobsByExecutionId(String executionId) JobServiceImpl.findJobsByProcessInstanceId(String processInstanceId) Methods in org.flowable.job.service.impl with parameters of type JobEntityModifier and TypeMethodDescriptionvoidJobServiceImpl.createAsyncJob(JobEntity job, boolean isExclusive) voidJobServiceImpl.createAsyncJobNoTriggerAsyncExecutor(JobEntity job, boolean isExclusive) voidvoidTimerJobServiceImpl.moveJobToTimerJob(JobEntity job) voidJobServiceImpl.scheduleAsyncJob(JobEntity job) void -
Uses of JobEntity in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor that return JobEntityModifier and TypeMethodDescriptionDefaultJobManager.createExecutableJobFromOtherJob(AbstractRuntimeJobEntity job) protected JobEntityDefaultJobManager.createExecutableJobFromOtherJob(AbstractRuntimeJobEntity job, boolean lockJob) JobManager.createExecutableJobFromOtherJob(AbstractRuntimeJobEntity job) Create an executable job from another jobDefaultJobManager.moveExternalWorkerJobToExecutableJob(ExternalWorkerJobEntity externalWorkerJob) JobManager.moveExternalWorkerJobToExecutableJob(ExternalWorkerJobEntity externalWorkerJob) Moves anExternalWorkerJobEntityto become an asyncJobEntity.DefaultJobManager.moveTimerJobToExecutableJob(TimerJobEntity timerJob) JobManager.moveTimerJobToExecutableJob(TimerJobEntity timerJob) Moves aTimerJobEntityto become an asyncJobEntity.Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type JobEntityModifier and TypeMethodDescriptionvoidDefaultJobManager.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) DefaultJobManager.getBusinessCalendarName(JobEntity timerEntity, org.flowable.variable.api.delegate.VariableScope variableScope) JobManager.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) 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 JobEntityModifier and TypeMethodDescriptionbooleanHandle 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 JobEntityModifier and TypeMethodDescriptionMoveTimerToExecutableJobCmd.execute(CommandContext commandContext) protected JobEntityDeleteJobCmd.getJobToDelete(CommandContext commandContext) Methods in org.flowable.job.service.impl.cmd with parameters of type JobEntityModifier and TypeMethodDescriptionprotected 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 JobEntityMethods in org.flowable.job.service.impl.persistence.entity that return JobEntityModifier and TypeMethodDescriptionJobEntityManager.findJobByCorrelationId(String correlationId) Find the job with the given correlation idJobEntityManagerImpl.findJobByCorrelationId(String correlationId) Methods in org.flowable.job.service.impl.persistence.entity with parameters of type JobEntityModifier and TypeMethodDescriptionprotected DateTimerJobEntityManagerImpl.calculateNextTimer(JobEntity timerEntity, org.flowable.variable.api.delegate.VariableScope variableScope) protected intTimerJobEntityManagerImpl.calculateRepeatValue(JobEntity timerEntity) TimerJobEntityManager.createAndCalculateNextTimer(JobEntity timerEntity, org.flowable.variable.api.delegate.VariableScope variableScope) Creates a newTimerJobEntity, typically when a timer is used in a repeating way.TimerJobEntityManagerImpl.createAndCalculateNextTimer(JobEntity timerEntity, org.flowable.variable.api.delegate.VariableScope variableScope) protected TimerJobEntityTimerJobEntityManagerImpl.createTimer(JobEntity te) voidvoidprotected booleanvoidbooleanJobEntityManager.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 -
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 JobEntityModifier and TypeFieldDescriptionprotected SingleCachedEntityMatcher<JobEntity>MybatisJobDataManager.jobByCorrelationIdMatcherprotected CachedEntityMatcher<JobEntity>MybatisJobDataManager.jobsByExecutionIdMatcherMethods in org.flowable.job.service.impl.persistence.entity.data.impl that return JobEntityModifier and TypeMethodDescriptionMybatisJobDataManager.create()MybatisJobDataManager.findJobByCorrelationId(String correlationId) Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return types with arguments of type JobEntityModifier and TypeMethodDescriptionMybatisJobDataManager.findExpiredJobs(List<String> enabledCategories, Page page) MybatisJobDataManager.findJobsByExecutionId(String executionId) MybatisJobDataManager.findJobsByProcessInstanceId(String processInstanceId) MybatisJobDataManager.findJobsToExecute(List<String> enabledCategories, Page page) MybatisJobDataManager.getManagedEntityClass()Method parameters in org.flowable.job.service.impl.persistence.entity.data.impl with type arguments of type JobEntityModifier and TypeMethodDescriptionvoidMybatisJobDataManager.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 JobEntityModifier and TypeMethodDescriptionbooleanJobsByExecutionIdMatcher.isRetained(JobEntity jobEntity, Object parameter)