Uses of Class
ca.uhn.fhir.jpa.migrate.taskdef.BaseTask
Packages that use BaseTask
Package
Description
-
Uses of BaseTask in ca.uhn.fhir.jpa.migrate
Fields in ca.uhn.fhir.jpa.migrate with type parameters of type BaseTaskMethods in ca.uhn.fhir.jpa.migrate that return BaseTaskMethods in ca.uhn.fhir.jpa.migrate that return types with arguments of type BaseTaskMethods in ca.uhn.fhir.jpa.migrate with parameters of type BaseTaskModifier and TypeMethodDescriptionvoidvoiddefault voidIHapiMigrationCallback.postExecution(BaseTask theTask) default voidIHapiMigrationCallback.preExecution(BaseTask theTask) voidSave a migration task to the databaseMethod parameters in ca.uhn.fhir.jpa.migrate with type arguments of type BaseTaskModifier and TypeMethodDescriptionvoidMigrationTaskList.addAll(Collection<BaseTask> theTasks) voidHapiMigrator.addAllTasksForUnitTest(Iterable<BaseTask> theMigrationTasks) UnlikeHapiMigrator.addTasks(Iterable), this method always adds all tasksvoidvoidvoidvoidstatic voidMigrationTaskSkipper.setDoNothingOnSkippedTasks(Collection<BaseTask> theTasks, String theSkipVersions) Constructor parameters in ca.uhn.fhir.jpa.migrate with type arguments of type BaseTask -
Uses of BaseTask in ca.uhn.fhir.jpa.migrate.entity
Methods in ca.uhn.fhir.jpa.migrate.entity with parameters of type BaseTaskModifier and TypeMethodDescriptionstatic HapiMigrationEntityHapiMigrationEntity.fromBaseTask(BaseTask theTask) -
Uses of BaseTask in ca.uhn.fhir.jpa.migrate.taskdef
Subclasses of BaseTask in ca.uhn.fhir.jpa.migrate.taskdefModifier and TypeClassDescriptionclassclassclassclassclassMigration task that handles cross-database logic for adding a new primary key.classclassclassclassclassclassclassclassclassclassclassclassclassclassMigration task that handles cross-database logic for dropping a primary key.classclassclassclassFix for bad version ofForceIdMigrationCopyTaskThe earlier migration had used at cast to char instead of varchar, which is space-padded on Oracle.classclassclassclassclassclassclassclassclassMethods in ca.uhn.fhir.jpa.migrate.taskdef that return BaseTaskModifier and TypeMethodDescriptionBaseTask.addFlag(TaskFlagEnum theFlag) Adds a flag if it's not already present, otherwise this call is ignored.BaseTask.setConnectionProperties(DriverTypeEnum.ConnectionProperties theConnectionProperties) BaseTask.setDescription(String theDescription) BaseTask.setDriverType(DriverTypeEnum theDriverType) Methods in ca.uhn.fhir.jpa.migrate.taskdef with parameters of type BaseTaskModifier and TypeMethodDescriptionprotected voidAddForeignKeyTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidAddIdGeneratorTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidAddIndexTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidAddTableByColumnTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidAddTableRawSqlTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidArbitrarySqlTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidBaseTableColumnTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidBaseTableColumnTypeTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidBaseTableTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected abstract voidBaseTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidDropForeignKeyTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidDropIdGeneratorTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidDropIndexTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidExecuteRawSqlTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidForceIdMigrationCopyTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidForceIdMigrationFixTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidInitializeSchemaTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidNopTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) protected voidRenameIndexTask.generateEquals(org.apache.commons.lang3.builder.EqualsBuilder theBuilder, BaseTask theOtherObject) -
Uses of BaseTask in ca.uhn.fhir.jpa.migrate.tasks.api
Methods in ca.uhn.fhir.jpa.migrate.tasks.api that return BaseTaskModifier and TypeMethodDescriptionprotected BaseTaskBaseMigrationTasks.getTaskWithVersion(String theMigrationVersion) Methods in ca.uhn.fhir.jpa.migrate.tasks.api that return types with arguments of type BaseTaskMethods in ca.uhn.fhir.jpa.migrate.tasks.api with parameters of type BaseTaskModifier and TypeMethodDescriptionvoidvoidvoidvoidConstructors in ca.uhn.fhir.jpa.migrate.tasks.api with parameters of type BaseTask