Uses of Interface
org.nuxeo.runtime.migration.MigrationService.Migrator
-
-
Uses of MigrationService.Migrator in org.nuxeo.ecm.core.migrator
Classes in org.nuxeo.ecm.core.migrator that implement MigrationService.Migrator Modifier and Type Class Description classAbstractBulkMigratorclassAbstractRepositoryMigrator -
Uses of MigrationService.Migrator in org.nuxeo.ecm.core.storage.dbs
Classes in org.nuxeo.ecm.core.storage.dbs that implement MigrationService.Migrator Modifier and Type Class Description classBlobKeysBulkMigratorMigrator to populate theecm:blobKeysfield in DBS repositories. -
Uses of MigrationService.Migrator in org.nuxeo.ecm.core.trash
Classes in org.nuxeo.ecm.core.trash that implement MigrationService.Migrator Modifier and Type Class Description classTrashedStateMigratorMigrator of trashed state. -
Uses of MigrationService.Migrator in org.nuxeo.ecm.platform.comment.impl
Classes in org.nuxeo.ecm.platform.comment.impl that implement MigrationService.Migrator Modifier and Type Class Description classCommentsMigratorMigrator of comments. -
Uses of MigrationService.Migrator in org.nuxeo.ecm.platform.tag
Classes in org.nuxeo.ecm.platform.tag that implement MigrationService.Migrator Modifier and Type Class Description classTagsMigratorMigrator of tags. -
Uses of MigrationService.Migrator in org.nuxeo.runtime.migration
Classes in org.nuxeo.runtime.migration that implement MigrationService.Migrator Modifier and Type Class Description static classMigrationServiceImpl.InvalidatorMigratorAmigratorwrapper to send invalidations to other nodes when callingMigrationServiceImpl.InvalidatorMigrator.notifyStatusChange().Fields in org.nuxeo.runtime.migration declared as MigrationService.Migrator Modifier and Type Field Description protected MigrationService.MigratorMigrationServiceImpl.InvalidatorMigrator. migratorMethods in org.nuxeo.runtime.migration that return MigrationService.Migrator Modifier and Type Method Description MigrationService.MigratorMigrationServiceImpl. getMigrator(String id)MigrationService.MigratorMigrationServiceImpl.InvalidatorMigrator. getMigrator()Methods in org.nuxeo.runtime.migration with parameters of type MigrationService.Migrator Modifier and Type Method Description protected voidMigrationServiceImpl. setState(String id, String state, MigrationService.Migrator migrator, MigrationServiceImpl.ProgressReporter progressReporter)Constructors in org.nuxeo.runtime.migration with parameters of type MigrationService.Migrator Constructor Description InvalidatorMigrator(String id, MigrationService.Migrator migrator, MigrationServiceImpl.MigrationInvalidator invalidator)
-