|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupReduceType | |
---|---|
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.resource |
Uses of GroupReduceType in com.gentics.contentnode.rest.model.request |
---|
Methods in com.gentics.contentnode.rest.model.request that return GroupReduceType | |
---|---|
static GroupReduceType |
GroupReduceType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GroupReduceType[] |
GroupReduceType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of GroupReduceType in com.gentics.contentnode.rest.resource |
---|
Methods in com.gentics.contentnode.rest.resource with parameters of type GroupReduceType | |
---|---|
GroupsResponse |
GroupResource.list(Integer skipCount,
Integer maxItems,
List<Integer> ids,
List<String> names,
List<String> memberLogins,
List<Integer> memberIds,
List<Integer> childGroupIds,
List<Integer> privFolderIds,
List<Privilege> privileges,
GroupReduceType reduce,
GroupSortAttribute sortBy,
SortOrder sortOrder)
Get a list of groups, optionally filtered sorted and paged. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |