Uses of Interface
com.flowable.idm.engine.impl.indexing.PlatformUserResultMapper
Packages that use PlatformUserResultMapper
-
Uses of PlatformUserResultMapper in com.flowable.idm.engine
Fields in com.flowable.idm.engine declared as PlatformUserResultMapperModifier and TypeFieldDescriptionprotected PlatformUserResultMapperCoreIdmEngineConfiguration.platformUserResultMapperMethods in com.flowable.idm.engine that return PlatformUserResultMapperMethods in com.flowable.idm.engine with parameters of type PlatformUserResultMapperModifier and TypeMethodDescriptionvoidCoreIdmEngineConfiguration.setPlatformUserResultMapper(PlatformUserResultMapper platformUserResultMapper) -
Uses of PlatformUserResultMapper in com.flowable.idm.engine.impl.indexing
Classes in com.flowable.idm.engine.impl.indexing that implement PlatformUserResultMapperFields in com.flowable.idm.engine.impl.indexing declared as PlatformUserResultMapperModifier and TypeFieldDescriptionprotected PlatformUserResultMapperContactFilterServiceImpl.platformUserResultMapperprotected PlatformUserResultMapperUserIndexSearchServiceImpl.platformUserResultMapperConstructors in com.flowable.idm.engine.impl.indexing with parameters of type PlatformUserResultMapperModifierConstructorDescriptionContactFilterServiceImpl(SearchService searchService, ContactFilterFactory contactFilterFactory, PlatformUserResultMapper platformUserResultMapper, CoreIdmEngineConfiguration idmEngineConfiguration) UserIndexSearchServiceImpl(SearchService searchService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, PlatformUserResultMapper platformUserResultMapper)