Uses of Interface
org.flowable.engine.interceptor.HistoricProcessInstanceQueryInterceptor
-
Packages that use HistoricProcessInstanceQueryInterceptor Package Description org.flowable.engine.impl.cfg -
-
Uses of HistoricProcessInstanceQueryInterceptor in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as HistoricProcessInstanceQueryInterceptor Modifier and Type Field Description protected HistoricProcessInstanceQueryInterceptorProcessEngineConfigurationImpl. historicProcessInstanceQueryInterceptorMethods in org.flowable.engine.impl.cfg that return HistoricProcessInstanceQueryInterceptor Modifier and Type Method Description HistoricProcessInstanceQueryInterceptorProcessEngineConfigurationImpl. getHistoricProcessInstanceQueryInterceptor()Methods in org.flowable.engine.impl.cfg with parameters of type HistoricProcessInstanceQueryInterceptor Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setHistoricProcessInstanceQueryInterceptor(HistoricProcessInstanceQueryInterceptor historicProcessInstanceQueryInterceptor)
-