|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeResource
Resource for handling Nodes in GCN
Method Summary | |
---|---|
GenericResponse |
activateFeatures(java.lang.String nodeId,
NodeFeatureRequest request)
Activate the given list of features (features not listed will not be changed) |
GenericResponse |
deactivateFeatures(java.lang.String nodeId,
NodeFeatureRequest request)
Deactivate the given list of features (features not listed will not be changed) |
NodeFeatureResponse |
getFeatures(java.lang.String nodeId)
Load the activated features |
NodeLoadResponse |
load(java.lang.String nodeId,
boolean update)
Load a single node |
GenericResponse |
setFeatures(java.lang.String nodeId,
NodeFeatureRequest request)
Set the given list of features. |
Methods inherited from interface com.gentics.contentnode.rest.resource.AuthenticatedResource |
---|
setSessionId |
Method Detail |
---|
NodeLoadResponse load(java.lang.String nodeId, boolean update)
nodeId
- id of the node to load. This can be either the localid or a globalidupdate
- true when the folder is fetched for updating. Currently, nodes
cannot be locked in the backend, but it is still recommended
to set this parameter to true when the node shall be modified.
NodeFeatureResponse getFeatures(java.lang.String nodeId)
nodeId
- id of the node
GenericResponse activateFeatures(java.lang.String nodeId, NodeFeatureRequest request)
nodeId
- id of the node. This can be either the localid or the globalid
GenericResponse deactivateFeatures(java.lang.String nodeId, NodeFeatureRequest request)
nodeId
- id of the node. This can be either the localid or the globalid
GenericResponse setFeatures(java.lang.String nodeId, NodeFeatureRequest request)
nodeId
- id of the node. This can be either the localid or the globalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |