Uses of Interface
com.flowable.core.idm.api.UserIndexingService
-
Uses of UserIndexingService in com.flowable.idm.engine
Fields in com.flowable.idm.engine declared as UserIndexingService Modifier and Type Field Description protected UserIndexingServiceCoreIdmEngineConfiguration. userIndexingServiceMethods in com.flowable.idm.engine that return UserIndexingService Modifier and Type Method Description UserIndexingServiceCoreIdmEngine. getUserIndexingService()UserIndexingServiceCoreIdmEngineConfiguration. getUserIndexingService()Methods in com.flowable.idm.engine with parameters of type UserIndexingService Modifier and Type Method Description voidCoreIdmEngineConfiguration. setUserIndexingService(UserIndexingService userIndexingService) -
Uses of UserIndexingService in com.flowable.idm.engine.impl
Fields in com.flowable.idm.engine.impl declared as UserIndexingService Modifier and Type Field Description protected UserIndexingServicePlatformIdmEngineImpl. userIndexingServiceMethods in com.flowable.idm.engine.impl that return UserIndexingService Modifier and Type Method Description UserIndexingServicePlatformIdmEngineImpl. getUserIndexingService() -
Uses of UserIndexingService in com.flowable.idm.engine.impl.indexing
Classes in com.flowable.idm.engine.impl.indexing that implement UserIndexingService Modifier and Type Class Description classUserIndexingServiceImpl -
Uses of UserIndexingService in com.flowable.idm.rest.service.api.management
Fields in com.flowable.idm.rest.service.api.management declared as UserIndexingService Modifier and Type Field Description protected UserIndexingServiceUserManagementResourceService. userIndexingServiceConstructors in com.flowable.idm.rest.service.api.management with parameters of type UserIndexingService Constructor Description UserManagementResourceService(UserIndexingService userIndexingService) -
Uses of UserIndexingService in com.flowable.spring.boot.idm
Methods in com.flowable.spring.boot.idm that return UserIndexingService Modifier and Type Method Description UserIndexingServiceIdmEngineServicesAutoConfiguration.AlreadyInitializedAppEngineConfiguration. userIndexingService(CoreIdmEngine coreIdmEngine)UserIndexingServiceIdmEngineServicesAutoConfiguration.AlreadyInitializedEngineConfiguration. userIndexingService(CoreIdmEngine coreIdmEngine)