Class AbstractManager
- java.lang.Object
-
- org.flowable.job.service.impl.persistence.AbstractManager
-
public abstract class AbstractManager extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected JobServiceConfigurationjobServiceConfiguration
-
Constructor Summary
Constructors Constructor Description AbstractManager(JobServiceConfiguration jobServiceConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClockgetClock()protected CommandContextgetCommandContext()protected FlowableEventDispatchergetEventDispatcher()protected JobServiceConfigurationgetJobServiceConfiguration()protected <T> TgetSession(Class<T> sessionClass)
-
-
-
Field Detail
-
jobServiceConfiguration
protected JobServiceConfiguration jobServiceConfiguration
-
-
Constructor Detail
-
AbstractManager
public AbstractManager(JobServiceConfiguration jobServiceConfiguration)
-
-
Method Detail
-
getCommandContext
protected CommandContext getCommandContext()
-
getSession
protected <T> T getSession(Class<T> sessionClass)
-
getJobServiceConfiguration
protected JobServiceConfiguration getJobServiceConfiguration()
-
getClock
protected Clock getClock()
-
getEventDispatcher
protected FlowableEventDispatcher getEventDispatcher()
-
-