Uses of Interface
org.flowable.job.service.HistoryJobHandler
-
Packages that use HistoryJobHandler Package Description org.flowable.job.service org.flowable.job.service.impl.history.async -
-
Uses of HistoryJobHandler in org.flowable.job.service
Fields in org.flowable.job.service with type parameters of type HistoryJobHandler Modifier and Type Field Description protected Map<String,HistoryJobHandler>JobServiceConfiguration. historyJobHandlersMethods in org.flowable.job.service that return types with arguments of type HistoryJobHandler Modifier and Type Method Description Map<String,HistoryJobHandler>JobServiceConfiguration. getHistoryJobHandlers()Methods in org.flowable.job.service with parameters of type HistoryJobHandler Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. addHistoryJobHandler(String type, HistoryJobHandler historyJobHandler)JobServiceConfigurationJobServiceConfiguration. mergeHistoryJobHandler(HistoryJobHandler historyJobHandler)Registers the givenHistoryJobHandlerunder the provided type and checks for existing default and internalHistoryJobHandlerinstances to be of the same class.Method parameters in org.flowable.job.service with type arguments of type HistoryJobHandler Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setHistoryJobHandlers(Map<String,HistoryJobHandler> historyJobHandlers) -
Uses of HistoryJobHandler in org.flowable.job.service.impl.history.async
Classes in org.flowable.job.service.impl.history.async that implement HistoryJobHandler Modifier and Type Class Description classAbstractAsyncHistoryJobHandlerclassAsyncHistoryJobHandlerclassAsyncHistoryJobZippedHandler
-