Uses of Interface
org.flowable.job.service.HistoryJobHandler
Packages that use HistoryJobHandler
-
Uses of HistoryJobHandler in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine with type parameters of type HistoryJobHandlerModifier and TypeFieldDescriptionprotected List<HistoryJobHandler>CmmnEngineConfiguration.customHistoryJobHandlersprotected Map<String,HistoryJobHandler> CmmnEngineConfiguration.historyJobHandlersMethods in org.flowable.cmmn.engine that return types with arguments of type HistoryJobHandlerModifier and TypeMethodDescriptionCmmnEngineConfiguration.getCustomHistoryJobHandlers()CmmnEngineConfiguration.getHistoryJobHandlers()Methods in org.flowable.cmmn.engine with parameters of type HistoryJobHandlerModifier and TypeMethodDescriptionvoidCmmnEngineConfiguration.addHistoryJobHandler(HistoryJobHandler historyJobHandler) Method parameters in org.flowable.cmmn.engine with type arguments of type HistoryJobHandlerModifier and TypeMethodDescriptionCmmnEngineConfiguration.setCustomHistoryJobHandlers(List<HistoryJobHandler> customHistoryJobHandlers) CmmnEngineConfiguration.setHistoryJobHandlers(Map<String, HistoryJobHandler> historyJobHandlers) -
Uses of HistoryJobHandler in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type HistoryJobHandlerModifier and TypeFieldDescriptionprotected List<HistoryJobHandler>ProcessEngineConfigurationImpl.customHistoryJobHandlersprotected Map<String,HistoryJobHandler> ProcessEngineConfigurationImpl.historyJobHandlersMethods in org.flowable.engine.impl.cfg that return types with arguments of type HistoryJobHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomHistoryJobHandlers()ProcessEngineConfigurationImpl.getHistoryJobHandlers()Methods in org.flowable.engine.impl.cfg with parameters of type HistoryJobHandlerModifier and TypeMethodDescriptionvoidProcessEngineConfigurationImpl.addHistoryJobHandler(HistoryJobHandler historyJobHandler) Method parameters in org.flowable.engine.impl.cfg with type arguments of type HistoryJobHandlerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomHistoryJobHandlers(List<HistoryJobHandler> customHistoryJobHandlers) ProcessEngineConfigurationImpl.setHistoryJobHandlers(Map<String, HistoryJobHandler> historyJobHandlers) -
Uses of HistoryJobHandler in org.flowable.job.service
Fields in org.flowable.job.service with type parameters of type HistoryJobHandlerModifier and TypeFieldDescriptionprotected Map<String,HistoryJobHandler> JobServiceConfiguration.historyJobHandlersMethods in org.flowable.job.service that return types with arguments of type HistoryJobHandlerMethods in org.flowable.job.service with parameters of type HistoryJobHandlerModifier and TypeMethodDescriptionJobServiceConfiguration.addHistoryJobHandler(String type, HistoryJobHandler historyJobHandler) Method parameters in org.flowable.job.service with type arguments of type HistoryJobHandlerModifier and TypeMethodDescriptionJobServiceConfiguration.setHistoryJobHandlers(Map<String, HistoryJobHandler> historyJobHandlers)