|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JobEntity in org.camunda.bpm.engine.impl |
|---|
| Methods in org.camunda.bpm.engine.impl with parameters of type JobEntity | |
|---|---|
protected void |
ModificationBatchJobHandler.postProcessJob(ModificationBatchConfiguration configuration,
JobEntity job)
|
protected void |
RestartProcessInstancesJobHandler.postProcessJob(RestartProcessInstancesBatchConfiguration configuration,
JobEntity job)
|
| Uses of JobEntity in org.camunda.bpm.engine.impl.batch |
|---|
| Methods in org.camunda.bpm.engine.impl.batch that return JobEntity | |
|---|---|
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 | |
|---|---|
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)
|
| Uses of JobEntity in org.camunda.bpm.engine.impl.cfg |
|---|
| Methods in org.camunda.bpm.engine.impl.cfg with parameters of type JobEntity | |
|---|---|
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. |
| 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 | |
|---|---|
void |
AuthorizationCommandChecker.checkReadJob(JobEntity job)
|
void |
AuthorizationCommandChecker.checkUpdateJob(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 | |
|---|---|
void |
TenantCommandChecker.checkReadJob(JobEntity job)
|
void |
TenantCommandChecker.checkUpdateJob(JobEntity job)
|
| Uses of JobEntity in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd that return JobEntity | |
|---|---|
protected JobEntity |
JobRetryCmd.getJob()
|
protected JobEntity |
UnlockJobCmd.getJob()
|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type JobEntity | |
|---|---|
protected void |
SetJobPriorityCmd.createOpLogEntry(CommandContext commandContext,
long previousPriority,
JobEntity job)
|
protected void |
JobRetryCmd.decrementRetries(JobEntity job)
|
protected void |
FoxJobRetryCmd.executeCustomStrategy(CommandContext commandContext,
JobEntity job,
ActivityImpl activity)
|
protected ActivityImpl |
FoxJobRetryCmd.getCurrentActivity(CommandContext commandContext,
JobEntity job)
|
protected String |
FoxJobRetryCmd.getFailedJobRetryTimeCycle(JobEntity job,
ActivityImpl activity)
|
protected void |
FoxJobRetryCmd.initializeRetries(JobEntity job,
String failedJobRetryTimeCycle,
DurationHelper durationHelper)
|
protected boolean |
FoxJobRetryCmd.isFirstJobExecution(JobEntity job)
|
protected void |
AcquireJobsCmd.lockJob(JobEntity job)
|
protected void |
JobRetryCmd.logException(JobEntity job)
|
protected void |
FoxJobRetryCmd.setLockExpirationTime(JobEntity job,
String failedJobRetryTimeCycle,
DurationHelper durationHelper)
|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
protected JobEntity |
CommandContext.currentJob
|
| Methods in org.camunda.bpm.engine.impl.interceptor that return JobEntity | |
|---|---|
JobEntity |
CommandContext.getCurrentJob()
|
| Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type JobEntity | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
protected JobEntity |
JobExecutorContext.currentJob
the currently executed job |
protected JobEntity |
JobFailureCollector.job
|
| Methods in org.camunda.bpm.engine.impl.jobexecutor that return JobEntity | |
|---|---|
JobEntity |
JobExecutorContext.getCurrentJob()
|
JobEntity |
JobFailureCollector.getJob()
|
| Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type JobEntity | |
|---|---|
void |
JobExecutorLogger.exceptionWhileExecutingJob(JobEntity job,
Throwable exception)
|
protected void |
FailedJobListener.fireHistoricJobFailedEvt(JobEntity job)
|
void |
AsyncContinuationJobHandler.onDelete(AsyncContinuationJobHandler.AsyncContinuationConfiguration configuration,
JobEntity jobEntity)
|
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 |
JobHandler.onDelete(T configuration,
JobEntity jobEntity)
Clean up before job is deleted. |
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 | |
|---|---|
void |
HistoryCleanupJobHandler.onDelete(HistoryCleanupJobHandlerConfiguration configuration,
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 | |
|---|---|
protected void |
MigrationBatchJobHandler.postProcessJob(MigrationBatchConfiguration configuration,
JobEntity job)
|
| Uses of JobEntity in org.camunda.bpm.engine.impl.migration.instance |
|---|
| Fields in org.camunda.bpm.engine.impl.migration.instance declared as JobEntity | |
|---|---|
protected JobEntity |
MigratingJobInstance.jobEntity
|
| Methods in org.camunda.bpm.engine.impl.migration.instance that return JobEntity | |
|---|---|
JobEntity |
MigratingJobInstance.getJobEntity()
|
| Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type JobEntity | |
|---|---|
protected ScopeImpl |
MigratingTimerJobInstance.determineTimerTriggerTargetScope(JobEntity jobEntity,
ScopeImpl targetScope)
|
| Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type JobEntity | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
void |
MigratingInstanceParseContext.consume(JobEntity job)
|
protected static boolean |
TransitionInstanceJobHandler.isAsyncContinuation(JobEntity job)
|
protected static boolean |
ActivityInstanceJobHandler.isTimerJob(JobEntity job)
|
| Method parameters in org.camunda.bpm.engine.impl.migration.instance.parser with type arguments of type JobEntity | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
class |
EverLivingJobEntity
JobEntity for ever living job, which can be rescheduled and executed again. |
class |
MessageEntity
NOTE: instances of Messge Entity should be created via MessageJobDeclaration. |
class |
TimerEntity
|
| Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type JobEntity | |
|---|---|
protected List<JobEntity> |
ExecutionEntity.jobs
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return JobEntity | |
|---|---|
JobEntity |
JobManager.findJobByHandlerType(String handlerType)
|
JobEntity |
JobManager.findJobById(String jobId)
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type JobEntity | |
|---|---|
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> |
JobManager.findNextJobsToExecute(Page page)
|
List<JobEntity> |
ExecutionEntity.getJobs()
|
protected List<JobEntity> |
ExecutionEntity.getJobsInternal()
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type JobEntity | |
|---|---|
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)
|
void |
ExecutionEntity.removeJob(JobEntity job)
|
void |
JobManager.reschedule(JobEntity jobEntity,
Date newDuedate)
|
void |
JobManager.updateJob(JobEntity job)
|
| Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type JobEntity | |
|---|---|
void |
ExecutionEntity.restoreProcessInstance(Collection<ExecutionEntity> executions,
Collection<EventSubscriptionEntity> eventSubscriptions,
Collection<VariableInstanceEntity> variables,
Collection<TaskEntity> tasks,
Collection<JobEntity> jobs,
Collection<IncidentEntity> incidents,
Collection<ExternalTaskEntity> externalTasks)
Restores a complete process instance tree including referenced entities. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||