Uses of Class
com.gentics.contentnode.rest.model.response.NodeList
-
Uses of NodeList in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionNodeResource.list
(FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, PermsParameterBean perms, String stagingPackageName) List nodes.
The result can be filtered byid
name
and sorted byid
name
ConstructResource.listConstructNodes
(String constructId) Return a list of nodes, linked to the the given ConstructObjectPropertyResource.listObjectPropertyNodes
(String objectPropertyId) Return a list of nodes, linked to the the given Object PropertyTemplateResource.nodes
(String id, SortParameterBean sort, FilterParameterBean filter, PagingParameterBean paging) Get the nodes to which the template is assigned.
The result can be filtered byid
name
and sorted byid
name