Uses of Enum Class
com.gentics.contentnode.rest.model.request.SortOrder
Packages that use SortOrder
Package
Description
-
Uses of SortOrder in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return SortOrder -
Uses of SortOrder in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type SortOrderModifier and TypeMethodDescriptionPageResource.getTags
(Integer id, Integer skipCount, Integer maxItems, TagSortAttribute sortBy, SortOrder sortOrder, String search) Get the list of tags (contenttags and templatetags) for this pageTemplateResource.getTags
(String id, Integer skipCount, Integer maxItems, TagSortAttribute sortBy, SortOrder sortOrder, String search) Deprecated.because new endpoint exists.ConstructResource.list
(Integer skipCount, Integer maxItems, String search, Boolean changeable, Integer pageId, Integer nodeId, Integer categoryId, List<Integer> partTypeId, ConstructSortAttribute sortBy, SortOrder sortOrder) Deprecated.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.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.