Uses of Interface
org.flowable.job.service.impl.persistence.entity.TimerJobEntityManager
-
Packages that use TimerJobEntityManager Package Description org.flowable.job.service org.flowable.job.service.impl org.flowable.job.service.impl.persistence.entity -
-
Uses of TimerJobEntityManager in org.flowable.job.service
Fields in org.flowable.job.service declared as TimerJobEntityManager Modifier and Type Field Description protected TimerJobEntityManagerJobServiceConfiguration. timerJobEntityManagerMethods in org.flowable.job.service that return TimerJobEntityManager Modifier and Type Method Description TimerJobEntityManagerJobServiceConfiguration. getTimerJobEntityManager()Methods in org.flowable.job.service with parameters of type TimerJobEntityManager Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setTimerJobEntityManager(TimerJobEntityManager timerJobEntityManager) -
Uses of TimerJobEntityManager in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return TimerJobEntityManager Modifier and Type Method Description TimerJobEntityManagerServiceImpl. getTimerJobEntityManager() -
Uses of TimerJobEntityManager in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity that implement TimerJobEntityManager Modifier and Type Class Description classTimerJobEntityManagerImpl
-