Uses of Class
com.gentics.contentnode.rest.model.response.GroupList
-
Packages that use GroupList Package Description com.gentics.contentnode.rest.resource -
-
Uses of GroupList in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return GroupList Modifier and Type Method Description GroupList
UserResource. groups(String id, FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, PermsParameterBean perms)
List groups of given user.
The result can be filtered byid
name
and sorted byid
name
GroupList
GroupResource. list(FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, PermsParameterBean perms)
List groups.
The result can be filtered byid
name
description
and sorted byid
name
description
GroupList
GroupResource. subgroups(String id, FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, PermsParameterBean perms)
List subgroups of the given group.
The result can be filtered byid
name
description
and sorted byid
name
description
-