public enum Scope extends Enum<Scope>
Enum Constant and Description |
---|
APPLICATION
Settings of an application, like Forum, Content, or Social.
|
GLOBAL
Settings of the whole eXo Platform (all sites and portals).
|
PAGE
Settings of pages.
|
PORTAL
Settings of the entire portal (and all its sites).
|
SITE
Settings of sites.
|
SPACE
Settings of spaces.
|
WINDOWS
Settings of portlets or gadgets.
|
Modifier and Type | Method and Description |
---|---|
String |
getId() |
Scope |
id(String id) |
static Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scope WINDOWS
public static final Scope PAGE
public static final Scope SPACE
public static final Scope SITE
public static final Scope PORTAL
public static final Scope APPLICATION
public static final Scope GLOBAL
public static Scope[] values()
for (Scope c : Scope.values()) System.out.println(c);
public static Scope 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 String getId()
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.