Package | Description |
---|---|
org.openmrs.liquibase | |
org.openmrs.util |
Shared utilities for OpenMRS classes
|
org.openmrs.web.filter.update |
Modifier and Type | Method and Description |
---|---|
String |
ChangeLogDetective.getInitialLiquibaseSnapshotVersion(String context,
LiquibaseProvider liquibaseProvider)
Returns the version of the Liquibase snapshot that had been used to initialise the OpenMRS
database.
|
List<String> |
ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(String snapshotVersion,
String context,
LiquibaseProvider liquibaseProvider)
Returns a list of Liquibase update files that contain un-run change sets.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseUpdaterLiquibaseProvider
Provides a wrapper for org.openmrs.util.DatabaseUpdater#getLiquibase(String) that can be injected
into helper methods provided by the org.openmrs,liquibase.ChangeLogDetective class.
|
Modifier and Type | Method and Description |
---|---|
static List<DatabaseUpdater.OpenMRSChangeSet> |
DatabaseUpdater.getUnrunDatabaseChanges(LiquibaseProvider liquibaseProvider)
Returns a list of Liquibase change sets were not run yet.
|
Modifier and Type | Method and Description |
---|---|
List<DatabaseUpdater.OpenMRSChangeSet> |
DatabaseUpdaterWrapper.getUnrunDatabaseChanges(LiquibaseProvider liquibaseProvider) |
Constructor and Description |
---|
UpdateFilterModel(LiquibaseProvider liquibaseProvider,
DatabaseUpdaterWrapper databaseUpdaterWrapper)
Constructor that allows to inject a Liquibase provider.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.