Package org.flowable.job.service.impl
Class HistoryJobServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<JobServiceConfiguration>
org.flowable.job.service.impl.ServiceImpl
org.flowable.job.service.impl.HistoryJobServiceImpl
- All Implemented Interfaces:
HistoryJobService
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteHistoryJob(HistoryJobEntity historyJob) voidscheduleHistoryJob(HistoryJobEntity historyJob) Methods inherited from class org.flowable.job.service.impl.ServiceImpl
getCommandExecutor, getDeadLetterJobEntityManager, getEventDispatcher, getExternalWorkerJobEntityManager, getHistoryJobEntityManager, getJobEntityManager, getJobManager, getSuspendedJobEntityManager, getTimerJobEntityManagerMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
HistoryJobServiceImpl
-
-
Method Details
-
findHistoryJobsByQueryCriteria
- Specified by:
findHistoryJobsByQueryCriteriain interfaceHistoryJobService
-
createHistoryJob
- Specified by:
createHistoryJobin interfaceHistoryJobService
-
scheduleHistoryJob
- Specified by:
scheduleHistoryJobin interfaceHistoryJobService
-
deleteHistoryJob
- Specified by:
deleteHistoryJobin interfaceHistoryJobService
-