Package org.flowable.job.service.impl
Class ServiceImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.service.CommonServiceImpl<JobServiceConfiguration>
-
- org.flowable.job.service.impl.ServiceImpl
-
- Direct Known Subclasses:
HistoryJobServiceImpl,JobServiceImpl,TimerJobServiceImpl
public class ServiceImpl extends CommonServiceImpl<JobServiceConfiguration>
- Author:
- Tijs Rademakers
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
-
Constructor Summary
Constructors Constructor Description ServiceImpl()ServiceImpl(JobServiceConfiguration configuration)
-
Method Summary
-
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
-
-
-
Constructor Detail
-
ServiceImpl
public ServiceImpl()
-
ServiceImpl
public ServiceImpl(JobServiceConfiguration configuration)
-
-
Method Detail
-
getEventDispatcher
public FlowableEventDispatcher getEventDispatcher()
-
getJobManager
public JobManager getJobManager()
-
getJobEntityManager
public JobEntityManager getJobEntityManager()
-
getDeadLetterJobEntityManager
public DeadLetterJobEntityManager getDeadLetterJobEntityManager()
-
getSuspendedJobEntityManager
public SuspendedJobEntityManager getSuspendedJobEntityManager()
-
getExternalWorkerJobEntityManager
public ExternalWorkerJobEntityManager getExternalWorkerJobEntityManager()
-
getTimerJobEntityManager
public TimerJobEntityManager getTimerJobEntityManager()
-
getHistoryJobEntityManager
public HistoryJobEntityManager getHistoryJobEntityManager()
-
getCommandExecutor
public CommandExecutor getCommandExecutor()
-
-