Uses of Class
com.gentics.contentnode.rest.model.Node
-
Packages that use Node Package Description com.gentics.contentnode.rest.model com.gentics.contentnode.rest.model.request com.gentics.contentnode.rest.model.response -
-
Uses of Node in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return types with arguments of type Node Modifier and Type Method Description Set<Node>
File. getDisinheritedChannels()
the set of disinherited channels for this objectSet<Node>
Folder. getDisinheritedChannels()
the set of disinherited channels for this objectSet<Node>
Page. getDisinheritedChannels()
the set of disinherited channels for this objectMethod parameters in com.gentics.contentnode.rest.model with type arguments of type Node Modifier and Type Method Description void
File. setDisinheritedChannels(Set<Node> disinheritedChannels)
Set the disinherited channels for this objectvoid
Folder. setDisinheritedChannels(Set<Node> disinheritedChannels)
Set the disinherited channels for this objectvoid
Page. setDisinheritedChannels(Set<Node> disinheritedChannels)
Set the disinherited channels for this object -
Uses of Node in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return Node Modifier and Type Method Description Node
NodeSaveRequest. getNode()
The REST model of the node to save.Methods in com.gentics.contentnode.rest.model.request with parameters of type Node Modifier and Type Method Description void
NodeSaveRequest. setNode(Node node)
Set the REST model of the node to save. -
Uses of Node in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return Node Modifier and Type Method Description Node
NodeLoadResponse. getNode()
Returned node (may be null)Methods in com.gentics.contentnode.rest.model.response with parameters of type Node Modifier and Type Method Description void
NodeLoadResponse. setNode(Node node)
Set the nodeConstructors in com.gentics.contentnode.rest.model.response with parameters of type Node Constructor Description NodeLoadResponse(Message message, ResponseInfo responseInfo, Node node)
Create an instance with message, response info and node
-