|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.ContentNodeItem
com.gentics.contentnode.rest.model.Node
public class Node
REST Model for a Node
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.gentics.contentnode.rest.model.ContentNodeItem |
---|
ContentNodeItem.ItemType |
Constructor Summary | |
---|---|
Node()
Create empty instance |
Method Summary | |
---|---|
java.lang.String |
getBinaryPublishDir()
Get the publish directory for binaries |
Editor |
getContentEditor()
Editor to be used in the node |
java.lang.Integer |
getContentRepositoryId()
ID of the assigned contentrepository |
java.lang.Integer |
getDefaultFileFolderId()
Default File Upload Folder ID |
java.lang.Integer |
getDefaultImageFolderId()
Default Image Upload Folder ID |
int |
getFolderId()
ID of the root folder |
java.lang.String |
getHost()
Hostname for publishing into the Filesystem |
java.lang.String |
getPublishDir()
Publish directory |
boolean |
isDisablePublish()
True if publishing content modifications is disabled |
boolean |
isHttps()
True if secure https is enabled for this node |
boolean |
isPublishContentMap()
True if the node shall publish into a contentmap (if a contentrepository is assigned) |
boolean |
isPublishFs()
True if the node shall publish into the filesystem |
boolean |
isUtf8()
True if the node content should be encoded in UTF8 |
void |
setBinaryPublishDir(java.lang.String binaryPublishDir)
Set the publish directory for binaries |
void |
setContentEditor(Editor contentEditor)
Set the editor |
void |
setContentRepositoryId(java.lang.Integer contentRepositoryId)
Set the contentrepository id |
void |
setDefaultFileFolderId(java.lang.Integer defaultFileFolderId)
Set the default file folder id |
void |
setDefaultImageFolderId(java.lang.Integer defaultImageFolderId)
Set the default image folder ID |
void |
setDisablePublish(boolean disablePublish)
Set true for disabling publishing content modifications |
void |
setFolderId(int folderId)
Set the root folder id |
void |
setHost(java.lang.String host)
Set the hostname |
void |
setHttps(boolean https)
Set whether secure https is enabled for the node |
void |
setPublishContentMap(boolean publishContentMap)
Set true for publishing into contentmap |
void |
setPublishDir(java.lang.String publishDir)
Set the publish directory |
void |
setPublishFs(boolean publishFs)
Set true for publishing into the filesystem |
void |
setUtf8(boolean utf8)
Set whether the node should be encoded in UTF8 |
Methods inherited from class com.gentics.contentnode.rest.model.ContentNodeItem |
---|
getCdate, getCreator, getEdate, getEditor, getId, getName, getType, setCdate, setCreator, setEdate, setEditor, setId, setName, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Node()
Method Detail |
---|
public int getFolderId()
public void setFolderId(int folderId)
folderId
- ID of the root folderpublic java.lang.String getPublishDir()
public void setPublishDir(java.lang.String publishDir)
pubDir
- publish directorypublic java.lang.String getBinaryPublishDir()
public void setBinaryPublishDir(java.lang.String binaryPublishDir)
binaryPublishDir
- publish directory for binariespublic boolean isHttps()
public void setHttps(boolean https)
https
- public java.lang.String getHost()
public void setHost(java.lang.String host)
host
- hostnamepublic boolean isUtf8()
public void setUtf8(boolean utf8)
utf8
- public boolean isPublishFs()
public void setPublishFs(boolean publishFs)
publishFs
- public boolean isPublishContentMap()
public void setPublishContentMap(boolean publishContentMap)
publishContentMap
- public java.lang.Integer getContentRepositoryId()
public void setContentRepositoryId(java.lang.Integer contentRepositoryId)
contentRepositoryId
- public boolean isDisablePublish()
public void setDisablePublish(boolean disablePublish)
disablePublish
- public Editor getContentEditor()
public void setContentEditor(Editor contentEditor)
contentEditor
- public java.lang.Integer getDefaultFileFolderId()
public void setDefaultFileFolderId(java.lang.Integer defaultFileFolderId)
defaultFileFolderId
- public java.lang.Integer getDefaultImageFolderId()
public void setDefaultImageFolderId(java.lang.Integer defaultImageFolderId)
defaultImageFolderId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |