Uses of Interface
org.flowable.job.service.HistoryJobProcessor
-
Packages that use HistoryJobProcessor Package Description org.flowable.job.service -
-
Uses of HistoryJobProcessor in org.flowable.job.service
Fields in org.flowable.job.service with type parameters of type HistoryJobProcessor Modifier and Type Field Description protected List<HistoryJobProcessor>JobServiceConfiguration. historyJobProcessorsMethods in org.flowable.job.service that return types with arguments of type HistoryJobProcessor Modifier and Type Method Description List<HistoryJobProcessor>JobServiceConfiguration. getHistoryJobProcessors()Method parameters in org.flowable.job.service with type arguments of type HistoryJobProcessor Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setHistoryJobProcessors(List<HistoryJobProcessor> historyJobProcessors)
-