Uses of Interface
org.nuxeo.runtime.migration.MigrationService.Migrator
Package
Description
-
Uses of MigrationService.Migrator in org.nuxeo.ecm.core.migrator
-
Uses of MigrationService.Migrator in org.nuxeo.ecm.core.storage.dbs
Modifier and TypeClassDescriptionclass
Migrator to populate theecm:blobKeys
field in DBS repositories. -
Uses of MigrationService.Migrator in org.nuxeo.ecm.core.trash
-
Uses of MigrationService.Migrator in org.nuxeo.ecm.platform.comment.impl
-
Uses of MigrationService.Migrator in org.nuxeo.runtime.migration
Modifier and TypeClassDescriptionstatic class
Amigrator
wrapper to send invalidations to other nodes when callingMigrationServiceImpl.InvalidatorMigrator.notifyStatusChange()
.Modifier and TypeFieldDescriptionprotected final MigrationService.Migrator
MigrationServiceImpl.InvalidatorMigrator.migrator
Modifier and TypeMethodDescriptionMigrationServiceImpl.getMigrator
(String id) MigrationServiceImpl.InvalidatorMigrator.getMigrator()
Modifier and TypeMethodDescriptionprotected void
MigrationServiceImpl.setState
(String id, String state, MigrationService.Migrator migrator, MigrationServiceImpl.ProgressReporter progressReporter) ModifierConstructorDescriptionInvalidatorMigrator
(String id, MigrationService.Migrator migrator, MigrationServiceImpl.MigrationInvalidator invalidator)