Uses of Class
com.flowable.idm.dto.PlatformUserResponse
Package | Description |
---|---|
com.flowable.idm.dto | |
com.flowable.idm.engine.impl.indexing | |
com.flowable.idm.engine.impl.util |
-
Uses of PlatformUserResponse in com.flowable.idm.dto
Subclasses of PlatformUserResponse in com.flowable.idm.dto Modifier and Type Class Description class
CurrentUserResponse
-
Uses of PlatformUserResponse in com.flowable.idm.engine.impl.indexing
Methods in com.flowable.idm.engine.impl.indexing that return PlatformUserResponse Modifier and Type Method Description PlatformUserResponse
PlatformUserMapper. convert(com.fasterxml.jackson.databind.JsonNode jsonNode)
Methods in com.flowable.idm.engine.impl.indexing that return types with arguments of type PlatformUserResponse Modifier and Type Method Description protected com.flowable.platform.common.Page<PlatformUserResponse>
UserIndexSearchServiceImpl. getPageFromQuery(int start, int size, java.lang.String index, java.lang.String query, java.lang.String order, java.lang.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>
UserIndexSearchService. queryUsers(UserIndexQueryRequest request)
com.flowable.platform.common.Page<PlatformUserResponse>
UserIndexSearchServiceImpl. queryUsers(UserIndexQueryRequest request)
Methods in com.flowable.idm.engine.impl.indexing with parameters of type PlatformUserResponse Modifier and Type Method Description void
PlatformUserResultMapper.Enhancer. enhance(PlatformUserResponse response, com.fasterxml.jackson.databind.JsonNode jsonNode)
-
Uses of PlatformUserResponse in com.flowable.idm.engine.impl.util
Methods in com.flowable.idm.engine.impl.util with parameters of type PlatformUserResponse Modifier and Type Method Description static void
UserDefinitionTranslationUtil. copyUserDefinitionTranslations(PlatformUserResponse platformUserResponse, UserDefinitionModel userDefinitionModel)