Uses of Class
ubic.gemma.persistence.service.expression.experiment.FactorValueMigratorService.Migration
-
Packages that use FactorValueMigratorService.Migration Package Description ubic.gemma.persistence.service.expression.experiment -
-
Uses of FactorValueMigratorService.Migration in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return FactorValueMigratorService.Migration Modifier and Type Method Description FactorValueMigratorService.MigrationFactorValueMigratorService.MigrationFailedException. getMigration()Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type FactorValueMigratorService.Migration Modifier and Type Method Description FactorValueMigratorService.MigrationResultFactorValueMigratorService. performMigration(FactorValueMigratorService.Migration migration, boolean noop)Perform the given migration.FactorValueMigratorService.MigrationResultFactorValueMigratorServiceImpl. performMigration(FactorValueMigratorService.Migration migration, boolean noop)Deprecated.Method parameters in ubic.gemma.persistence.service.expression.experiment with type arguments of type FactorValueMigratorService.Migration Modifier and Type Method Description List<FactorValueMigratorService.MigrationResult>FactorValueMigratorService. performMultipleMigrations(List<FactorValueMigratorService.Migration> migrations, boolean noop)Perform multiple migrations in a single transaction.List<FactorValueMigratorService.MigrationResult>FactorValueMigratorServiceImpl. performMultipleMigrations(List<FactorValueMigratorService.Migration> migrations, boolean noop)Deprecated.Constructors in ubic.gemma.persistence.service.expression.experiment with parameters of type FactorValueMigratorService.Migration Constructor Description MigrationFailedException(FactorValueMigratorService.Migration migration, Throwable cause)
-