Uses of Class
org.nuxeo.runtime.migration.MigrationServiceImpl.ProgressReporter
Packages that use MigrationServiceImpl.ProgressReporter
-
Uses of MigrationServiceImpl.ProgressReporter in org.nuxeo.runtime.migration
Fields in org.nuxeo.runtime.migration declared as MigrationServiceImpl.ProgressReporterModifier and TypeFieldDescriptionprotected final MigrationServiceImpl.ProgressReporterMigrationServiceImpl.MigrationContextImpl.progressReporterMethods in org.nuxeo.runtime.migration with parameters of type MigrationServiceImpl.ProgressReporterModifier and TypeMethodDescriptionprotected voidMigrationServiceImpl.setState(String id, String state, MigrationService.Migrator migrator, MigrationServiceImpl.ProgressReporter progressReporter) protected voidMigrationServiceImpl.setState(String id, String state, MigrationServiceImpl.ProgressReporter progressReporter, KeyValueStore kv) Constructors in org.nuxeo.runtime.migration with parameters of type MigrationServiceImpl.ProgressReporterModifierConstructorDescriptionMigrationContextImpl(MigrationServiceImpl.ProgressReporter progressReporter) MigratorWithContext(Consumer<MigrationService.MigrationContext> migration, MigrationServiceImpl.ProgressReporter progressReporter, BiConsumer<MigrationService.MigrationContext, Throwable> afterMigration)