Uses of Class
com.gentics.contentnode.rest.model.request.SortOrder
-
Packages that use SortOrder Package Description 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 Modifier and Type Method Description static SortOrder
SortOrder. valueOf(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 Modifier and Type Method Description TagListResponse
PageResource. getTags(Integer id, Integer skipCount, Integer maxItems, TagSortAttribute sortBy, SortOrder sortOrder, String search)
Get the list of tags (contenttags and templatetags) for this pageTagListResponse
TemplateResource. getTags(String id, Integer skipCount, Integer maxItems, TagSortAttribute sortBy, SortOrder sortOrder, String search)
Deprecated.because new endpoint exists.ConstructListResponse
ConstructResource. list(Integer skipCount, Integer maxItems, String search, Boolean changeable, Integer pageId, Integer nodeId, Integer categoryId, List<Integer> partTypeId, ConstructSortAttribute sortBy, SortOrder sortOrder)
Deprecated.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, PermsParameterBean perms)
Deprecated.because new endpoint exists.UserListResponse
UserResource. list(Integer skipCount, Integer maxItems, List<Integer> ids, List<String> logins, List<String> firstNames, List<String> lastNames, List<String> eMails, List<Integer> groupIds, String search, UserSortAttribute sortBy, SortOrder sortOrder, boolean addGroups)
Deprecated.because new endpoint exists.
-