Uses of Interface
org.activiti.engine.impl.persistence.entity.JobEntity
Packages that use JobEntity
Package
Description
-
Uses of JobEntity in org.activiti.engine.impl.asyncexecutor
Fields in org.activiti.engine.impl.asyncexecutor with type parameters of type JobEntityMethods in org.activiti.engine.impl.asyncexecutor that return JobEntityModifier and TypeMethodDescriptionDefaultJobManager.createAsyncJob(ExecutionEntity execution, boolean exclusive) JobManager.createAsyncJob(ExecutionEntity execution, boolean exclusive) Creates an async job for the providedExecutionEntity, so that it can be continued later in a background thread.protected JobEntityDefaultJobManager.createExecutableJobFromOtherJob(AbstractJobEntity job) protected JobEntityDefaultJobManager.internalCreateAsyncJob(ExecutionEntity execution, boolean exclusive) protected JobEntityDefaultJobManager.internalCreateLockedAsyncJob(ExecutionEntity execution, boolean exclusive) DefaultJobManager.moveDeadLetterJobToExecutableJob(DeadLetterJobEntity deadLetterJobEntity, int retries) JobManager.moveDeadLetterJobToExecutableJob(DeadLetterJobEntity deadLetterJobEntity, int retries) Transforms aDeadLetterJobEntityto aJobEntity, thus making it executable again.DefaultJobManager.moveTimerJobToExecutableJob(TimerJobEntity timerJob) JobManager.moveTimerJobToExecutableJob(TimerJobEntity timerJob) Moves aTimerJobEntityto become an asyncJobEntity.Methods in org.activiti.engine.impl.asyncexecutor that return types with arguments of type JobEntityModifier and TypeMethodDescriptionFindExpiredJobsCmd.execute(CommandContext commandContext) AcquiredJobEntities.getJobs()Methods in org.activiti.engine.impl.asyncexecutor with parameters of type JobEntityModifier and TypeMethodDescriptionvoidprotected voidDefaultJobManager.executeJobHandler(JobEntity jobEntity) protected voidDefaultJobManager.executeMessageJob(JobEntity jobEntity) protected voidDefaultJobManager.executeTimerJob(JobEntity timerEntity) protected voidDefaultJobManager.fillDefaultAsyncJobInfo(JobEntity jobEntity, ExecutionEntity execution, boolean exclusive) protected voidDefaultJobManager.hintAsyncExecutor(JobEntity job) protected booleanDefaultJobManager.isValidTime(JobEntity timerEntity, Date newTimerDate, VariableScope variableScope) protected voidDefaultJobManager.restoreExtraData(JobEntity timerEntity, VariableScope variableScope) voidDefaultJobManager.scheduleAsyncJob(JobEntity jobEntity) voidJobManager.scheduleAsyncJob(JobEntity job) Schedules and async job.protected voidDefaultJobManager.triggerExecutorIfNeeded(JobEntity jobEntity) -
Uses of JobEntity in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd that return JobEntityModifier and TypeMethodDescriptionMoveDeadLetterJobToExecutableJobCmd.execute(CommandContext commandContext) MoveTimerToExecutableJobCmd.execute(CommandContext commandContext) protected JobEntityDeleteJobCmd.getJobToDelete(CommandContext commandContext) Methods in org.activiti.engine.impl.cmd with parameters of type JobEntityModifier and TypeMethodDescriptionprotected voidAcquireJobsCmd.lockJob(CommandContext commandContext, JobEntity job, int lockTimeInMillis) protected voidDeleteJobCmd.sendCancelEvent(JobEntity jobToDelete) -
Uses of JobEntity in org.activiti.engine.impl.jobexecutor
Fields in org.activiti.engine.impl.jobexecutor declared as JobEntityMethods in org.activiti.engine.impl.jobexecutor with parameters of type JobEntityModifier and TypeMethodDescriptionvoidAsyncContinuationJobHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) voidJobHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) voidProcessEventJobHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) voidTimerActivateProcessDefinitionHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) voidTimerStartEventJobHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) voidTimerSuspendProcessDefinitionHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) voidTriggerTimerEventJobHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) Constructors in org.activiti.engine.impl.jobexecutor with parameters of type JobEntityModifierConstructorDescriptionAsyncJobAddedNotification(JobEntity job, AsyncExecutor asyncExecutor) -
Uses of JobEntity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement JobEntityFields in org.activiti.engine.impl.persistence.entity with type parameters of type JobEntityMethods in org.activiti.engine.impl.persistence.entity that return types with arguments of type JobEntityModifier and TypeMethodDescriptionJobEntityManager.findExpiredJobs(Page page) JobEntityManagerImpl.findExpiredJobs(Page page) JobEntityManager.findJobsByExecutionId(String executionId) Returns allJobEntityinstances related to onExecutionEntity.JobEntityManagerImpl.findJobsByExecutionId(String executionId) JobEntityManager.findJobsByProcessDefinitionId(String processDefinitionId) Returns allJobEntityinstances related to onProcessDefinitionEntity.JobEntityManagerImpl.findJobsByProcessDefinitionId(String processDefinitionId) JobEntityManager.findJobsByProcessInstanceId(String processInstanceId) Returns allJobEntityinstances related to one process instanceExecutionEntity.JobEntityManagerImpl.findJobsByProcessInstanceId(String processInstanceId) JobEntityManager.findJobsByTypeAndProcessDefinitionId(String jobTypeTimer, String id) Returns allJobEntityinstances related to onProcessDefinitionEntity.JobEntityManagerImpl.findJobsByTypeAndProcessDefinitionId(String jobTypeTimer, String id) JobEntityManager.findJobsToExecute(Page page) ReturnsJobEntitythat are eligble to be executed.JobEntityManagerImpl.findJobsToExecute(Page page) protected DataManager<JobEntity> JobEntityManagerImpl.getDataManager()ExecutionEntity.getJobs()ExecutionEntityImpl.getJobs()Methods in org.activiti.engine.impl.persistence.entity with parameters of type JobEntityModifier and TypeMethodDescriptionprotected DateTimerJobEntityManagerImpl.calculateNextTimer(JobEntity timerEntity, VariableScope variableScope) protected intTimerJobEntityManagerImpl.calculateRepeatValue(JobEntity timerEntity) TimerJobEntityManager.createAndCalculateNextTimer(JobEntity timerEntity, VariableScope variableScope) Creates a newTimerJobEntity, typically when a timer is used in a repeating way.TimerJobEntityManagerImpl.createAndCalculateNextTimer(JobEntity timerEntity, VariableScope variableScope) protected TimerJobEntityTimerJobEntityManagerImpl.createTimer(JobEntity te) voidvoidprotected voidJobEntityManagerImpl.deleteExceptionByteArrayRef(JobEntity jobEntity) Deletes a the byte array used to store the exception information.protected booleanvoidbooleanJobEntityManager.insertJobEntity(JobEntity timerJobEntity) Insert theJobEntity, similar to, but returns a boolean in case the insert did not go through.invalid reference
#insert(JobEntity)booleanJobEntityManagerImpl.insertJobEntity(JobEntity timerJobEntity) protected booleanTimerJobEntityManagerImpl.isValidTime(JobEntity timerEntity, Date newTimerDate, VariableScope variableScope) protected voidJobEntityManagerImpl.removeExecutionLink(JobEntity jobEntity) Removes the job's execution's reference to this job, if the job has an associated execution.protected voidTimerJobEntityManagerImpl.setNewRepeat(JobEntity timerEntity, int newRepeatValue) -
Uses of JobEntity in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data that return types with arguments of type JobEntityModifier and TypeMethodDescriptionJobDataManager.findExpiredJobs(Page page) JobDataManager.findJobsByExecutionId(String executionId) JobDataManager.findJobsByProcessDefinitionId(String processDefinitionId) JobDataManager.findJobsByProcessInstanceId(String processInstanceId) JobDataManager.findJobsByTypeAndProcessDefinitionId(String jobTypeTimer, String id) JobDataManager.findJobsToExecute(Page page) -
Uses of JobEntity in org.activiti.engine.impl.persistence.entity.data.impl
Fields in org.activiti.engine.impl.persistence.entity.data.impl with type parameters of type JobEntityModifier and TypeFieldDescriptionprotected CachedEntityMatcher<JobEntity> MybatisJobDataManager.jobsByExecutionIdMatcherMethods in org.activiti.engine.impl.persistence.entity.data.impl that return JobEntityMethods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type JobEntityModifier and TypeMethodDescriptionMybatisJobDataManager.findExpiredJobs(Page page) MybatisJobDataManager.findJobsByExecutionId(String executionId) MybatisJobDataManager.findJobsByProcessDefinitionId(String processDefinitionId) MybatisJobDataManager.findJobsByProcessInstanceId(String processInstanceId) MybatisJobDataManager.findJobsByTypeAndProcessDefinitionId(String jobHandlerType, String processDefinitionId) MybatisJobDataManager.findJobsToExecute(Page page) MybatisJobDataManager.getManagedEntityClass() -
Uses of JobEntity in org.activiti.engine.impl.persistence.entity.data.impl.cachematcher
Methods in org.activiti.engine.impl.persistence.entity.data.impl.cachematcher with parameters of type JobEntityModifier and TypeMethodDescriptionbooleanJobsByExecutionIdMatcher.isRetained(JobEntity jobEntity, Object parameter)