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