Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.model.response |
Modifier and Type | Method and Description |
---|---|
Set<Node> |
Page.getDisinheritedChannels()
the set of disinherited channels for this object
|
Set<Node> |
Folder.getDisinheritedChannels()
the set of disinherited channels for this object
|
Set<Node> |
File.getDisinheritedChannels()
the set of disinherited channels for this object
|
Modifier and Type | Method and Description |
---|---|
void |
Page.setDisinheritedChannels(Set<Node> disinheritedChannels)
Set the disinherited channels for this object
|
void |
Folder.setDisinheritedChannels(Set<Node> disinheritedChannels)
Set the disinherited channels for this object
|
void |
File.setDisinheritedChannels(Set<Node> disinheritedChannels)
Set the disinherited channels for this object
|
Modifier and Type | Method and Description |
---|---|
Node |
NodeSaveRequest.getNode()
The REST model of the node to save.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeSaveRequest.setNode(Node node)
Set the REST model of the node to save.
|
Modifier and Type | Method and Description |
---|---|
Node |
NodeLoadResponse.getNode()
Returned node (may be null)
|
Modifier and Type | Method and Description |
---|---|
void |
NodeLoadResponse.setNode(Node node)
Set the node
|
Constructor and Description |
---|
NodeLoadResponse(Message message,
ResponseInfo responseInfo,
Node node)
Create an instance with message, response info and node
|
Copyright © 2024 Gentics Software. All rights reserved.