Uses of Class
com.flowable.idm.dto.GroupResponse
Packages that use GroupResponse
-
Uses of GroupResponse in com.flowable.idm.dto
Fields in com.flowable.idm.dto with type parameters of type GroupResponseModifier and TypeFieldDescriptionprotected Collection<GroupResponse>
PlatformUserResponse.groups
protected List<GroupResponse>
PrivilegeResponse.groups
Methods in com.flowable.idm.dto that return types with arguments of type GroupResponseMethods in com.flowable.idm.dto with parameters of type GroupResponseModifier and TypeMethodDescriptionvoid
PrivilegeResponse.addGroup
(GroupResponse groupRepresentation) Method parameters in com.flowable.idm.dto with type arguments of type GroupResponseModifier and TypeMethodDescriptionvoid
PlatformUserResponse.setGroups
(Collection<GroupResponse> groups) void
PrivilegeResponse.setGroups
(List<GroupResponse> groups)