|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |