Uses of Interface
org.flowable.job.service.TimerJobService
-
Packages that use TimerJobService Package Description org.flowable.job.service org.flowable.job.service.impl -
-
Uses of TimerJobService in org.flowable.job.service
Fields in org.flowable.job.service declared as TimerJobService Modifier and Type Field Description protected TimerJobServiceJobServiceConfiguration. timerJobServiceMethods in org.flowable.job.service that return TimerJobService Modifier and Type Method Description TimerJobServiceJobServiceConfiguration. getTimerJobService()Methods in org.flowable.job.service with parameters of type TimerJobService Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setTimerJobService(TimerJobService timerJobService) -
Uses of TimerJobService in org.flowable.job.service.impl
Classes in org.flowable.job.service.impl that implement TimerJobService Modifier and Type Class Description classTimerJobServiceImpl
-