Uses of Class
com.flowable.idm.dto.PlatformUserResponse
Packages that use PlatformUserResponse
Package
Description
-
Uses of PlatformUserResponse in com.flowable.idm.dto
Subclasses of PlatformUserResponse in com.flowable.idm.dto -
Uses of PlatformUserResponse in com.flowable.idm.engine.impl.indexing
Methods in com.flowable.idm.engine.impl.indexing that return PlatformUserResponseModifier and TypeMethodDescriptionPlatformUserMapper.convert(com.fasterxml.jackson.databind.JsonNode sourceNode) PlatformUserMapper.convertHit(com.fasterxml.jackson.databind.JsonNode hitNode) protected PlatformUserResponsePlatformUserMapper.convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in com.flowable.idm.engine.impl.indexing that return types with arguments of type PlatformUserResponseModifier and TypeMethodDescriptionprotected Page<PlatformUserResponse>UserIndexSearchServiceImpl.getPageFromQuery(int start, int size, String index, String query, String order, String sort) protected Page<PlatformUserResponse>ContactFilterServiceImpl.internalFindUsers(ContactSearchQueryImpl query, int start, int size) ContactSearchQuery.list(int start, int size) ContactSearchQueryImpl.list(int start, int size) IdmContactSearchQuery.list(int start, int size) UserIndexSearchService.queryUsers(UserIndexQueryRequest request) UserIndexSearchServiceImpl.queryUsers(UserIndexQueryRequest request) Methods in com.flowable.idm.engine.impl.indexing with parameters of type PlatformUserResponseModifier and TypeMethodDescriptionvoidPlatformUserResultMapper.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 voidPlatformUserResultMapper.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
Methods in com.flowable.idm.engine.impl.util with parameters of type PlatformUserResponseModifier and TypeMethodDescriptionstatic voidUserDefinitionTranslationUtil.copyUserDefinitionTranslations(PlatformUserResponse platformUserResponse, UserDefinitionModel userDefinitionModel) -
Uses of PlatformUserResponse in com.flowable.platform.service.util
Methods in com.flowable.platform.service.util that return PlatformUserResponseModifier and TypeMethodDescriptionstatic PlatformUserResponsePlatformUserResponseUtil.createPlatformUserResponse(PlatformUser user) Methods in com.flowable.platform.service.util that return types with arguments of type PlatformUserResponseModifier and TypeMethodDescriptionstatic List<PlatformUserResponse>PlatformUserResponseUtil.createUserResponseList(List<PlatformUser> users)