Uses of Class
com.gentics.contentnode.rest.model.request.SortOrder

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(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(Integer id, Integer skipCount, Integer maxItems, TagSortAttribute sortBy, SortOrder sortOrder, String search)
          Get the list of tags (contenttags and templatetags) for this page
 TagListResponse TemplateResource.getTags(String id, Integer skipCount, Integer maxItems, TagSortAttribute sortBy, SortOrder sortOrder, String search)
          Get the list of templatetags for this template
 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)
          Get a list of groups, optionally filtered sorted and paged.
 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, UserSortAttribute sortBy, SortOrder sortOrder)
          Get a list of users, optionally filtered, sorted and paged
 ConstructListResponse ConstructResource.list(Integer skipCount, Integer maxItems, String search, Boolean changeable, Integer pageId, Integer nodeId, Integer categoryId, ConstructSortAttribute sortBy, SortOrder sortOrder)
          Get the list of constructs that are used by the tags in the given page.
 



Copyright © 2014 Gentics Software GmbH. All Rights Reserved.