public class HistoryJobServiceImpl extends ServiceImpl implements HistoryJobService
configuration| Constructor and Description |
|---|
HistoryJobServiceImpl(JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
HistoryJobEntity |
createHistoryJob() |
void |
deleteHistoryJob(HistoryJobEntity historyJob) |
List<HistoryJob> |
findHistoryJobsByQueryCriteria(HistoryJobQueryImpl query) |
void |
scheduleHistoryJob(HistoryJobEntity historyJob) |
getCommandExecutor, getDeadLetterJobEntityManager, getEventDispatcher, getExternalWorkerJobEntityManager, getHistoryJobEntityManager, getJobEntityManager, getJobManager, getSuspendedJobEntityManager, getTimerJobEntityManagergetConfigurationpublic HistoryJobServiceImpl(JobServiceConfiguration jobServiceConfiguration)
public List<HistoryJob> findHistoryJobsByQueryCriteria(HistoryJobQueryImpl query)
findHistoryJobsByQueryCriteria in interface HistoryJobServicepublic HistoryJobEntity createHistoryJob()
createHistoryJob in interface HistoryJobServicepublic void scheduleHistoryJob(HistoryJobEntity historyJob)
scheduleHistoryJob in interface HistoryJobServicepublic void deleteHistoryJob(HistoryJobEntity historyJob)
deleteHistoryJob in interface HistoryJobServiceCopyright © 2021 Flowable. All rights reserved.