protected static enum MigrationContext.PortalEntityType extends Enum<MigrationContext.PortalEntityType>
| Enum Constant and Description |
|---|
NAVIGATION |
PAGE |
SITE |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.api.settings.data.Context |
getContext() |
String |
getScopeType() |
String |
getTitle() |
static MigrationContext.PortalEntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationContext.PortalEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MigrationContext.PortalEntityType SITE
public static final MigrationContext.PortalEntityType NAVIGATION
public static final MigrationContext.PortalEntityType PAGE
public static MigrationContext.PortalEntityType[] values()
for (MigrationContext.PortalEntityType c : MigrationContext.PortalEntityType.values()) System.out.println(c);
public static MigrationContext.PortalEntityType 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 org.exoplatform.commons.api.settings.data.Context getContext()
public String getScopeType()
public String getTitle()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.