|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructSortAttribute | |
---|---|
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.resource |
Uses of ConstructSortAttribute in com.gentics.contentnode.rest.model.request |
---|
Methods in com.gentics.contentnode.rest.model.request that return ConstructSortAttribute | |
---|---|
static ConstructSortAttribute |
ConstructSortAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConstructSortAttribute[] |
ConstructSortAttribute.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ConstructSortAttribute in com.gentics.contentnode.rest.resource |
---|
Methods in com.gentics.contentnode.rest.resource with parameters of type ConstructSortAttribute | |
---|---|
ConstructListResponse |
ConstructResource.list(Integer skipCount,
Integer maxItems,
String search,
Boolean changeable,
Integer pageId,
Integer nodeId,
Integer categoryId,
ConstructSortAttribute sortBy,
SortOrder sortOrder)
Get the list of constructs that are used by the tags in the given page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |