public interface HistoryJobService
| Modifier and Type | Method and Description |
|---|---|
HistoryJobEntity |
createHistoryJob() |
void |
deleteHistoryJob(HistoryJobEntity historyJob) |
List<HistoryJob> |
findHistoryJobsByQueryCriteria(HistoryJobQueryImpl query) |
void |
scheduleHistoryJob(HistoryJobEntity historyJob) |
List<HistoryJob> findHistoryJobsByQueryCriteria(HistoryJobQueryImpl query)
HistoryJobEntity createHistoryJob()
void scheduleHistoryJob(HistoryJobEntity historyJob)
void deleteHistoryJob(HistoryJobEntity historyJob)
Copyright © 2020 Flowable. All rights reserved.