Uses of Interface
org.flowable.engine.interceptor.ExecutionQueryInterceptor
-
Packages that use ExecutionQueryInterceptor Package Description org.flowable.engine.impl.cfg -
-
Uses of ExecutionQueryInterceptor in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as ExecutionQueryInterceptor Modifier and Type Field Description protected ExecutionQueryInterceptorProcessEngineConfigurationImpl. executionQueryInterceptorMethods in org.flowable.engine.impl.cfg that return ExecutionQueryInterceptor Modifier and Type Method Description ExecutionQueryInterceptorProcessEngineConfigurationImpl. getExecutionQueryInterceptor()Methods in org.flowable.engine.impl.cfg with parameters of type ExecutionQueryInterceptor Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setExecutionQueryInterceptor(ExecutionQueryInterceptor executionQueryInterceptor)
-