Uses of Class
org.nuxeo.runtime.migration.MigrationDescriptor
-
Packages that use MigrationDescriptor Package Description org.nuxeo.ecm.core.migrator org.nuxeo.ecm.core.storage.dbs org.nuxeo.runtime.migration -
-
Uses of MigrationDescriptor in org.nuxeo.ecm.core.migrator
Fields in org.nuxeo.ecm.core.migrator declared as MigrationDescriptor Modifier and Type Field Description protected MigrationDescriptor
AbstractBulkMigrator. descriptor
Constructors in org.nuxeo.ecm.core.migrator with parameters of type MigrationDescriptor Constructor Description AbstractBulkMigrator(MigrationDescriptor descriptor)
-
Uses of MigrationDescriptor in org.nuxeo.ecm.core.storage.dbs
Constructors in org.nuxeo.ecm.core.storage.dbs with parameters of type MigrationDescriptor Constructor Description BlobKeysBulkMigrator(MigrationDescriptor descriptor)
-
Uses of MigrationDescriptor in org.nuxeo.runtime.migration
Methods in org.nuxeo.runtime.migration that return types with arguments of type MigrationDescriptor Modifier and Type Method Description Collection<MigrationDescriptor>
MigrationServiceImpl. getMigrationDescriptors()
Methods in org.nuxeo.runtime.migration with parameters of type MigrationDescriptor Modifier and Type Method Description static Migration
Migration. from(MigrationDescriptor descriptor, MigrationService.MigrationStatus status)
protected static List<MigrationStep>
Migration. getAvailableSteps(MigrationDescriptor descriptor, MigrationService.MigrationStatus status)
-