Package | Description |
---|---|
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and 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 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. All rights reserved.