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
Methods in ca.uhn.fhir.jpa.migrate with parameters of type BaseTaskModifier and TypeMethodDescriptionvoidvoidMethod parameters in ca.uhn.fhir.jpa.migrate with type arguments of type BaseTaskModifier and TypeMethodDescriptionvoidvoidvoidvoidstatic voidMigrationTaskSkipper.setDoNothingOnSkippedTasks(Collection<BaseTask> theTasks, String theSkipVersions)Constructors in ca.uhn.fhir.jpa.migrate with parameters of type BaseTaskModifierConstructorDescriptionFlywayMigrationTask(BaseTask theTask, FlywayMigrator theFlywayMigrator)Constructor parameters in ca.uhn.fhir.jpa.migrate with type arguments of type BaseTaskModifierConstructorDescriptionSchemaMigrator(String theSchemaName, String theMigrationTableName, DataSource theDataSource, Properties jpaProperties, List<BaseTask> theMigrationTasks)Constructor -
Uses of BaseTask in ca.uhn.fhir.jpa.migrate.taskdef
Subclasses of BaseTask in ca.uhn.fhir.jpa.migrate.taskdefModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods 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 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 theFlywayVersion)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