Uses of Class
com.flowable.idm.dto.PlatformUserResponse
Package
Description
-
Uses of PlatformUserResponse in com.flowable.idm.dto
-
Uses of PlatformUserResponse in com.flowable.idm.engine.impl.indexing
Modifier and TypeMethodDescriptionPlatformUserMapper.convert
(com.fasterxml.jackson.databind.JsonNode sourceNode) PlatformUserMapper.convertHit
(com.fasterxml.jackson.databind.JsonNode hitNode) protected PlatformUserResponse
PlatformUserMapper.convertWithoutEnhancer
(com.fasterxml.jackson.databind.JsonNode jsonNode) Modifier and TypeMethodDescriptionprotected com.flowable.platform.common.Page<PlatformUserResponse>
UserIndexSearchServiceImpl.getPageFromQuery
(int start, int size, String index, String query, String order, String sort) protected com.flowable.platform.common.Page<PlatformUserResponse>
ContactFilterServiceImpl.internalFindUsers
(ContactSearchQueryImpl query, int start, int size) com.flowable.platform.common.Page<PlatformUserResponse>
ContactSearchQuery.list
(int start, int size) com.flowable.platform.common.Page<PlatformUserResponse>
ContactSearchQueryImpl.list
(int start, int size) com.flowable.platform.common.Page<PlatformUserResponse>
IdmContactSearchQuery.list
(int start, int size) com.flowable.platform.common.Page<PlatformUserResponse>
UserIndexSearchService.queryUsers
(UserIndexQueryRequest request) com.flowable.platform.common.Page<PlatformUserResponse>
UserIndexSearchServiceImpl.queryUsers
(UserIndexQueryRequest request) Modifier and TypeMethodDescriptionvoid
PlatformUserResultMapper.Enhancer.enhance
(PlatformUserResponse response, com.fasterxml.jackson.databind.JsonNode sourceNode) Implement this method, if you only need to enhance the response with data from the source part of the Elasticsearch hit document.default void
PlatformUserResultMapper.Enhancer.enhanceHitNode
(PlatformUserResponse response, com.fasterxml.jackson.databind.JsonNode hitNode) Implement this method, if you want to enhance the user hit with additional data from the full hit document, not just the source within it (e.g. -
Uses of PlatformUserResponse in com.flowable.idm.engine.impl.util
Modifier and TypeMethodDescriptionstatic void
UserDefinitionTranslationUtil.copyUserDefinitionTranslations
(PlatformUserResponse platformUserResponse, UserDefinitionModel userDefinitionModel)