Uses of Class
org.nuxeo.runtime.migration.MigrationServiceImpl.ProgressReporter
-
Packages that use MigrationServiceImpl.ProgressReporter Package Description org.nuxeo.runtime.migration -
-
Uses of MigrationServiceImpl.ProgressReporter in org.nuxeo.runtime.migration
Fields in org.nuxeo.runtime.migration declared as MigrationServiceImpl.ProgressReporter Modifier and Type Field Description protected MigrationServiceImpl.ProgressReporter
MigrationServiceImpl.MigrationContextImpl. progressReporter
Methods in org.nuxeo.runtime.migration with parameters of type MigrationServiceImpl.ProgressReporter Modifier and Type Method Description protected 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.ProgressReporter Constructor Description MigrationContextImpl(MigrationServiceImpl.ProgressReporter progressReporter)
MigratorWithContext(Consumer<MigrationService.MigrationContext> migration, MigrationServiceImpl.ProgressReporter progressReporter, BiConsumer<MigrationService.MigrationContext,Throwable> afterMigration)
-