Uses of Interface
org.nuxeo.runtime.migration.MigrationService.Migrator
Packages that use MigrationService.Migrator
Package
Description
-
Uses of MigrationService.Migrator in org.nuxeo.ecm.core.migrator
Classes in org.nuxeo.ecm.core.migrator that implement MigrationService.Migrator -
Uses of MigrationService.Migrator in org.nuxeo.ecm.core.storage.dbs
Classes in org.nuxeo.ecm.core.storage.dbs that implement MigrationService.MigratorModifier and TypeClassDescriptionclass
Migrator to populate theecm:blobKeys
field in DBS repositories. -
Uses of MigrationService.Migrator in org.nuxeo.ecm.core.trash
Classes in org.nuxeo.ecm.core.trash that implement MigrationService.Migrator -
Uses of MigrationService.Migrator in org.nuxeo.ecm.platform.comment.impl
Classes in org.nuxeo.ecm.platform.comment.impl that implement MigrationService.Migrator -
Uses of MigrationService.Migrator in org.nuxeo.runtime.migration
Classes in org.nuxeo.runtime.migration that implement MigrationService.MigratorModifier and TypeClassDescriptionstatic class
Amigrator
wrapper to send invalidations to other nodes when callingMigrationServiceImpl.InvalidatorMigrator.notifyStatusChange()
.Fields in org.nuxeo.runtime.migration declared as MigrationService.MigratorModifier and TypeFieldDescriptionprotected final MigrationService.Migrator
MigrationServiceImpl.InvalidatorMigrator.migrator
Methods in org.nuxeo.runtime.migration that return MigrationService.MigratorModifier and TypeMethodDescriptionMigrationServiceImpl.getMigrator
(String id) MigrationServiceImpl.InvalidatorMigrator.getMigrator()
Methods in org.nuxeo.runtime.migration with parameters of type MigrationService.MigratorModifier and TypeMethodDescriptionprotected void
MigrationServiceImpl.setState
(String id, String state, MigrationService.Migrator migrator, MigrationServiceImpl.ProgressReporter progressReporter) Constructors in org.nuxeo.runtime.migration with parameters of type MigrationService.MigratorModifierConstructorDescriptionInvalidatorMigrator
(String id, MigrationService.Migrator migrator, MigrationServiceImpl.MigrationInvalidator invalidator)