Interface GlobalWebAppId

All Superinterfaces:
WebAppId

public interface GlobalWebAppId extends WebAppId
Identifies a global web-app by it's id.
Since:
5.1.103
  • Field Details

    • ROOT

      static final GlobalWebAppId ROOT
      Identifier for the FirstSpirit Startpage.
      Since:
      5.2.202
    • WEBMON

      static final GlobalWebAppId WEBMON
      Identifier for the FirstSpirit System-Monitoring.
      Since:
      5.2.202
    • PREVIEW

      static final GlobalWebAppId PREVIEW
      Identifier for the FirstSpirit Preview.
      Since:
      5.2.202
    • STAGING

      static final GlobalWebAppId STAGING
      Identifier for the FirstSpirit Staging.
      Since:
      5.2.202
    • WEBEDIT

      static final GlobalWebAppId WEBEDIT
      Identifier for the FirstSpirit ContentCreator
      Since:
      5.2.2001
    • WEBEDI

      @Deprecated static final GlobalWebAppId WEBEDI
      Deprecated.
      since 5.2.2001 - use WEBEDIT instead.
      Identifier for the FirstSpirit ContentCreator.
      Since:
      5.2.202
  • Method Details

    • getGlobalId

      @NotNull @NotNull String getGlobalId()
      Returns the global web-app identifier.
      Returns:
      global web-app identifier.
      Since:
      5.1.103