Package | Description |
---|---|
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
NodeList |
NodeResource.list(FilterParameterBean filter,
SortParameterBean sorting,
PagingParameterBean paging,
PermsParameterBean perms,
String stagingPackageName)
List nodes.
The result can be filtered by id
name
and sorted by
id
name
|
NodeList |
ConstructResource.listConstructNodes(String constructId)
Return a list of nodes, linked to the the given Construct
|
NodeList |
ObjectPropertyResource.listObjectPropertyNodes(String objectPropertyId)
Return a list of nodes, linked to the the given Object Property
|
NodeList |
TemplateResource.nodes(String id,
SortParameterBean sort,
FilterParameterBean filter,
PagingParameterBean paging)
Get the nodes to which the template is assigned.
The result can be filtered by id
name
and sorted by
id
name
|
Copyright © 2024 Gentics Software. All rights reserved.