public class Node extends ContentNodeItem implements Serializable
ContentNodeItem.ItemType
Constructor and Description |
---|
Node()
Create empty instance
|
Modifier and Type | Method and Description |
---|---|
String |
getBinaryPublishDir()
Get the publish directory for binaries
|
Editor |
getContentEditor()
Editor to be used in the node
|
Integer |
getContentRepositoryId()
ID of the assigned contentrepository
|
Integer |
getDefaultFileFolderId()
Default File Upload Folder ID
|
Integer |
getDefaultImageFolderId()
Default Image Upload Folder ID
|
int |
getFolderId()
ID of the root folder
|
String |
getHost()
Hostname for publishing into the Filesystem
|
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(String binaryPublishDir)
Set the publish directory for binaries
|
void |
setContentEditor(Editor contentEditor)
Set the editor
|
void |
setContentRepositoryId(Integer contentRepositoryId)
Set the contentrepository id
|
void |
setDefaultFileFolderId(Integer defaultFileFolderId)
Set the default file folder id
|
void |
setDefaultImageFolderId(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(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(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
|
getCdate, getCreator, getEdate, getEditor, getId, getName, getType, setCdate, setCreator, setEdate, setEditor, setId, setName, setType
public int getFolderId()
public void setFolderId(int folderId)
folderId
- ID of the root folderpublic String getPublishDir()
public void setPublishDir(String publishDir)
pubDir
- publish directorypublic String getBinaryPublishDir()
public void setBinaryPublishDir(String binaryPublishDir)
binaryPublishDir
- publish directory for binariespublic boolean isHttps()
public void setHttps(boolean https)
https
- public String getHost()
public void setHost(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 Integer getContentRepositoryId()
public void setContentRepositoryId(Integer contentRepositoryId)
contentRepositoryId
- public boolean isDisablePublish()
public void setDisablePublish(boolean disablePublish)
disablePublish
- public Editor getContentEditor()
public void setContentEditor(Editor contentEditor)
contentEditor
- public Integer getDefaultFileFolderId()
public void setDefaultFileFolderId(Integer defaultFileFolderId)
defaultFileFolderId
- public Integer getDefaultImageFolderId()
public void setDefaultImageFolderId(Integer defaultImageFolderId)
defaultImageFolderId
- Copyright © 2014 Gentics Software GmbH. All rights reserved.