Uses of Interface
org.flowable.job.service.impl.persistence.entity.data.TimerJobDataManager
Packages that use TimerJobDataManager
Package
Description
-
Uses of TimerJobDataManager in org.flowable.job.service
Fields in org.flowable.job.service declared as TimerJobDataManagerModifier and TypeFieldDescriptionprotected TimerJobDataManager
JobServiceConfiguration.timerJobDataManager
Methods in org.flowable.job.service that return TimerJobDataManagerMethods in org.flowable.job.service with parameters of type TimerJobDataManagerModifier and TypeMethodDescriptionJobServiceConfiguration.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 TimerJobDataManagerModifierConstructorDescriptionTimerJobEntityManagerImpl
(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