Uses of Class
ca.uhn.fhir.jpa.migrate.MigrationTaskList
Packages that use MigrationTaskList
-
Uses of MigrationTaskList in ca.uhn.fhir.jpa.migrate
Methods in ca.uhn.fhir.jpa.migrate that return MigrationTaskListModifier and TypeMethodDescriptionHapiMigrationStorageSvc.diff(MigrationTaskList theTaskList) Returns a list of migration tasks that have not yet been successfully run against the databaseMigrationTaskList.getUnskippableTasks()Methods in ca.uhn.fhir.jpa.migrate with parameters of type MigrationTaskListModifier and TypeMethodDescriptionHapiMigrationStorageSvc.diff(MigrationTaskList theTaskList) Returns a list of migration tasks that have not yet been successfully run against the databaseConstructors in ca.uhn.fhir.jpa.migrate with parameters of type MigrationTaskListModifierConstructorDescriptionSchemaMigrator(String theSchemaName, String theMigrationTableName, DataSource theDataSource, boolean theEnableHeavyweighTtasks, String theMigrationTasksToSkip, boolean theDryRun, Properties jpaProperties, MigrationTaskList theMigrationTasks, HapiMigrationStorageSvc theHapiMigrationStorageSvc) ConstructorSchemaMigrator(String theSchemaName, String theMigrationTableName, DataSource theDataSource, Properties jpaProperties, MigrationTaskList theMigrationTasks, HapiMigrationStorageSvc theHapiMigrationStorageSvc) Temporary Dummy Constructor to remove once CDR side merges. -
Uses of MigrationTaskList in ca.uhn.fhir.jpa.migrate.tasks.api
Methods in ca.uhn.fhir.jpa.migrate.tasks.api that return MigrationTaskListModifier and TypeMethodDescriptionBaseMigrationTasks.getAllTasks(T... theVersionEnumValues) BaseMigrationTasks.getTaskList(T theFrom, T theTo)