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
public class HistoryJobServiceImpl extends ServiceImpl implements HistoryJobService
- Author:
- Tijs Rademakers
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
-
Constructor Summary
Constructors Constructor Description HistoryJobServiceImpl(JobServiceConfiguration jobServiceConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoryJobEntitycreateHistoryJob()voiddeleteHistoryJob(HistoryJobEntity historyJob)List<HistoryJob>findHistoryJobsByQueryCriteria(HistoryJobQueryImpl query)voidscheduleHistoryJob(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 Detail
-
HistoryJobServiceImpl
public HistoryJobServiceImpl(JobServiceConfiguration jobServiceConfiguration)
-
-
Method Detail
-
findHistoryJobsByQueryCriteria
public List<HistoryJob> findHistoryJobsByQueryCriteria(HistoryJobQueryImpl query)
- Specified by:
findHistoryJobsByQueryCriteriain interfaceHistoryJobService
-
createHistoryJob
public HistoryJobEntity createHistoryJob()
- Specified by:
createHistoryJobin interfaceHistoryJobService
-
scheduleHistoryJob
public void scheduleHistoryJob(HistoryJobEntity historyJob)
- Specified by:
scheduleHistoryJobin interfaceHistoryJobService
-
deleteHistoryJob
public void deleteHistoryJob(HistoryJobEntity historyJob)
- Specified by:
deleteHistoryJobin interfaceHistoryJobService
-
-