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 PlatformUserResultMapper
CoreIdmEngineConfiguration.platformUserResultMapper
Methods in com.flowable.idm.engine that return PlatformUserResultMapperMethods in com.flowable.idm.engine with parameters of type PlatformUserResultMapperModifier and TypeMethodDescriptionvoid
CoreIdmEngineConfiguration.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 PlatformUserResultMapper
ContactFilterServiceImpl.platformUserResultMapper
protected PlatformUserResultMapper
UserIndexSearchServiceImpl.platformUserResultMapper
Constructors 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)