Package org.flowable.job.service
Interface HistoryJobService
- All Known Implementing Classes:
HistoryJobServiceImpl
public interface HistoryJobService
Service which provides access to jobs.
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteHistoryJob
(HistoryJobEntity historyJob) void
scheduleHistoryJob
(HistoryJobEntity historyJob)
-
Method Details
-
findHistoryJobsByQueryCriteria
-
createHistoryJob
HistoryJobEntity createHistoryJob() -
scheduleHistoryJob
-
deleteHistoryJob
-