Enum Class StoreElementType

java.lang.Object
java.lang.Enum<StoreElementType>
de.espirit.firstspirit.base.store.StoreElementType
All Implemented Interfaces:
Serializable, Comparable<StoreElementType>, Constable

@GwtCompatible public enum StoreElementType extends Enum<StoreElementType> implements Serializable
The type of a StoreElement.
Since:
4.1.1
See Also:
  • Enum Constant Details

    • PS_ROOT

      public static final StoreElementType PS_ROOT
      PageStore root.
      Since:
      4.1.1
    • PS_FOLDER

      public static final StoreElementType PS_FOLDER
      PageStore folder.
      Since:
      4.1.1
    • PS_PAGE

      public static final StoreElementType PS_PAGE
      PageStore page.
      Since:
      4.1.1
    • PS_BODY

      public static final StoreElementType PS_BODY
      PageStore body of a page.
      Since:
      4.1.1
    • PS_SECTION

      public static final StoreElementType PS_SECTION
      PageStore section within a body of a page.
      Since:
      4.1.1
    • PS_CONTENT

      public static final StoreElementType PS_CONTENT
      PageStore content referencing entry within a body of a page.
      Since:
      4.1.1
    • PS_REFERENCE

      public static final StoreElementType PS_REFERENCE
      PageStore section referencing entry within a body of a page.
      Since:
      4.1.1
    • PS_REFERENCEABLE

      public static final StoreElementType PS_REFERENCEABLE
      Generic referenceable element from the PageStore.
      Since:
      4.2.12
    • CS_ROOT

      public static final StoreElementType CS_ROOT
      ContentStore root.
      Since:
      4.1.1
    • CS_FOLDER

      public static final StoreElementType CS_FOLDER
      ContentStore folder.
      Since:
      4.1.1
    • CS_CONTENT

      public static final StoreElementType CS_CONTENT
      ContentStore dataset container.
      Since:
      4.1.1
    • CS_DATASET

      public static final StoreElementType CS_DATASET
      ContentStore dataset.
      Since:
      4.1.1
    • MS_ROOT

      public static final StoreElementType MS_ROOT
      MediaStore root.
      Since:
      4.1.1
    • MS_FOLDER

      public static final StoreElementType MS_FOLDER
      MediaStore folder.
      Since:
      4.1.1
    • MS_MEDIA

      public static final StoreElementType MS_MEDIA
      MediaStore medium.
      Since:
      4.1.1
    • SS_ROOT

      public static final StoreElementType SS_ROOT
      SiteStore root.
      Since:
      4.1.1
    • SS_FOLDER

      public static final StoreElementType SS_FOLDER
      SiteStore folder.
      Since:
      4.1.1
    • SS_PAGE

      public static final StoreElementType SS_PAGE
      SiteStore page reference.
      Since:
      4.1.1
    • SS_GROUP

      public static final StoreElementType SS_GROUP
      SiteStore group.
      Since:
      4.1.1
    • SS_DOCUMENTGROUP

      public static final StoreElementType SS_DOCUMENTGROUP
      SiteStore document group.
      Since:
      5.0.10
    • TS_ROOT

      public static final StoreElementType TS_ROOT
      TemplateStore root.
      Since:
      4.1.1
    • TS_FOLDER

      public static final StoreElementType TS_FOLDER
      TemplateStore folder.
      Since:
      4.1.1
    • TS_TEMPLATE

      public static final StoreElementType TS_TEMPLATE
      Generic marker for a Template.
      Since:
      4.1.1
    • TS_PAGES

      public static final StoreElementType TS_PAGES
      StoreElement type: Page-Templates.
      Since:
      5.0.9
    • TS_PAGE

      public static final StoreElementType TS_PAGE
      StoreElement type: Page-Template.
      Since:
      4.1.1
    • TS_SECTIONS

      public static final StoreElementType TS_SECTIONS
      StoreElement type: Section-Templates.
      Since:
      5.0.9
    • TS_SECTION

      public static final StoreElementType TS_SECTION
      TemplateStore section template.
      Since:
      4.1.1
    • TS_ALLOWED

      public static final StoreElementType TS_ALLOWED
      Generic element for allowance information.
      Since:
      4.1.1
    • TS_MAPPINGS

      @Deprecated public static final StoreElementType TS_MAPPINGS
      Deprecated.
      since 5.0.3 - no replacement
      TemplateStore mappings.
      Since:
      4.1.1
    • TS_MAPPING

      @Deprecated public static final StoreElementType TS_MAPPING
      Deprecated.
      since 5.0.3 - no replacement
      TemplateStore mapping.
      Since:
      4.1.1
    • TS_FORMATS

      public static final StoreElementType TS_FORMATS
      Format template sub root.
      Since:
      4.1.1
    • TS_FORMAT

      public static final StoreElementType TS_FORMAT
      Format template.
      Since:
      4.1.1
    • TS_TABLE_FORMAT

      public static final StoreElementType TS_TABLE_FORMAT
      TableFormat template.
      Since:
      5.2.713
    • TS_STYLE

      public static final StoreElementType TS_STYLE
      Style template.
      Since:
      5.2.713
    • TS_FORMAT_FOLDER

      public static final StoreElementType TS_FORMAT_FOLDER
      Format template folder.
      Since:
      4.1.1
    • TS_SCRIPTS

      public static final StoreElementType TS_SCRIPTS
      Script definitions sub root.
      Since:
      4.1.1
    • TS_SCRIPT

      public static final StoreElementType TS_SCRIPT
      Script definition.
      Since:
      4.1.1
    • TS_SCRIPT_FOLDER

      public static final StoreElementType TS_SCRIPT_FOLDER
      Script definition folder.
      Since:
      4.1.1
    • TS_SCHEMES

      public static final StoreElementType TS_SCHEMES
      Schema definitions sub root.
      Since:
      4.1.1
    • TS_SCHEMA

      public static final StoreElementType TS_SCHEMA
      Schema definition.
      Since:
      4.1.1
    • TS_SCHEMA_FOLDER

      public static final StoreElementType TS_SCHEMA_FOLDER
      Schema folder.
      Since:
      4.1.1
    • TS_TABLE

      public static final StoreElementType TS_TABLE
      Table template.
      Since:
      4.1.1
    • TS_QUERY

      public static final StoreElementType TS_QUERY
      Query definition.
      Since:
      4.1.1
    • TS_WORKFLOWS

      public static final StoreElementType TS_WORKFLOWS
      Workflow definition sub root.
      Since:
      4.1.1
    • TS_WORKFLOW

      public static final StoreElementType TS_WORKFLOW
      Workflow definition.
      Since:
      4.1.1
    • TS_WORKFLOW_FOLDER

      public static final StoreElementType TS_WORKFLOW_FOLDER
      Workflow definition folder.
      Since:
      4.1.1
    • GS_ROOT

      public static final StoreElementType GS_ROOT
      GlobalStore root.
      Since:
      4.1.1
    • GS_CONTENT_AREA

      public static final StoreElementType GS_CONTENT_AREA
      ContentArea within a GlobalStore page.
      Since:
      4.1.1
    • GS_FOLDER

      public static final StoreElementType GS_FOLDER
      GlobalStore folder.
      Since:
      4.1.1
    • GS_PAGE

      public static final StoreElementType GS_PAGE
      GlobalStore page.
      Since:
      4.1.1
    • GS_BODY

      public static final StoreElementType GS_BODY
      GlobalStore body within a page.
      Since:
      4.1.1
    • GS_SECTION

      public static final StoreElementType GS_SECTION
      GlobalStore section of a body within a page.
      Since:
      4.1.1
    • GS_PROJECT_PROPERTIES

      public static final StoreElementType GS_PROJECT_PROPERTIES
      GlobalStore project specific settings.
      Since:
      4.1.1
    • GS_USER_PROPERTIES

      public static final StoreElementType GS_USER_PROPERTIES
      GlobalStore user specific settings.
      Since:
      4.1.1
  • Method Details

    • values

      public static StoreElementType[] 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

      public static StoreElementType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getStoreType

      public StoreType getStoreType()
      Provides the technical store type.
      Since:
      4.1.7