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 class
AbstractBulkMigrator
class
AbstractRepositoryMigrator
-
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 class
BlobKeysBulkMigrator
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 Modifier and Type Class Description class
TrashedStateMigrator
Migrator 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 class
CommentsMigrator
Migrator 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 class
TagsMigrator
Migrator 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 class
MigrationServiceImpl.InvalidatorMigrator
Amigrator
wrapper 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.Migrator
MigrationServiceImpl.InvalidatorMigrator. migrator
Methods in org.nuxeo.runtime.migration that return MigrationService.Migrator Modifier and Type Method Description MigrationService.Migrator
MigrationServiceImpl. getMigrator(String id)
MigrationService.Migrator
MigrationServiceImpl.InvalidatorMigrator. getMigrator()
Methods in org.nuxeo.runtime.migration with parameters of type MigrationService.Migrator Modifier and Type Method Description protected void
MigrationServiceImpl. 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)
-