| Modifier and Type | Method and Description |
|---|---|
HistoryJobEntity |
HistoryJobService.createHistoryJob() |
HistoryJobEntity |
HistoryJobProcessorContext.getHistoryJobEntity()
Get the history job entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryJobService.deleteHistoryJob(HistoryJobEntity historyJob) |
void |
HistoryJobHandler.execute(HistoryJobEntity job,
String configuration,
CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
void |
HistoryJobService.scheduleHistoryJob(HistoryJobEntity historyJob) |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryJobEntity |
HistoryJobProcessorContextImpl.historyJobEntity |
| Modifier and Type | Method and Description |
|---|---|
HistoryJobEntity |
HistoryJobServiceImpl.createHistoryJob() |
HistoryJobEntity |
HistoryJobProcessorContextImpl.getHistoryJobEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryJobServiceImpl.deleteHistoryJob(HistoryJobEntity historyJob) |
void |
HistoryJobServiceImpl.scheduleHistoryJob(HistoryJobEntity historyJob) |
| Constructor and Description |
|---|
HistoryJobProcessorContextImpl(HistoryJobProcessorContext.Phase phase,
HistoryJobEntity historyJobEntity) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,HistoryJobEntity> |
AcquiredHistoryJobEntities.acquiredJobs |
| Modifier and Type | Method and Description |
|---|---|
protected HistoryJobEntity |
DefaultJobManager.copyHistoryJobInfo(HistoryJobEntity copyToJob,
HistoryJobEntity copyFromJob) |
HistoryJobEntity |
JobManager.moveDeadLetterJobToHistoryJob(DeadLetterJobEntity deadLetterJobEntity,
int retries)
Transforms a
DeadLetterJobEntity to a HistoryJob, thus making it executable again (by the async history executor). |
HistoryJobEntity |
DefaultJobManager.moveDeadLetterJobToHistoryJob(DeadLetterJobEntity deadLetterJobEntity,
int retries) |
HistoryJobEntity |
JobManager.scheduleHistoryJob(HistoryJobEntity historyJobEntity)
schedules a
HistoryJobEntity, meaning it will be scheduled (inserted in the database/put on a queue/...) to be executed at a later point in time. |
HistoryJobEntity |
DefaultJobManager.scheduleHistoryJob(HistoryJobEntity historyJobEntity) |
| Modifier and Type | Method and Description |
|---|---|
Collection<HistoryJobEntity> |
AcquiredHistoryJobEntities.getJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
AcquiredHistoryJobEntities.addJob(HistoryJobEntity job) |
protected void |
DefaultJobManager.callHistoryJobProcessors(HistoryJobProcessorContext.Phase processorType,
HistoryJobEntity historyJobEntity) |
protected HistoryJobEntity |
DefaultJobManager.copyHistoryJobInfo(HistoryJobEntity copyToJob,
HistoryJobEntity copyFromJob) |
protected void |
DefaultJobManager.createAsyncHistoryHintListeners(HistoryJobEntity historyJobEntity) |
DeadLetterJobEntity |
JobManager.createDeadLetterJobFromHistoryJob(HistoryJobEntity historyJobEntity)
Create a dead letter job from a history job.
|
DeadLetterJobEntity |
DefaultJobManager.createDeadLetterJobFromHistoryJob(HistoryJobEntity historyJobEntity) |
protected void |
DefaultJobManager.executeHistoryJob(HistoryJobEntity historyJobEntity) |
protected void |
DefaultJobManager.executeHistoryJobHandler(HistoryJobEntity historyJobEntity) |
protected void |
DefaultJobManager.hintAsyncHistoryExecutor(HistoryJobEntity historyJobEntity) |
HistoryJobEntity |
JobManager.scheduleHistoryJob(HistoryJobEntity historyJobEntity)
schedules a
HistoryJobEntity, meaning it will be scheduled (inserted in the database/put on a queue/...) to be executed at a later point in time. |
HistoryJobEntity |
DefaultJobManager.scheduleHistoryJob(HistoryJobEntity historyJobEntity) |
protected void |
DefaultJobManager.triggerAsyncHistoryExecutorIfNeeded(HistoryJobEntity historyJobEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMessageBasedJobManager.triggerAsyncHistoryExecutorIfNeeded(HistoryJobEntity jobEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected HistoryJobEntity |
DeleteHistoryJobCmd.getJobToDelete(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeleteHistoryJobCmd.sendCancelEvent(HistoryJobEntity jobToDelete) |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryJobEntity |
TriggerAsyncHistoryExecutorTransactionListener.historyJobEntity |
| Modifier and Type | Method and Description |
|---|---|
protected HistoryJobEntity |
DefaultAsyncHistoryJobProducer.createJob(CommandContext commandContext,
AsyncHistorySession asyncHistorySession,
JobServiceConfiguration jobServiceConfiguration,
String jobType) |
| Modifier and Type | Method and Description |
|---|---|
protected List<HistoryJobEntity> |
DefaultAsyncHistoryJobProducer.createJobsWithHistoricalData(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration,
List<com.fasterxml.jackson.databind.node.ObjectNode> historyObjectNodes) |
List<HistoryJobEntity> |
AsyncHistoryListener.historyDataGenerated(JobServiceConfiguration jobServiceConfiguration,
List<com.fasterxml.jackson.databind.node.ObjectNode> historyObjectNodes) |
List<HistoryJobEntity> |
DefaultAsyncHistoryJobProducer.historyDataGenerated(JobServiceConfiguration jobServiceConfiguration,
List<com.fasterxml.jackson.databind.node.ObjectNode> historyObjectNodes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultAsyncHistoryJobProducer.addJsonToJob(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration,
HistoryJobEntity jobEntity,
com.fasterxml.jackson.databind.JsonNode rootObjectNode,
boolean applyCompression) |
void |
AbstractAsyncHistoryJobHandler.execute(HistoryJobEntity job,
String configuration,
CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
protected void |
AsyncHistoryJobHandler.executeHistoryTransformers(CommandContext commandContext,
HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalJsonData,
List<HistoryJsonTransformer> transformers) |
protected byte[] |
AbstractAsyncHistoryJobHandler.getJobBytes(HistoryJobEntity job) |
protected byte[] |
AsyncHistoryJobZippedHandler.getJobBytes(HistoryJobEntity job) |
protected void |
AsyncHistoryJobHandler.handleNoMatchingHistoryTransformer(CommandContext commandContext,
HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
String type) |
protected abstract void |
AbstractAsyncHistoryJobHandler.processHistoryJson(CommandContext commandContext,
HistoryJobEntity job,
com.fasterxml.jackson.databind.JsonNode historyNode) |
protected void |
AsyncHistoryJobHandler.processHistoryJson(CommandContext commandContext,
HistoryJobEntity job,
com.fasterxml.jackson.databind.JsonNode historyNode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultAsyncHistoryJobProducer.processHistoryJobEntities(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration,
List<com.fasterxml.jackson.databind.node.ObjectNode> historyObjectNodes,
List<HistoryJobEntity> historyJobEntities) |
protected void |
DefaultAsyncHistoryJobProducer.scheduleJobs(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration,
List<HistoryJobEntity> historyJobEntities) |
| Constructor and Description |
|---|
TriggerAsyncHistoryExecutorTransactionListener(JobServiceConfiguration jobServiceConfiguration,
HistoryJobEntity historyJobEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.JsonNode |
AsyncHistoryJobMessageReceiver.getHistoryJobData(CommandContext commandContext,
HistoryJobEntity job) |
boolean |
AsyncHistoryJobMessageHandler.handleJob(HistoryJobEntity historyJobEntity,
com.fasterxml.jackson.databind.JsonNode historyData)
Handle the job and its data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoryJobEntityImpl
History Job entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryJobEntityManagerImpl.delete(HistoryJobEntity jobEntity) |
void |
HistoryJobEntityManager.deleteNoCascade(HistoryJobEntity historyJobEntity)
The default delete method will cascade to the references entities.
|
void |
HistoryJobEntityManagerImpl.deleteNoCascade(HistoryJobEntity historyJobEntity) |
protected boolean |
HistoryJobEntityManagerImpl.doInsert(HistoryJobEntity jobEntity,
boolean fireCreateEvent) |
void |
HistoryJobEntityManagerImpl.insert(HistoryJobEntity jobEntity,
boolean fireCreateEvent) |
| Modifier and Type | Method and Description |
|---|---|
HistoryJobEntity |
MybatisHistoryJobDataManager.create() |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryJobEntity> |
MybatisHistoryJobDataManager.findExpiredJobs(List<String> enabledCategories,
Page page) |
List<HistoryJobEntity> |
MybatisHistoryJobDataManager.findJobsByExecutionId(String executionId) |
List<HistoryJobEntity> |
MybatisHistoryJobDataManager.findJobsByProcessInstanceId(String processInstanceId) |
List<HistoryJobEntity> |
MybatisHistoryJobDataManager.findJobsToExecute(List<String> enabledCategories,
Page page) |
Class<? extends HistoryJobEntity> |
MybatisHistoryJobDataManager.getManagedEntityClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MybatisHistoryJobDataManager.bulkUpdateJobLockWithoutRevisionCheck(List<HistoryJobEntity> historyJobs,
String lockOwner,
Date lockExpirationTime) |
Copyright © 2021 Flowable. All rights reserved.