Uses of Interface
org.activiti.engine.impl.persistence.entity.JobEntity
-
-
Uses of JobEntity in org.activiti.engine.impl.asyncexecutor
Fields in org.activiti.engine.impl.asyncexecutor with type parameters of type JobEntity Modifier and Type Field Description protected java.util.Map<java.lang.String,JobEntity>AcquiredJobEntities. acquiredJobsMethods in org.activiti.engine.impl.asyncexecutor that return JobEntity Modifier and Type Method Description JobEntityDefaultJobManager. createAsyncJob(ExecutionEntity execution, boolean exclusive)JobEntityJobManager. 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)JobEntityDefaultJobManager. moveDeadLetterJobToExecutableJob(DeadLetterJobEntity deadLetterJobEntity, int retries)JobEntityJobManager. moveDeadLetterJobToExecutableJob(DeadLetterJobEntity deadLetterJobEntity, int retries)Transforms aDeadLetterJobEntityto aJobEntity, thus making it executable again.JobEntityDefaultJobManager. moveTimerJobToExecutableJob(TimerJobEntity timerJob)JobEntityJobManager. moveTimerJobToExecutableJob(TimerJobEntity timerJob)Moves aTimerJobEntityto become an asyncJobEntity.Methods in org.activiti.engine.impl.asyncexecutor that return types with arguments of type JobEntity Modifier and Type Method Description java.util.List<JobEntity>FindExpiredJobsCmd. execute(CommandContext commandContext)java.util.Collection<JobEntity>AcquiredJobEntities. getJobs()Methods in org.activiti.engine.impl.asyncexecutor with parameters of type JobEntity Modifier and Type Method Description voidAcquiredJobEntities. addJob(JobEntity job)protected 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, java.util.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 JobEntity Modifier and Type Method Description JobEntityMoveDeadLetterJobToExecutableJobCmd. execute(CommandContext commandContext)JobEntityMoveTimerToExecutableJobCmd. execute(CommandContext commandContext)protected JobEntityDeleteJobCmd. getJobToDelete(CommandContext commandContext)Methods in org.activiti.engine.impl.cmd with parameters of type JobEntity Modifier and Type Method Description protected 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 JobEntity Modifier and Type Field Description protected JobEntityAsyncJobAddedNotification. jobMethods in org.activiti.engine.impl.jobexecutor with parameters of type JobEntity Modifier and Type Method Description voidAsyncContinuationJobHandler. execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)voidJobHandler. execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)voidProcessEventJobHandler. execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)voidTimerActivateProcessDefinitionHandler. execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)voidTimerStartEventJobHandler. execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)voidTimerSuspendProcessDefinitionHandler. execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)voidTriggerTimerEventJobHandler. execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)Constructors in org.activiti.engine.impl.jobexecutor with parameters of type JobEntity Constructor Description AsyncJobAddedNotification(JobEntity job, AsyncExecutor asyncExecutor) -
Uses of JobEntity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement JobEntity Modifier and Type Class Description classJobEntityImplJob entity.Fields in org.activiti.engine.impl.persistence.entity with type parameters of type JobEntity Modifier and Type Field Description protected java.util.List<JobEntity>ExecutionEntityImpl. jobsMethods in org.activiti.engine.impl.persistence.entity that return types with arguments of type JobEntity Modifier and Type Method Description java.util.List<JobEntity>JobEntityManager. findExpiredJobs(Page page)java.util.List<JobEntity>JobEntityManagerImpl. findExpiredJobs(Page page)java.util.List<JobEntity>JobEntityManager. findJobsByExecutionId(java.lang.String executionId)Returns allJobEntityinstances related to onExecutionEntity.java.util.List<JobEntity>JobEntityManagerImpl. findJobsByExecutionId(java.lang.String executionId)java.util.List<JobEntity>JobEntityManager. findJobsByProcessDefinitionId(java.lang.String processDefinitionId)Returns allJobEntityinstances related to onProcessDefinitionEntity.java.util.List<JobEntity>JobEntityManagerImpl. findJobsByProcessDefinitionId(java.lang.String processDefinitionId)java.util.List<JobEntity>JobEntityManager. findJobsByProcessInstanceId(java.lang.String processInstanceId)Returns allJobEntityinstances related to one process instanceExecutionEntity.java.util.List<JobEntity>JobEntityManagerImpl. findJobsByProcessInstanceId(java.lang.String processInstanceId)java.util.List<JobEntity>JobEntityManager. findJobsByTypeAndProcessDefinitionId(java.lang.String jobTypeTimer, java.lang.String id)Returns allJobEntityinstances related to onProcessDefinitionEntity.java.util.List<JobEntity>JobEntityManagerImpl. findJobsByTypeAndProcessDefinitionId(java.lang.String jobTypeTimer, java.lang.String id)java.util.List<JobEntity>JobEntityManager. findJobsToExecute(Page page)ReturnsJobEntitythat are eligble to be executed.java.util.List<JobEntity>JobEntityManagerImpl. findJobsToExecute(Page page)protected DataManager<JobEntity>JobEntityManagerImpl. getDataManager()java.util.List<JobEntity>ExecutionEntity. getJobs()java.util.List<JobEntity>ExecutionEntityImpl. getJobs()Methods in org.activiti.engine.impl.persistence.entity with parameters of type JobEntity Modifier and Type Method Description protected java.util.DateTimerJobEntityManagerImpl. calculateNextTimer(JobEntity timerEntity, VariableScope variableScope)protected intTimerJobEntityManagerImpl. calculateRepeatValue(JobEntity timerEntity)TimerJobEntityTimerJobEntityManager. createAndCalculateNextTimer(JobEntity timerEntity, VariableScope variableScope)Creates a newTimerJobEntity, typically when a timer is used in a repeating way.TimerJobEntityTimerJobEntityManagerImpl. createAndCalculateNextTimer(JobEntity timerEntity, VariableScope variableScope)protected TimerJobEntityTimerJobEntityManagerImpl. createTimer(JobEntity te)voidJobEntityManagerImpl. delete(JobEntity jobEntity)voidJobEntityManagerImpl. delete(JobEntity entity, boolean fireDeleteEvent)protected voidJobEntityManagerImpl. deleteExceptionByteArrayRef(JobEntity jobEntity)Deletes a the byte array used to store the exception information.protected booleanJobEntityManagerImpl. doInsert(JobEntity jobEntity, boolean fireCreateEvent)voidJobEntityManagerImpl. insert(JobEntity jobEntity, boolean fireCreateEvent)booleanJobEntityManager. insertJobEntity(JobEntity timerJobEntity)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, java.util.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 JobEntity Modifier and Type Method Description java.util.List<JobEntity>JobDataManager. findExpiredJobs(Page page)java.util.List<JobEntity>JobDataManager. findJobsByExecutionId(java.lang.String executionId)java.util.List<JobEntity>JobDataManager. findJobsByProcessDefinitionId(java.lang.String processDefinitionId)java.util.List<JobEntity>JobDataManager. findJobsByProcessInstanceId(java.lang.String processInstanceId)java.util.List<JobEntity>JobDataManager. findJobsByTypeAndProcessDefinitionId(java.lang.String jobTypeTimer, java.lang.String id)java.util.List<JobEntity>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 JobEntity Modifier and Type Field Description protected CachedEntityMatcher<JobEntity>MybatisJobDataManager. jobsByExecutionIdMatcherMethods in org.activiti.engine.impl.persistence.entity.data.impl that return JobEntity Modifier and Type Method Description JobEntityMybatisJobDataManager. create()Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type JobEntity Modifier and Type Method Description java.util.List<JobEntity>MybatisJobDataManager. findExpiredJobs(Page page)java.util.List<JobEntity>MybatisJobDataManager. findJobsByExecutionId(java.lang.String executionId)java.util.List<JobEntity>MybatisJobDataManager. findJobsByProcessDefinitionId(java.lang.String processDefinitionId)java.util.List<JobEntity>MybatisJobDataManager. findJobsByProcessInstanceId(java.lang.String processInstanceId)java.util.List<JobEntity>MybatisJobDataManager. findJobsByTypeAndProcessDefinitionId(java.lang.String jobHandlerType, java.lang.String processDefinitionId)java.util.List<JobEntity>MybatisJobDataManager. findJobsToExecute(Page page)java.lang.Class<? extends JobEntity>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 JobEntity Modifier and Type Method Description booleanJobsByExecutionIdMatcher. isRetained(JobEntity jobEntity, java.lang.Object parameter)
-