java.lang.Object
org.exoplatform.commons.api.settings.data.Scope
All Implemented Interfaces:
Serializable, Cloneable

public class Scope extends Object implements Cloneable, Serializable
Saves some settings linked to a scope.
See Also:
eXo level API
Experimental
  • Field Details

    • WINDOWS

      public static final Scope WINDOWS
      Settings of portlets or gadgets.
      eXo level API
      Experimental
    • PAGE

      public static final Scope PAGE
      Settings of pages.
      eXo level API
      Experimental
    • SPACE

      public static final Scope SPACE
      Settings of spaces.
      eXo level API
      Experimental
    • SITE

      public static final Scope SITE
      Settings of sites.
      eXo level API
      Experimental
    • PORTAL

      public static final Scope PORTAL
      Settings of the entire portal (and all its sites).
      eXo level API
      Experimental
    • APPLICATION

      public static final Scope APPLICATION
      Settings of an application, like Forum, Content, or Social.
      eXo level API
      Experimental
    • GLOBAL

      public static final Scope GLOBAL
      Settings of the whole eXo Platform (all sites and portals).
      eXo level API
      Experimental
  • Constructor Details

  • Method Details