Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
-
Uses of JobEntity in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type JobEntity Modifier and Type Method Description protected void
ModificationBatchJobHandler. postProcessJob(ModificationBatchConfiguration configuration, JobEntity job, ModificationBatchConfiguration jobConfiguration)
protected void
RestartProcessInstancesJobHandler. postProcessJob(RestartProcessInstancesBatchConfiguration configuration, JobEntity job, RestartProcessInstancesBatchConfiguration jobConfiguration)
static boolean
ProcessEngineLogger. shouldLogJobException(ProcessEngineConfiguration processEngineConfiguration, JobEntity currentJob)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.batch
Methods in org.camunda.bpm.engine.impl.batch that return JobEntity Modifier and Type Method Description protected JobEntity
AbstractBatchJobHandler. createBatchJob(BatchEntity batch, ByteArrayEntity configuration)
JobEntity
BatchEntity. createMonitorJob(boolean setDueDate)
JobEntity
BatchEntity. createSeedJob()
Methods in org.camunda.bpm.engine.impl.batch with parameters of type JobEntity Modifier and Type Method Description void
AbstractBatchJobHandler. onDelete(BatchJobConfiguration configuration, JobEntity jobEntity)
void
BatchMonitorJobHandler. onDelete(BatchMonitorJobHandler.BatchMonitorJobConfiguration configuration, JobEntity jobEntity)
void
BatchSeedJobHandler. onDelete(BatchSeedJobHandler.BatchSeedJobConfiguration configuration, JobEntity jobEntity)
protected void
AbstractBatchJobHandler. postProcessJob(T configuration, JobEntity job, T jobConfiguration)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.batch.message
Methods in org.camunda.bpm.engine.impl.batch.message with parameters of type JobEntity Modifier and Type Method Description protected void
MessageCorrelationBatchJobHandler. postProcessJob(MessageCorrelationBatchConfiguration configuration, JobEntity job, MessageCorrelationBatchConfiguration jobConfiguration)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.batch.variables
Methods in org.camunda.bpm.engine.impl.batch.variables with parameters of type JobEntity Modifier and Type Method Description protected void
BatchSetVariablesHandler. postProcessJob(BatchConfiguration configuration, JobEntity job, BatchConfiguration jobConfiguration)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type JobEntity Modifier and Type Method Description void
CommandChecker. checkReadJob(JobEntity job)
Checks if it is allowed to read the given job.void
CommandChecker. checkUpdateJob(JobEntity job)
Checks if it is allowed to update the given job.void
CommandChecker. checkUpdateRetriesJob(JobEntity job)
Checks if it is allowed to update a job retries. -
Uses of JobEntity in org.camunda.bpm.engine.impl.cfg.auth
Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type JobEntity Modifier and Type Method Description void
AuthorizationCommandChecker. checkReadJob(JobEntity job)
void
AuthorizationCommandChecker. checkUpdateJob(JobEntity job)
void
AuthorizationCommandChecker. checkUpdateRetriesJob(JobEntity job)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type JobEntity Modifier and Type Method Description void
TenantCommandChecker. checkReadJob(JobEntity job)
void
TenantCommandChecker. checkUpdateJob(JobEntity job)
void
TenantCommandChecker. checkUpdateRetriesJob(JobEntity job)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return JobEntity Modifier and Type Method Description protected JobEntity
HistoryCleanupCmd. createJob(int[] minuteChunk)
protected JobEntity
JobRetryCmd. getJob()
protected JobEntity
UnlockJobCmd. getJob()
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type JobEntity Modifier and Type Method Description protected void
RecalculateJobDuedateCmd. checkJobType(JobEntity job)
protected void
SetJobPriorityCmd. createOpLogEntry(CommandContext commandContext, long previousPriority, JobEntity job)
protected void
JobRetryCmd. decrementRetries(JobEntity job)
protected void
DefaultJobRetryCmd. executeCustomStrategy(CommandContext commandContext, JobEntity job, ActivityImpl activity)
protected TimerDeclarationImpl
RecalculateJobDuedateCmd. findTimeoutListenerDeclaration(JobEntity job, ActivityImpl activity)
protected TimerDeclarationImpl
RecalculateJobDuedateCmd. findTimerDeclaration(CommandContext commandContext, JobEntity job)
protected TimerDeclarationImpl
RecalculateJobDuedateCmd. findTimerDeclarationForActivity(CommandContext commandContext, JobEntity job)
protected TimerDeclarationImpl
RecalculateJobDuedateCmd. findTimerDeclarationForProcessStartEvent(CommandContext commandContext, JobEntity job)
protected ActivityImpl
DefaultJobRetryCmd. getCurrentActivity(CommandContext commandContext, JobEntity job)
protected FailedJobRetryConfiguration
DefaultJobRetryCmd. getFailedJobRetryConfiguration(JobEntity job, ActivityImpl activity)
protected String
DefaultJobRetryCmd. getFailedJobRetryTimeCycle(JobEntity job, Expression expression)
protected void
DefaultJobRetryCmd. initializeRetries(JobEntity job, int retries)
protected boolean
DefaultJobRetryCmd. isFirstJobExecution(JobEntity job)
protected void
JobRetryCmd. logException(JobEntity job)
protected void
SetProcessDefinitionVersionCmd. switchVersionOfJob(JobEntity jobEntity, ProcessDefinitionEntity newProcessDefinition, Map<String,String> jobDefinitionMapping)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.db
Methods in org.camunda.bpm.engine.impl.db with parameters of type JobEntity Modifier and Type Method Description void
EnginePersistenceLogger. debugJobExecuted(JobEntity jobEntity)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type JobEntity Modifier and Type Method Description protected void
DefaultHistoryEventProducer. initSequenceCounter(JobEntity job, HistoryEvent event)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.interceptor
Fields in org.camunda.bpm.engine.impl.interceptor declared as JobEntity Modifier and Type Field Description protected JobEntity
CommandContext. currentJob
Methods in org.camunda.bpm.engine.impl.interceptor that return JobEntity Modifier and Type Method Description JobEntity
CommandContext. getCurrentJob()
Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type JobEntity Modifier and Type Method Description void
CommandContext. setCurrentJob(JobEntity currentJob)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.jobexecutor
Classes in org.camunda.bpm.engine.impl.jobexecutor with type parameters of type JobEntity Modifier and Type Class Description class
JobDeclaration<S,T extends JobEntity>
A job declaration is associated with an activity in the process definition graph.Fields in org.camunda.bpm.engine.impl.jobexecutor declared as JobEntity Modifier and Type Field Description protected JobEntity
JobExecutorContext. currentJob
the currently executed jobprotected JobEntity
JobFailureCollector. job
Methods in org.camunda.bpm.engine.impl.jobexecutor that return JobEntity Modifier and Type Method Description JobEntity
JobExecutorContext. getCurrentJob()
JobEntity
JobFailureCollector. getJob()
Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type JobEntity Modifier and Type Method Description void
JobExecutorLogger. exceptionWhileExecutingJob(JobEntity job, Throwable exception)
protected void
FailedJobListener. fireHistoricJobFailedEvt(JobEntity job)
void
AsyncContinuationJobHandler. onDelete(AsyncContinuationJobHandler.AsyncContinuationConfiguration configuration, JobEntity jobEntity)
void
JobHandler. onDelete(T configuration, JobEntity jobEntity)
Clean up before job is deleted.void
ProcessEventJobHandler. onDelete(ProcessEventJobHandler.EventSubscriptionJobConfiguration configuration, JobEntity jobEntity)
void
TimerChangeJobDefinitionSuspensionStateJobHandler. onDelete(TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration configuration, JobEntity jobEntity)
void
TimerChangeProcessDefinitionSuspensionStateJobHandler. onDelete(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration configuration, JobEntity jobEntity)
void
TimerEventJobHandler. onDelete(TimerEventJobHandler.TimerJobConfiguration configuration, JobEntity jobEntity)
void
JobExecutorContext. setCurrentJob(JobEntity currentJob)
void
JobFailureCollector. setJob(JobEntity job)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Methods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup with parameters of type JobEntity Modifier and Type Method Description protected void
HistoryCleanupSchedulerCmd. cancelCountEmptyRuns(HistoryCleanupJobHandlerConfiguration configuration, JobEntity jobEntity)
protected void
HistoryCleanupSchedulerCmd. incrementCountEmptyRuns(HistoryCleanupJobHandlerConfiguration configuration, JobEntity jobEntity)
void
HistoryCleanupJobHandler. onDelete(HistoryCleanupJobHandlerConfiguration configuration, JobEntity jobEntity)
protected void
HistoryCleanupSchedulerCmd. rescheduleRegularCall(CommandContext commandContext, JobEntity jobEntity)
protected void
HistoryCleanupSchedulerCmd. suspendJob(JobEntity jobEntity)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.migration.batch
Methods in org.camunda.bpm.engine.impl.migration.batch with parameters of type JobEntity Modifier and Type Method Description protected void
MigrationBatchJobHandler. postProcessJob(MigrationBatchConfiguration configuration, JobEntity job, MigrationBatchConfiguration jobConfiguration)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.migration.instance
Fields in org.camunda.bpm.engine.impl.migration.instance declared as JobEntity Modifier and Type Field Description protected JobEntity
MigratingJobInstance. jobEntity
Methods in org.camunda.bpm.engine.impl.migration.instance that return JobEntity Modifier and Type Method Description JobEntity
MigratingJobInstance. getJobEntity()
Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type JobEntity Modifier and Type Method Description protected ScopeImpl
MigratingTimerJobInstance. determineTimerTriggerTargetScope(JobEntity jobEntity, ScopeImpl targetScope)
Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type JobEntity Constructor Description MigratingAsyncJobInstance(JobEntity jobEntity, JobDefinitionEntity jobDefinitionEntity, ScopeImpl targetScope)
MigratingJobInstance(JobEntity jobEntity)
MigratingJobInstance(JobEntity jobEntity, JobDefinitionEntity jobDefinitionEntity, ScopeImpl targetScope)
MigratingTimerJobInstance(JobEntity jobEntity)
MigratingTimerJobInstance(JobEntity jobEntity, JobDefinitionEntity jobDefinitionEntity, ScopeImpl targetScope, boolean updateEvent, TimerDeclarationImpl targetTimerDeclaration)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.migration.instance.parser
Fields in org.camunda.bpm.engine.impl.migration.instance.parser with type parameters of type JobEntity Modifier and Type Field Description protected MigratingDependentInstanceParseHandler<MigratingActivityInstance,List<JobEntity>>
MigratingInstanceParser. dependentActivityInstanceJobHandler
protected MigratingDependentInstanceParseHandler<MigratingTransitionInstance,List<JobEntity>>
MigratingInstanceParser. dependentTransitionInstanceJobHandler
protected Collection<JobEntity>
MigratingInstanceParseContext. jobs
Methods in org.camunda.bpm.engine.impl.migration.instance.parser that return types with arguments of type JobEntity Modifier and Type Method Description protected List<JobEntity>
ActivityInstanceHandler. collectActivityInstanceJobs(MigratingActivityInstance migratingInstance)
protected List<JobEntity>
MigratingInstanceParser. fetchJobs(CommandContext commandContext, String processInstanceId)
MigratingDependentInstanceParseHandler<MigratingActivityInstance,List<JobEntity>>
MigratingInstanceParser. getDependentActivityInstanceJobHandler()
MigratingDependentInstanceParseHandler<MigratingTransitionInstance,List<JobEntity>>
MigratingInstanceParser. getDependentTransitionInstanceJobHandler()
Methods in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type JobEntity Modifier and Type Method Description void
MigratingInstanceParseContext. consume(JobEntity job)
protected TimerDeclarationImpl
ActivityInstanceJobHandler. getTargetTimerDeclaration(JobEntity job, JobHandlerConfiguration jobHandlerConfiguration, String targetActivity, Map<String,Map<String,TimerDeclarationImpl>> targetTimeoutListenerDeclarationsInEventScope, Map<String,TimerDeclarationImpl> targetTimerDeclarationsInEventScope)
protected static boolean
TransitionInstanceJobHandler. isAsyncContinuation(JobEntity job)
protected static boolean
ActivityInstanceJobHandler. isNoTimeoutListenerOrMigrates(JobEntity job, JobHandlerConfiguration jobHandlerConfiguration, String targetActivity, Map<String,Map<String,TimerDeclarationImpl>> targetTimeoutListenerDeclarationsInEventScope)
protected static boolean
ActivityInstanceJobHandler. isTimerJob(JobEntity job)
Method parameters in org.camunda.bpm.engine.impl.migration.instance.parser with type arguments of type JobEntity Modifier and Type Method Description void
ActivityInstanceJobHandler. handle(MigratingInstanceParseContext parseContext, MigratingActivityInstance activityInstance, List<JobEntity> elements)
void
TransitionInstanceJobHandler. handle(MigratingInstanceParseContext parseContext, MigratingTransitionInstance transitionInstance, List<JobEntity> elements)
void
MigratingInstanceParseContext. handleDependentActivityInstanceJobs(MigratingActivityInstance migratingInstance, List<JobEntity> jobs)
void
MigratingInstanceParseContext. handleDependentTransitionInstanceJobs(MigratingTransitionInstance migratingInstance, List<JobEntity> jobs)
MigratingInstanceParseContext
MigratingInstanceParseContext. jobs(Collection<JobEntity> jobs)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.migration.validation.instance
Methods in org.camunda.bpm.engine.impl.migration.validation.instance with parameters of type JobEntity Modifier and Type Method Description protected boolean
AsyncProcessStartMigrationValidator. isProcessStartJob(JobEntity job)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.oplog
Methods in org.camunda.bpm.engine.impl.oplog with parameters of type JobEntity Modifier and Type Method Description UserOperationLogContextEntryBuilder
UserOperationLogContextEntryBuilder. inContextOf(JobEntity job)
-
Uses of JobEntity in org.camunda.bpm.engine.impl.persistence.entity
Subclasses of JobEntity in org.camunda.bpm.engine.impl.persistence.entity Modifier and Type Class Description class
EverLivingJobEntity
JobEntity for ever living job, which can be rescheduled and executed again.class
MessageEntity
NOTE: instances of Messge Entity should be created viaMessageJobDeclaration
.class
TimerEntity
Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type JobEntity Modifier and Type Field Description protected List<JobEntity>
ExecutionEntity. jobs
Methods in org.camunda.bpm.engine.impl.persistence.entity that return JobEntity Modifier and Type Method Description JobEntity
JobManager. findJobById(String jobId)
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type JobEntity Modifier and Type Method Description List<JobEntity>
JobManager. findJobsByConfiguration(String jobHandlerType, String jobHandlerConfiguration, String tenantId)
List<JobEntity>
JobManager. findJobsByExecutionId(String executionId)
List<JobEntity>
JobManager. findJobsByJobDefinitionId(String jobDefinitionId)
List<JobEntity>
JobManager. findJobsByProcessInstanceId(String processInstanceId)
List<JobEntity>
ExecutionEntity. getJobs()
protected List<JobEntity>
ExecutionEntity. getJobsInternal()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type JobEntity Modifier and Type Method Description void
ExecutionEntity. addJob(JobEntity jobEntity)
protected boolean
JobManager. areInSameProcessInstance(JobEntity job1, JobEntity job2)
void
JobManager. deleteJob(JobEntity job)
void
JobManager. deleteJob(JobEntity job, boolean fireDeleteEvent)
protected void
JobManager. hintJobExecutor(JobEntity job)
void
JobManager. insertAndHintJobExecutor(JobEntity jobEntity)
void
JobManager. insertJob(JobEntity job)
protected boolean
JobManager. isJobDue(JobEntity job)
Sometimes we get a notification of a job that is not yet due, so we should not execute it immediatelyvoid
ExecutionEntity. removeJob(JobEntity job)
void
JobManager. reschedule(JobEntity jobEntity, Date newDuedate)
void
JobManager. updateJob(JobEntity job)
-