Uses of Class
com.gentics.contentnode.rest.model.response.TagListResponse

Packages that use TagListResponse
com.gentics.contentnode.rest.resource   
 

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

Methods in com.gentics.contentnode.rest.resource that return TagListResponse
 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
 TagListResponse PageResource.restoreTag(String pageId, String tag, Integer versionTimestamp)
          Restore a single tag in the page with the given version timestamp
 



Copyright © 2015 Gentics Software GmbH. All Rights Reserved.