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.users
protected List<UserResponse>
PrivilegeResponse.users
Methods in com.flowable.idm.dto that return types with arguments of type UserResponseMethods in com.flowable.idm.dto with parameters of type UserResponseModifier and TypeMethodDescriptionvoid
PrivilegeResponse.addUser
(UserResponse userRepresentation) Method parameters in com.flowable.idm.dto with type arguments of type UserResponseModifier and TypeMethodDescriptionvoid
GroupResponse.setUsers
(Collection<UserResponse> users) void
PrivilegeResponse.setUsers
(List<UserResponse> users)