Uses of Interface
org.flowable.job.service.JobHandler
-
Packages that use JobHandler Package Description org.flowable.job.service -
-
Uses of JobHandler in org.flowable.job.service
Fields in org.flowable.job.service with type parameters of type JobHandler Modifier and Type Field Description protected Map<String,JobHandler>JobServiceConfiguration. jobHandlersMethods in org.flowable.job.service that return types with arguments of type JobHandler Modifier and Type Method Description Map<String,JobHandler>JobServiceConfiguration. getJobHandlers()Methods in org.flowable.job.service with parameters of type JobHandler Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. addJobHandler(String type, JobHandler jobHandler)Method parameters in org.flowable.job.service with type arguments of type JobHandler Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setJobHandlers(Map<String,JobHandler> jobHandlers)
-