| Package | Description |
|---|---|
| org.exoplatform.portal.jdbc.migration |
| Modifier and Type | Method and Description |
|---|---|
static MigrationContext.PortalEntityType |
MigrationContext.PortalEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationContext.PortalEntityType[] |
MigrationContext.PortalEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RDBMSMigrationManager.doMigrate(AbstractMigrationService migrationService,
org.exoplatform.portal.pom.data.PortalKey siteToMigrateKey,
MigrationContext.PortalEntityType entityType,
int siteToMigrateIndex,
int totalSitesToMigrateCount,
Set<org.exoplatform.portal.pom.data.PortalKey> failedSitesToMigrate) |
protected boolean |
RDBMSMigrationManager.doRemove(AbstractMigrationService migrationService,
org.exoplatform.portal.pom.data.PortalKey siteToCleanupKey,
MigrationContext.PortalEntityType entityType,
int siteToCleanupIndex,
int totalSitesToCleanupCount,
Set<org.exoplatform.portal.pom.data.PortalKey> failedSitesToCleanup) |
protected static boolean |
MigrationContext.isMigrated(org.exoplatform.portal.pom.data.PortalKey siteToMigrateKey,
MigrationContext.PortalEntityType entityType) |
protected static void |
MigrationContext.setMigrated(org.exoplatform.portal.pom.data.PortalKey siteToMigrateKey,
MigrationContext.PortalEntityType entityType) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.