|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserSortAttribute | |
---|---|
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.resource |
Uses of UserSortAttribute in com.gentics.contentnode.rest.model.request |
---|
Methods in com.gentics.contentnode.rest.model.request that return UserSortAttribute | |
---|---|
static UserSortAttribute |
UserSortAttribute.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UserSortAttribute[] |
UserSortAttribute.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of UserSortAttribute in com.gentics.contentnode.rest.resource |
---|
Methods in com.gentics.contentnode.rest.resource with parameters of type UserSortAttribute | |
---|---|
UserListResponse |
UserResource.list(java.lang.Integer skipCount,
java.lang.Integer maxItems,
java.util.List<java.lang.Integer> ids,
java.util.List<java.lang.String> logins,
java.util.List<java.lang.String> firstNames,
java.util.List<java.lang.String> lastNames,
java.util.List<java.lang.String> eMails,
java.util.List<java.lang.Integer> groupIds,
UserSortAttribute sortBy,
SortOrder sortOrder)
Get a list of users, optionally filtered, sorted and paged |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |