Uses of Class
org.flowable.rest.service.api.identity.UserResponse
Packages that use UserResponse
-
Uses of UserResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return UserResponseModifier and TypeMethodDescriptionRestResponseFactory.createUserResponse(User user, boolean includePassword) RestResponseFactory.createUserResponse(User user, boolean incudePassword, RestUrlBuilder urlBuilder) Methods in org.flowable.rest.service.api that return types with arguments of type UserResponseModifier and TypeMethodDescriptionRestResponseFactory.createUserResponseList(List<User> users) RestResponseFactory.createUserResponseList(List<User> users, boolean includePassword) -
Uses of UserResponse in org.flowable.rest.service.api.identity
Subclasses of UserResponse in org.flowable.rest.service.api.identityMethods in org.flowable.rest.service.api.identity that return UserResponseModifier and TypeMethodDescriptionUserCollectionResource.createUser(UserRequest userRequest) UserResource.updateUser(String userId, UserRequest userRequest) Methods in org.flowable.rest.service.api.identity that return types with arguments of type UserResponseModifier and TypeMethodDescription