@GwtCompatible public enum StoreElementType extends Enum<StoreElementType> implements Serializable
StoreElement
.StoreElement
Enum Constant and Description |
---|
CS_CONTENT
ContentStore dataset container.
|
CS_DATASET
ContentStore dataset.
|
CS_FOLDER
ContentStore folder.
|
CS_ROOT
ContentStore root.
|
GS_BODY
GlobalStore body within a page.
|
GS_CONTENT_AREA
ContentArea within a GlobalStore page.
|
GS_FOLDER
GlobalStore folder.
|
GS_PAGE
GlobalStore page.
|
GS_PROJECT_PROPERTIES
GlobalStore project specific settings.
|
GS_ROOT
GlobalStore root.
|
GS_SECTION
GlobalStore section of a body within a page.
|
GS_USER_PROPERTIES
GlobalStore user specific settings.
|
MS_FOLDER
MediaStore folder.
|
MS_MEDIA
MediaStore medium.
|
MS_ROOT
MediaStore root.
|
PS_BODY
PageStore body of a page.
|
PS_CONTENT
PageStore content referencing entry within a body of a page.
|
PS_FOLDER
PageStore folder.
|
PS_LINK
Generic link element in the PageStore.
|
PS_PAGE
PageStore page.
|
PS_REFERENCE
PageStore section referencing entry within a body of a page.
|
PS_REFERENCEABLE
Generic referenceable element from the PageStore.
|
PS_ROOT
PageStore root.
|
PS_SECTION
PageStore section within a body of a page.
|
SS_DOCUMENTGROUP
SiteStore document group.
|
SS_FOLDER
SiteStore folder.
|
SS_GROUP
SiteStore group.
|
SS_PAGE
SiteStore page reference.
|
SS_ROOT
SiteStore root.
|
TS_ALLOWED
Generic element for allowance information.
|
TS_FOLDER
TemplateStore folder.
|
TS_FORMAT
Format template.
|
TS_FORMAT_FOLDER
Format template folder.
|
TS_FORMATS
Format template sub root.
|
TS_LINK
Link template.
|
TS_LINK_FOLDER
Deprecated.
since 5.0.3 - no replacement
|
TS_LINKS
Link template sub root.
|
TS_MAPPING
Deprecated.
since 5.0.3 - no replacement
|
TS_MAPPINGS
Deprecated.
since 5.0.3 - no replacement
|
TS_PAGE
StoreElement type:
Page-Template . |
TS_PAGES
StoreElement type:
Page-Templates . |
TS_QUERY
Query definition.
|
TS_ROOT
TemplateStore root.
|
TS_SCHEMA
Schema definition.
|
TS_SCHEMA_FOLDER
Schema folder.
|
TS_SCHEMES
Schema definitions sub root.
|
TS_SCRIPT
Script definition.
|
TS_SCRIPT_FOLDER
Script definition folder.
|
TS_SCRIPTS
Script definitions sub root.
|
TS_SECTION
TemplateStore section template.
|
TS_SECTIONS
StoreElement type:
Section-Templates . |
TS_STYLE
Style template.
|
TS_TABLE
Table template.
|
TS_TABLE_FORMAT
TableFormat template.
|
TS_TEMPLATE
Generic marker for a Template.
|
TS_WORKFLOW
Workflow definition.
|
TS_WORKFLOW_FOLDER
Workflow definition folder.
|
TS_WORKFLOWS
Workflow definition sub root.
|
Modifier and Type | Method and Description |
---|---|
StoreType |
getStoreType()
Provides the technical store type.
|
static StoreElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreElementType PS_ROOT
public static final StoreElementType PS_FOLDER
public static final StoreElementType PS_PAGE
public static final StoreElementType PS_BODY
public static final StoreElementType PS_SECTION
public static final StoreElementType PS_CONTENT
public static final StoreElementType PS_REFERENCE
public static final StoreElementType PS_REFERENCEABLE
public static final StoreElementType PS_LINK
public static final StoreElementType CS_ROOT
public static final StoreElementType CS_FOLDER
public static final StoreElementType CS_CONTENT
public static final StoreElementType CS_DATASET
public static final StoreElementType MS_ROOT
public static final StoreElementType MS_FOLDER
public static final StoreElementType MS_MEDIA
public static final StoreElementType SS_ROOT
public static final StoreElementType SS_FOLDER
public static final StoreElementType SS_PAGE
public static final StoreElementType SS_GROUP
public static final StoreElementType SS_DOCUMENTGROUP
public static final StoreElementType TS_ROOT
public static final StoreElementType TS_FOLDER
public static final StoreElementType TS_TEMPLATE
public static final StoreElementType TS_PAGES
Page-Templates
.public static final StoreElementType TS_PAGE
Page-Template
.public static final StoreElementType TS_SECTIONS
Section-Templates
.public static final StoreElementType TS_SECTION
public static final StoreElementType TS_ALLOWED
@Deprecated public static final StoreElementType TS_MAPPINGS
@Deprecated public static final StoreElementType TS_MAPPING
public static final StoreElementType TS_FORMATS
public static final StoreElementType TS_FORMAT
public static final StoreElementType TS_TABLE_FORMAT
public static final StoreElementType TS_STYLE
public static final StoreElementType TS_FORMAT_FOLDER
public static final StoreElementType TS_LINKS
public static final StoreElementType TS_LINK
@Deprecated public static final StoreElementType TS_LINK_FOLDER
public static final StoreElementType TS_SCRIPTS
public static final StoreElementType TS_SCRIPT
public static final StoreElementType TS_SCRIPT_FOLDER
public static final StoreElementType TS_SCHEMES
public static final StoreElementType TS_SCHEMA
public static final StoreElementType TS_SCHEMA_FOLDER
public static final StoreElementType TS_TABLE
public static final StoreElementType TS_QUERY
public static final StoreElementType TS_WORKFLOWS
public static final StoreElementType TS_WORKFLOW
public static final StoreElementType TS_WORKFLOW_FOLDER
public static final StoreElementType GS_ROOT
public static final StoreElementType GS_CONTENT_AREA
public static final StoreElementType GS_FOLDER
public static final StoreElementType GS_PAGE
public static final StoreElementType GS_BODY
public static final StoreElementType GS_SECTION
public static final StoreElementType GS_PROJECT_PROPERTIES
public static final StoreElementType GS_USER_PROPERTIES
public static StoreElementType[] values()
for (StoreElementType c : StoreElementType.values()) System.out.println(c);
public static StoreElementType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic StoreType getStoreType()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210