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 databaseMethods 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, Properties jpaProperties, MigrationTaskList theMigrationTasks, HapiMigrationStorageSvc theHapiMigrationStorageSvc) Constructor -
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)