Uses of Interface
org.flowable.engine.interceptor.CreateUserTaskInterceptor
-
Packages that use CreateUserTaskInterceptor Package Description org.flowable.engine.impl.cfg -
-
Uses of CreateUserTaskInterceptor in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as CreateUserTaskInterceptor Modifier and Type Field Description protected CreateUserTaskInterceptorProcessEngineConfigurationImpl. createUserTaskInterceptorMethods in org.flowable.engine.impl.cfg that return CreateUserTaskInterceptor Modifier and Type Method Description CreateUserTaskInterceptorProcessEngineConfigurationImpl. getCreateUserTaskInterceptor()Methods in org.flowable.engine.impl.cfg with parameters of type CreateUserTaskInterceptor Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCreateUserTaskInterceptor(CreateUserTaskInterceptor createUserTaskInterceptor)
-