Enum Class StoreElementType
- All Implemented Interfaces:
Serializable
,Comparable<StoreElementType>
,Constable
The type of a
StoreElement
.- Since:
- 4.1.1
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionContentStore dataset container.ContentStore dataset.ContentStore folder.ContentStore root.GlobalStore body within a page.ContentArea within a GlobalStore page.GlobalStore folder.GlobalStore page.GlobalStore project specific settings.GlobalStore root.GlobalStore section of a body within a page.GlobalStore user specific settings.MediaStore folder.MediaStore medium.MediaStore root.PageStore body of a page.PageStore content referencing entry within a body of a page.PageStore folder.Generic link element in the PageStore.PageStore page.PageStore section referencing entry within a body of a page.Generic referenceable element from the PageStore.PageStore root.PageStore section within a body of a page.SiteStore document group.SiteStore folder.SiteStore group.SiteStore page reference.SiteStore root.Generic element for allowance information.TemplateStore folder.Format template.Format template folder.Format template sub root.Link template.Deprecated.since 5.0.3 - no replacementLink template sub root.Deprecated.since 5.0.3 - no replacementDeprecated.since 5.0.3 - no replacementStoreElement type:Page-Template
.StoreElement type:Page-Templates
.Query definition.TemplateStore root.Schema definition.Schema folder.Schema definitions sub root.Script definition.Script definition folder.Script definitions sub root.TemplateStore section template.StoreElement type:Section-Templates
.Style template.Table template.TableFormat template.Generic marker for a Template.Workflow definition.Workflow definition folder.Workflow definition sub root. -
Method Summary
Modifier and TypeMethodDescriptionProvides the technical store type.static StoreElementType
Returns the enum constant of this class with the specified name.static StoreElementType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PS_ROOT
PageStore root.- Since:
- 4.1.1
-
PS_FOLDER
PageStore folder.- Since:
- 4.1.1
-
PS_PAGE
PageStore page.- Since:
- 4.1.1
-
PS_BODY
PageStore body of a page.- Since:
- 4.1.1
-
PS_SECTION
PageStore section within a body of a page.- Since:
- 4.1.1
-
PS_CONTENT
PageStore content referencing entry within a body of a page.- Since:
- 4.1.1
-
PS_REFERENCE
PageStore section referencing entry within a body of a page.- Since:
- 4.1.1
-
PS_REFERENCEABLE
Generic referenceable element from the PageStore.- Since:
- 4.2.12
-
PS_LINK
Generic link element in the PageStore.- Since:
- 4.2.12
-
CS_ROOT
ContentStore root.- Since:
- 4.1.1
-
CS_FOLDER
ContentStore folder.- Since:
- 4.1.1
-
CS_CONTENT
ContentStore dataset container.- Since:
- 4.1.1
-
CS_DATASET
ContentStore dataset.- Since:
- 4.1.1
-
MS_ROOT
MediaStore root.- Since:
- 4.1.1
-
MS_FOLDER
MediaStore folder.- Since:
- 4.1.1
-
MS_MEDIA
MediaStore medium.- Since:
- 4.1.1
-
SS_ROOT
SiteStore root.- Since:
- 4.1.1
-
SS_FOLDER
SiteStore folder.- Since:
- 4.1.1
-
SS_PAGE
SiteStore page reference.- Since:
- 4.1.1
-
SS_GROUP
SiteStore group.- Since:
- 4.1.1
-
SS_DOCUMENTGROUP
SiteStore document group.- Since:
- 5.0.10
-
TS_ROOT
TemplateStore root.- Since:
- 4.1.1
-
TS_FOLDER
TemplateStore folder.- Since:
- 4.1.1
-
TS_TEMPLATE
Generic marker for a Template.- Since:
- 4.1.1
-
TS_PAGES
StoreElement type:Page-Templates
.- Since:
- 5.0.9
-
TS_PAGE
StoreElement type:Page-Template
.- Since:
- 4.1.1
-
TS_SECTIONS
StoreElement type:Section-Templates
.- Since:
- 5.0.9
-
TS_SECTION
TemplateStore section template.- Since:
- 4.1.1
-
TS_ALLOWED
Generic element for allowance information.- Since:
- 4.1.1
-
TS_MAPPINGS
Deprecated.since 5.0.3 - no replacementTemplateStore mappings.- Since:
- 4.1.1
-
TS_MAPPING
Deprecated.since 5.0.3 - no replacementTemplateStore mapping.- Since:
- 4.1.1
-
TS_FORMATS
Format template sub root.- Since:
- 4.1.1
-
TS_FORMAT
Format template.- Since:
- 4.1.1
-
TS_TABLE_FORMAT
TableFormat template.- Since:
- 5.2.713
-
TS_STYLE
Style template.- Since:
- 5.2.713
-
TS_FORMAT_FOLDER
Format template folder.- Since:
- 4.1.1
-
TS_LINKS
Link template sub root.- Since:
- 4.1.1
-
TS_LINK
Link template.- Since:
- 4.1.1
-
TS_LINK_FOLDER
Deprecated.since 5.0.3 - no replacementLink template folder.- Since:
- 4.1.1
-
TS_SCRIPTS
Script definitions sub root.- Since:
- 4.1.1
-
TS_SCRIPT
Script definition.- Since:
- 4.1.1
-
TS_SCRIPT_FOLDER
Script definition folder.- Since:
- 4.1.1
-
TS_SCHEMES
Schema definitions sub root.- Since:
- 4.1.1
-
TS_SCHEMA
Schema definition.- Since:
- 4.1.1
-
TS_SCHEMA_FOLDER
Schema folder.- Since:
- 4.1.1
-
TS_TABLE
Table template.- Since:
- 4.1.1
-
TS_QUERY
Query definition.- Since:
- 4.1.1
-
TS_WORKFLOWS
Workflow definition sub root.- Since:
- 4.1.1
-
TS_WORKFLOW
Workflow definition.- Since:
- 4.1.1
-
TS_WORKFLOW_FOLDER
Workflow definition folder.- Since:
- 4.1.1
-
GS_ROOT
GlobalStore root.- Since:
- 4.1.1
-
GS_CONTENT_AREA
ContentArea within a GlobalStore page.- Since:
- 4.1.1
-
GS_FOLDER
GlobalStore folder.- Since:
- 4.1.1
-
GS_PAGE
GlobalStore page.- Since:
- 4.1.1
-
GS_BODY
GlobalStore body within a page.- Since:
- 4.1.1
-
GS_SECTION
GlobalStore section of a body within a page.- Since:
- 4.1.1
-
GS_PROJECT_PROPERTIES
GlobalStore project specific settings.- Since:
- 4.1.1
-
GS_USER_PROPERTIES
GlobalStore user specific settings.- Since:
- 4.1.1
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getStoreType
Provides the technical store type.- Since:
- 4.1.7
-