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 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) voidvoidvoidstatic 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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFix for bad version ofForceIdMigrationCopyTaskThe earlier migration had used at cast to char instead of varchar, which is space-padded on Oracle.classclassclassclassclassclassMethods in ca.uhn.fhir.jpa.migrate.taskdef that return BaseTaskModifier and TypeMethodDescriptionBaseTask.setConnectionProperties(DriverTypeEnum.ConnectionProperties theConnectionProperties) BaseTask.setDescription(String theDescription) BaseTask.setDoNothing(boolean theDoNothing) 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 with parameters of type BaseTaskModifier and TypeMethodDescriptionvoidvoidvoidvoidConstructors in ca.uhn.fhir.jpa.migrate.tasks.api with parameters of type BaseTask