Package | Description |
---|---|
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
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.
|
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
|
Copyright © 2014 Gentics Software GmbH. All rights reserved.