public class PageCreateRequest extends Object
Constructor and Description |
---|
PageCreateRequest()
Constructor for JAXB
|
Modifier and Type | Method and Description |
---|---|
SortedSet<String> |
getAlternateUrls()
Alternate URLs (in alphabetical order)
|
Integer |
getContentSetId()
Contentset ID of the page
|
String |
getDescription()
Description of the page
|
Boolean |
getFailOnDuplicate()
True if creating the page with a duplicate name will fail.
|
String |
getFileName()
Filename of the page
|
String |
getFolderId()
The ID of the folder, where the page shall be created.
|
String |
getLanguage()
Language of the created page
|
String |
getNiceUrl()
Nice URL of the page
|
Integer |
getNodeId()
Id of the node we want to create page in.
|
String |
getPageName()
Name of the page
|
Integer |
getPriority()
Priority of the page
|
Integer |
getTemplateId()
Id of the template the created page shall use
|
Integer |
getVariantChannelId()
The channel of the source page of the variant.
|
Integer |
getVariantId()
Id of the page, this page shall be a variant of
|
boolean |
isForceExtension()
Flag for forcing creating of page with the given filename, even if the extension does not match
the template's extension.
|
PageCreateRequest |
setAlternateUrls(SortedSet<String> alternateUrls)
Set the alternate URLs
|
PageCreateRequest |
setContentSetId(Integer contentSetId)
Set the contentSetId of the page
|
PageCreateRequest |
setDescription(String description)
Set the description of the page
|
PageCreateRequest |
setFailOnDuplicate(Boolean failOnDuplicate)
Set whether creating shall fail on duplicate names
|
PageCreateRequest |
setFileName(String fileName)
Set the filename
|
PageCreateRequest |
setFolderId(String folderId) |
PageCreateRequest |
setForceExtension(boolean forceExtension)
Set whether the
|
PageCreateRequest |
setLanguage(String language) |
PageCreateRequest |
setNiceUrl(String niceUrl)
Set the nice URL
|
PageCreateRequest |
setNodeId(Integer nodeId)
Set the node id of the page
|
PageCreateRequest |
setPageName(String pageName)
Set the pagename
|
PageCreateRequest |
setPriority(Integer priority)
Set the priority of the page
|
PageCreateRequest |
setTemplateId(Integer templateId) |
PageCreateRequest |
setVariantChannelId(Integer variantChannelId)
Set the source channel for the page to create
|
PageCreateRequest |
setVariantId(Integer variantId) |
public String getFolderId()
public Integer getTemplateId()
public Integer getVariantId()
public String getLanguage()
public PageCreateRequest setFolderId(String folderId)
folderId
- the folderId to setpublic PageCreateRequest setTemplateId(Integer templateId)
templateId
- the templateId to setpublic PageCreateRequest setVariantId(Integer variantId)
variantId
- public PageCreateRequest setLanguage(String language)
language
- the language to setpublic PageCreateRequest setNodeId(Integer nodeId)
nodeId
- public Integer getNodeId()
public String getPageName()
public PageCreateRequest setPageName(String pageName)
pageName
- public String getFileName()
public PageCreateRequest setFileName(String fileName)
fileName
- public String getNiceUrl()
public PageCreateRequest setNiceUrl(String niceUrl)
niceUrl
- nice URLpublic SortedSet<String> getAlternateUrls()
public PageCreateRequest setAlternateUrls(SortedSet<String> alternateUrls)
alternateUrls
- alternate URLspublic boolean isForceExtension()
public PageCreateRequest setForceExtension(boolean forceExtension)
forceExtension
- public String getDescription()
public PageCreateRequest setDescription(String description)
description
- public Integer getPriority()
public PageCreateRequest setPriority(Integer priority)
priority
- the page priotirypublic Integer getContentSetId()
public PageCreateRequest setContentSetId(Integer contentSetId)
contentSetId
- public Boolean getFailOnDuplicate()
public PageCreateRequest setFailOnDuplicate(Boolean failOnDuplicate)
failOnDuplicate
- true to fail on duplicate namespublic Integer getVariantChannelId()
public PageCreateRequest setVariantChannelId(Integer variantChannelId)
variantChannelId
- Copyright © 2024 Gentics Software. All rights reserved.