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.ProgressReporter
MigrationServiceImpl.MigrationContextImpl.progressReporter
Methods in org.nuxeo.runtime.migration with parameters of type MigrationServiceImpl.ProgressReporterModifier 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) 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)