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

Packages that use TagSortAttribute
com.gentics.contentnode.rest.model.request   
com.gentics.contentnode.rest.resource   
 

Uses of TagSortAttribute in com.gentics.contentnode.rest.model.request
 

Methods in com.gentics.contentnode.rest.model.request that return TagSortAttribute
static TagSortAttribute TagSortAttribute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TagSortAttribute[] TagSortAttribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TagSortAttribute in com.gentics.contentnode.rest.resource
 

Methods in com.gentics.contentnode.rest.resource with parameters of type TagSortAttribute
 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
 



Copyright © 2015 Gentics Software GmbH. All Rights Reserved.