Uses of Interface
org.flowable.job.service.JobProcessor
Packages that use JobProcessor
-
Uses of JobProcessor in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type JobProcessorModifier and TypeFieldDescriptionprotected List<JobProcessor>ProcessEngineConfigurationImpl.jobProcessorsMethods in org.flowable.engine.impl.cfg that return types with arguments of type JobProcessorMethod parameters in org.flowable.engine.impl.cfg with type arguments of type JobProcessorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setJobProcessors(List<JobProcessor> jobProcessors) -
Uses of JobProcessor in org.flowable.job.service
Fields in org.flowable.job.service with type parameters of type JobProcessorModifier and TypeFieldDescriptionprotected List<JobProcessor>JobServiceConfiguration.jobProcessorsMethods in org.flowable.job.service that return types with arguments of type JobProcessorMethod parameters in org.flowable.job.service with type arguments of type JobProcessorModifier and TypeMethodDescriptionJobServiceConfiguration.setJobProcessors(List<JobProcessor> jobProcessors)