Uses of Class
com.gentics.contentnode.rest.model.response.NodeList
-
Packages that use NodeList Package Description com.gentics.contentnode.rest.resource -
-
Uses of NodeList in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return NodeList Modifier and Type Method Description NodeList
NodeResource. list(FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, PermsParameterBean perms, String stagingPackageName)
List nodes.
The result can be filtered byid
name
and sorted byid
name
NodeList
ConstructResource. listConstructNodes(String constructId)
Return a list of nodes, linked to the the given ConstructNodeList
ObjectPropertyResource. listObjectPropertyNodes(String objectPropertyId)
Return a list of nodes, linked to the the given Object PropertyNodeList
TemplateResource. 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
-