Uses of Interface
org.flowable.job.service.impl.persistence.entity.data.TimerJobDataManager
-
Packages that use TimerJobDataManager Package Description org.flowable.job.service org.flowable.job.service.impl.persistence.entity org.flowable.job.service.impl.persistence.entity.data.impl -
-
Uses of TimerJobDataManager in org.flowable.job.service
Fields in org.flowable.job.service declared as TimerJobDataManager Modifier and Type Field Description protected TimerJobDataManagerJobServiceConfiguration. timerJobDataManagerMethods in org.flowable.job.service that return TimerJobDataManager Modifier and Type Method Description TimerJobDataManagerJobServiceConfiguration. getTimerJobDataManager()Methods in org.flowable.job.service with parameters of type TimerJobDataManager Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setTimerJobDataManager(TimerJobDataManager timerJobDataManager) -
Uses of TimerJobDataManager in org.flowable.job.service.impl.persistence.entity
Constructors in org.flowable.job.service.impl.persistence.entity with parameters of type TimerJobDataManager Constructor Description TimerJobEntityManagerImpl(JobServiceConfiguration jobServiceConfiguration, TimerJobDataManager jobDataManager) -
Uses of TimerJobDataManager in org.flowable.job.service.impl.persistence.entity.data.impl
Classes in org.flowable.job.service.impl.persistence.entity.data.impl that implement TimerJobDataManager Modifier and Type Class Description classMybatisTimerJobDataManager
-