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 TypeClassDescriptionclassMigrator to populate theecm:blobKeysfield in DBS repositories. -
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 classAmigratorwrapper to send invalidations to other nodes when callingMigrationServiceImpl.InvalidatorMigrator.notifyStatusChange().Fields in org.nuxeo.runtime.migration declared as MigrationService.MigratorModifier and TypeFieldDescriptionprotected final MigrationService.MigratorMigrationServiceImpl.InvalidatorMigrator.migratorMethods 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 voidMigrationServiceImpl.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)