|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortOrder | |
---|---|
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.resource |
Uses of SortOrder in com.gentics.contentnode.rest.model.request |
---|
Methods in com.gentics.contentnode.rest.model.request that return SortOrder | |
---|---|
static SortOrder |
SortOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of SortOrder in com.gentics.contentnode.rest.resource |
---|
Methods in com.gentics.contentnode.rest.resource with parameters of type SortOrder | |
---|---|
TagListResponse |
PageResource.getTags(java.lang.Integer id,
java.lang.Integer skipCount,
java.lang.Integer maxItems,
TagSortAttribute sortBy,
SortOrder sortOrder,
java.lang.String search)
Get the list of tags (contenttags and templatetags) for this page |
TagListResponse |
TemplateResource.getTags(java.lang.String id,
java.lang.Integer skipCount,
java.lang.Integer maxItems,
TagSortAttribute sortBy,
SortOrder sortOrder,
java.lang.String search)
Get the list of templatetags for this template |
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. |
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 |
ConstructListResponse |
ConstructResource.list(java.lang.Integer skipCount,
java.lang.Integer maxItems,
java.lang.String search,
java.lang.Boolean changeable,
java.lang.Integer pageId,
java.lang.Integer nodeId,
java.lang.Integer categoryId,
ConstructSortAttribute sortBy,
SortOrder sortOrder)
Get the list of constructs that are used by the tags in the given page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |