Uses of Class
org.nuxeo.runtime.migration.MigrationStep
Packages that use MigrationStep
-
Uses of MigrationStep in org.nuxeo.ecm.restapi.jaxrs.io.management
Method parameters in org.nuxeo.ecm.restapi.jaxrs.io.management with type arguments of type MigrationStepModifier and TypeMethodDescriptionprotected void
MigrationJsonWriter.writeMigrationSteps
(List<MigrationStep> steps, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of MigrationStep in org.nuxeo.runtime.migration
Fields in org.nuxeo.runtime.migration with type parameters of type MigrationStepMethods in org.nuxeo.runtime.migration that return MigrationStepModifier and TypeMethodDescriptionstatic MigrationStep
MigrationStep.from
(MigrationDescriptor.MigrationStepDescriptor descriptor) Methods in org.nuxeo.runtime.migration that return types with arguments of type MigrationStepModifier and TypeMethodDescriptionprotected static List<MigrationStep>
Migration.getAvailableSteps
(MigrationDescriptor descriptor, MigrationService.MigrationStatus status) Migration.getSteps()
Constructor parameters in org.nuxeo.runtime.migration with type arguments of type MigrationStepModifierConstructorDescriptionprotected
Migration
(String id, String description, String label, MigrationService.MigrationStatus status, List<MigrationStep> steps)