Uses of Class
org.nuxeo.runtime.migration.MigrationServiceImpl.ProgressReporter
-
Uses of MigrationServiceImpl.ProgressReporter in org.nuxeo.runtime.migration
Modifier and TypeFieldDescriptionprotected final MigrationServiceImpl.ProgressReporter
MigrationServiceImpl.MigrationContextImpl.progressReporter
Modifier and TypeMethodDescriptionprotected void
MigrationServiceImpl.setState
(String id, String state, MigrationService.Migrator migrator, MigrationServiceImpl.ProgressReporter progressReporter) protected void
MigrationServiceImpl.setState
(String id, String state, MigrationServiceImpl.ProgressReporter progressReporter, KeyValueStore kv) ModifierConstructorDescriptionMigrationContextImpl
(MigrationServiceImpl.ProgressReporter progressReporter) MigratorWithContext
(Consumer<MigrationService.MigrationContext> migration, MigrationServiceImpl.ProgressReporter progressReporter, BiConsumer<MigrationService.MigrationContext, Throwable> afterMigration)