Uses of Interface
org.flowable.engine.interceptor.ProcessInstanceQueryInterceptor
-
Packages that use ProcessInstanceQueryInterceptor Package Description org.flowable.engine.impl.cfg -
-
Uses of ProcessInstanceQueryInterceptor in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as ProcessInstanceQueryInterceptor Modifier and Type Field Description protected ProcessInstanceQueryInterceptorProcessEngineConfigurationImpl. processInstanceQueryInterceptorMethods in org.flowable.engine.impl.cfg that return ProcessInstanceQueryInterceptor Modifier and Type Method Description ProcessInstanceQueryInterceptorProcessEngineConfigurationImpl. getProcessInstanceQueryInterceptor()Methods in org.flowable.engine.impl.cfg with parameters of type ProcessInstanceQueryInterceptor Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setProcessInstanceQueryInterceptor(ProcessInstanceQueryInterceptor processInstanceQueryInterceptor)
-