Package | Description |
---|---|
org.nuxeo.ecm.platform.tag | |
org.nuxeo.runtime.migration |
Modifier and Type | Field and Description |
---|---|
protected MigrationService.MigrationContext |
TagsRelationsToFacetsMigrator.migrationContext |
Modifier and Type | Method and Description |
---|---|
void |
TagsRelationsToFacetsMigrator.run(MigrationService.MigrationContext migrationContext) |
Modifier and Type | Class and Description |
---|---|
protected static class |
MigrationServiceImpl.MigrationContextImpl
Migration context implementation that reports progress in the key/value store and can be shutdown.
|
Modifier and Type | Field and Description |
---|---|
protected MigrationService.MigrationContext |
MigrationServiceImpl.MigratorWithContext.migrationContext |
Modifier and Type | Field and Description |
---|---|
protected BiConsumer<MigrationService.MigrationContext,Throwable> |
MigrationServiceImpl.MigratorWithContext.afterMigration |
protected Consumer<MigrationService.MigrationContext> |
MigrationServiceImpl.MigratorWithContext.migration |
Modifier and Type | Method and Description |
---|---|
void |
MigrationService.Migrator.run(MigrationService.MigrationContext migrationContext)
Runs the migration.
|
Constructor and Description |
---|
MigratorWithContext(Consumer<MigrationService.MigrationContext> migration,
MigrationServiceImpl.ProgressReporter progressReporter,
BiConsumer<MigrationService.MigrationContext,Throwable> afterMigration) |
MigratorWithContext(Consumer<MigrationService.MigrationContext> migration,
MigrationServiceImpl.ProgressReporter progressReporter,
BiConsumer<MigrationService.MigrationContext,Throwable> afterMigration) |
Copyright © 2018 Nuxeo. All rights reserved.