| 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) |
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.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.executeHistoryJob(HistoryJobEntity historyJobEntity) |
protected void |
DefaultJobManager.executeHistoryJobHandler(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) |
| 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 | Class and Description |
|---|---|
class |
HistoryJobEntityImpl
History Job entity.
|
| Modifier and Type | Method and Description |
|---|---|
protected DataManager<HistoryJobEntity> |
HistoryJobEntityManagerImpl.getDataManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryJobEntityManagerImpl.delete(HistoryJobEntity jobEntity) |
void |
HistoryJobEntityManagerImpl.deleteNoCascade(HistoryJobEntity historyJobEntity) |
void |
HistoryJobEntityManager.deleteNoCascade(HistoryJobEntity historyJobEntity)
The default delete method will cascade to the references entities.
|
| Modifier and Type | Method and Description |
|---|---|
HistoryJobEntity |
MybatisHistoryJobDataManager.create() |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryJobEntity> |
MybatisHistoryJobDataManager.findExpiredJobs(Page page) |
List<HistoryJobEntity> |
MybatisHistoryJobDataManager.findJobsByExecutionId(String executionId) |
List<HistoryJobEntity> |
MybatisHistoryJobDataManager.findJobsByProcessInstanceId(String processInstanceId) |
List<HistoryJobEntity> |
MybatisHistoryJobDataManager.findJobsToExecute(Page page) |
Class<? extends HistoryJobEntity> |
MybatisHistoryJobDataManager.getManagedEntityClass() |
Copyright © 2018 Flowable. All rights reserved.