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 TypeMethodDescriptionvoiddeleteHistoryJob(HistoryJobEntity historyJob) voidscheduleHistoryJob(HistoryJobEntity historyJob)
-
Method Details
-
findHistoryJobsByQueryCriteria
-
createHistoryJob
HistoryJobEntity createHistoryJob() -
scheduleHistoryJob
-
deleteHistoryJob
-