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 TypeMethodDescriptionvoid
deleteHistoryJob
(HistoryJobEntity historyJob) void
scheduleHistoryJob
(HistoryJobEntity historyJob) Methods inherited from class org.flowable.job.service.impl.ServiceImpl
getCommandExecutor, getDeadLetterJobEntityManager, getEventDispatcher, getExternalWorkerJobEntityManager, getHistoryJobEntityManager, getJobEntityManager, getJobManager, getSuspendedJobEntityManager, getTimerJobEntityManager
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
HistoryJobServiceImpl
-
-
Method Details
-
findHistoryJobsByQueryCriteria
- Specified by:
findHistoryJobsByQueryCriteria
in interfaceHistoryJobService
-
createHistoryJob
- Specified by:
createHistoryJob
in interfaceHistoryJobService
-
scheduleHistoryJob
- Specified by:
scheduleHistoryJob
in interfaceHistoryJobService
-
deleteHistoryJob
- Specified by:
deleteHistoryJob
in interfaceHistoryJobService
-