public class DocumentType extends Object
| Constructor and Description |
|---|
DocumentType(String name,
boolean folderish,
boolean navigable,
boolean browsable,
boolean ordered,
boolean forcePortalContextualization,
boolean supportsPortalForms,
List<String> portalFormSubTypes,
String defaultTemplate)
Constructor.
|
DocumentType(String name,
boolean folderish,
boolean navigable,
boolean browsable,
boolean ordered,
boolean forcePortalContextualization,
boolean supportsPortalForms,
List<String> portalFormSubTypes,
String defaultTemplate,
String glyph)
Constructor.
|
DocumentType(String name,
boolean folderish,
boolean navigable,
boolean browsable,
boolean ordered,
boolean forcePortalContextualization,
boolean supportsPortalForms,
List<String> portalFormSubTypes,
String defaultTemplate,
String glyph,
boolean isRootType)
Constructor.
|
DocumentType(String name,
boolean folderish,
boolean navigable,
boolean browsable,
boolean ordered,
boolean forcePortalContextualization,
boolean supportsPortalForms,
List<String> portalFormSubTypes,
String defaultTemplate,
String glyph,
boolean isRootType,
boolean moveable) |
DocumentType(String name,
boolean folderish,
boolean navigable,
boolean browsable,
boolean ordered,
boolean forcePortalContextualization,
boolean supportsPortalForms,
List<String> portalFormSubTypes,
String defaultTemplate,
String glyph,
boolean isRootType,
boolean moveable,
boolean liveEditable)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDefaultTemplate()
Getter for defaultTemplate.
|
Boolean |
getEditorialContent()
Getter for editorialContent.
|
String |
getGlyph()
Getter for glyph.
|
String |
getName()
Getter for name.
|
List<String> |
getPortalFormSubTypes()
Getter for portalFormSubTypes.
|
int |
hashCode() |
boolean |
isBrowsable()
Getter for browsable.
|
boolean |
isFolderish()
Getter for folderish.
|
boolean |
isForcePortalContextualization()
Getter for forcePortalContextualization.
|
boolean |
isLiveEditable()
Checks if is live editable.
|
boolean |
isMovable()
Checks if is movable.
|
boolean |
isNavigable()
Getter for navigable.
|
boolean |
isOrdered()
Getter for ordered.
|
boolean |
isRootType()
is root type
|
boolean |
isSupportsPortalForms()
Getter for supportsPortalForms.
|
void |
setEditorialContent(Boolean editorialContent)
Setter for editorialContent.
|
String |
toString() |
public DocumentType(String name, boolean folderish, boolean navigable, boolean browsable, boolean ordered, boolean forcePortalContextualization, boolean supportsPortalForms, List<String> portalFormSubTypes, String defaultTemplate)
name - CMS item type namefolderish - CMS item type is folderish indicatornavigable - CMS item navigable indicatorbrowsable - CMS item browsable indicatorordered - CMS item type is ordered indicatorforcePortalContextualization - CMS item force portal contextualization indicatorsupportsPortalForms - CMS item type supports portal forms indicatorportalFormSubTypes - CMS item type portal from sub typesdefaultTemplate - CMS item default template path, may be null for global default template pathpublic DocumentType(String name, boolean folderish, boolean navigable, boolean browsable, boolean ordered, boolean forcePortalContextualization, boolean supportsPortalForms, List<String> portalFormSubTypes, String defaultTemplate, String glyph)
name - CMS item type namefolderish - CMS item type is folderish indicatornavigable - CMS item navigable indicatorbrowsable - CMS item browsable indicatorordered - CMS item type is ordered indicatorforcePortalContextualization - CMS item force portal contextualization indicatorsupportsPortalForms - CMS item type supports portal forms indicatorportalFormSubTypes - CMS item type portal from sub typesdefaultTemplate - CMS item default template path, may be null for global default template pathglyph - CMS item customized glyph, may be null for default glyphpublic DocumentType(String name, boolean folderish, boolean navigable, boolean browsable, boolean ordered, boolean forcePortalContextualization, boolean supportsPortalForms, List<String> portalFormSubTypes, String defaultTemplate, String glyph, boolean isRootType)
name - the namefolderish - the folderishnavigable - the navigablebrowsable - the browsableordered - the orderedforcePortalContextualization - the force portal contextualizationsupportsPortalForms - the supports portal formsportalFormSubTypes - the portal form sub typesdefaultTemplate - the default templateglyph - the glyphisRootType - the is root typepublic DocumentType(String name, boolean folderish, boolean navigable, boolean browsable, boolean ordered, boolean forcePortalContextualization, boolean supportsPortalForms, List<String> portalFormSubTypes, String defaultTemplate, String glyph, boolean isRootType, boolean moveable)
name - folderish - navigable - browsable - ordered - forcePortalContextualization - supportsPortalForms - portalFormSubTypes - defaultTemplate - glyph - isRootType - moveable - public DocumentType(String name, boolean folderish, boolean navigable, boolean browsable, boolean ordered, boolean forcePortalContextualization, boolean supportsPortalForms, List<String> portalFormSubTypes, String defaultTemplate, String glyph, boolean isRootType, boolean moveable, boolean liveEditable)
name - CMS item type namefolderish - CMS item type is folderish indicatornavigable - CMS item navigable indicatorbrowsable - CMS item browsable indicatorordered - CMS item type is ordered indicatorforcePortalContextualization - CMS item force portal contextualization indicatorsupportsPortalForms - CMS item type supports portal forms indicatorportalFormSubTypes - CMS item type portal from sub typesdefaultTemplate - CMS item default template path, may be null for global default template pathglyph - CMS item customized glyph, may be null for default glyphpublic String getName()
public boolean isFolderish()
public boolean isNavigable()
public boolean isBrowsable()
public boolean isOrdered()
public boolean isForcePortalContextualization()
public boolean isSupportsPortalForms()
public List<String> getPortalFormSubTypes()
public String getDefaultTemplate()
public String getGlyph()
public boolean isRootType()
public boolean isMovable()
public boolean isLiveEditable()
public Boolean getEditorialContent()
public void setEditorialContent(Boolean editorialContent)
editorialContent - the editorialContent to setCopyright © 2016. All rights reserved.