Uses of Class
com.flowable.idm.dto.UserResponse
Packages that use UserResponse
-
Uses of UserResponse in com.flowable.idm.dto
Subclasses of UserResponse in com.flowable.idm.dtoFields in com.flowable.idm.dto with type parameters of type UserResponseModifier and TypeFieldDescriptionprotected Collection<UserResponse>GroupResponse.usersprotected List<UserResponse>PrivilegeResponse.usersMethods in com.flowable.idm.dto that return types with arguments of type UserResponseMethods in com.flowable.idm.dto with parameters of type UserResponseModifier and TypeMethodDescriptionvoidPrivilegeResponse.addUser(UserResponse userRepresentation) Method parameters in com.flowable.idm.dto with type arguments of type UserResponseModifier and TypeMethodDescriptionvoidGroupResponse.setUsers(Collection<UserResponse> users) voidPrivilegeResponse.setUsers(List<UserResponse> users)