Uses of Interface
org.flowable.engine.interceptor.StartProcessInstanceInterceptor
-
Packages that use StartProcessInstanceInterceptor Package Description org.flowable.engine.impl.cfg -
-
Uses of StartProcessInstanceInterceptor in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as StartProcessInstanceInterceptor Modifier and Type Field Description protected StartProcessInstanceInterceptorProcessEngineConfigurationImpl. startProcessInstanceInterceptorMethods in org.flowable.engine.impl.cfg that return StartProcessInstanceInterceptor Modifier and Type Method Description StartProcessInstanceInterceptorProcessEngineConfigurationImpl. getStartProcessInstanceInterceptor()Methods in org.flowable.engine.impl.cfg with parameters of type StartProcessInstanceInterceptor Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setStartProcessInstanceInterceptor(StartProcessInstanceInterceptor startProcessInstanceInterceptor)
-