Uses of Class
com.flowable.idm.dto.PlatformUserResponse
-
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)
-
Uses of PlatformUserResponse in com.flowable.idm.rest.service.api
Methods in com.flowable.idm.rest.service.api that return PlatformUserResponse Modifier and Type Method Description PlatformUserResponse
IdmRestResponseFactory. createPlatformUserResponse(PlatformUser user, boolean includeIdentityInfo)
PlatformUserResponse
IdmRestResponseFactory. createPlatformUserResponse(PlatformUser user, boolean includeIdentityInfo, UserDefinition userDefinition, UserDefinitionModel userDefinitionModel)
Methods in com.flowable.idm.rest.service.api that return types with arguments of type PlatformUserResponse Modifier and Type Method Description java.util.List<PlatformUserResponse>
IdmRestResponseFactory. createUserResponseList(java.util.List<PlatformUser> users, boolean includeIdentityInfo)
-
Uses of PlatformUserResponse in com.flowable.idm.rest.service.api.filter
Methods in com.flowable.idm.rest.service.api.filter that return types with arguments of type PlatformUserResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<com.flowable.platform.common.Page<PlatformUserResponse>>
ContactFilterResource. query(java.lang.String contactFilterId, java.lang.String searchText, int size, int start)
-
Uses of PlatformUserResponse in com.flowable.idm.rest.service.api.user
Methods in com.flowable.idm.rest.service.api.user that return PlatformUserResponse Modifier and Type Method Description PlatformUserResponse
UserCollectionResource. createUser(CreateUserRequest userRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
PlatformUserResponse
UserResource. deleteUserIdentityInfoByName(java.lang.String userId, java.lang.String identityInfoName, java.security.Principal principal)
PlatformUserResponse
UserResource. getUser(java.lang.String userId, boolean includeIdentityInfo, java.security.Principal principal)
PlatformUserResponse
UserResource. updateUser(java.lang.String userId, UpdateUserRequest userRequest, java.security.Principal principal)
PlatformUserResponse
UserResource. updateUserDefinition(java.lang.String userId, UpdateUserDefinitionRequest userRequest, java.security.Principal principal)
PlatformUserResponse
UserResource. updateUserStateAndSubState(java.lang.String userId, UpdateUserStateRequest userRequest, java.security.Principal principal)
Methods in com.flowable.idm.rest.service.api.user that return types with arguments of type PlatformUserResponse Modifier and Type Method Description org.flowable.common.rest.api.DataResponse<PlatformUserResponse>
UserCollectionResource. getUsers(UserQueryRequest request, java.security.Principal principal)
org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<PlatformUserResponse>>
UserCollectionResource. searchUsersWithQuery(UserIndexQueryRequest request)