| Package | Description | 
|---|---|
| org.openmrs.util | 
 Shared utilities for OpenMRS classes 
 | 
| org.openmrs.web.filter.update | 
| Modifier and Type | Method and Description | 
|---|---|
static List<DatabaseUpdater.OpenMRSChangeSet> | 
DatabaseUpdater.getDatabaseChanges()
Returns all change sets defined by (a) the Liquibase snapshot files that had been used to
 initialise the OpenMRS database and (b) the Liquibase update files that that are applicable on
 top of the snapshot version. 
 | 
static List<DatabaseUpdater.OpenMRSChangeSet> | 
DatabaseUpdater.getUnrunDatabaseChanges(LiquibaseProvider liquibaseProvider)
Returns a list of Liquibase change sets were not run yet. 
 | 
static List<DatabaseUpdater.OpenMRSChangeSet> | 
DatabaseUpdater.getUnrunDatabaseChanges(String... changeLogFilenames)
Looks at the specified liquibase change log files and returns all changesets in the files that
 have not been run on the database yet. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
List<DatabaseUpdater.OpenMRSChangeSet> | 
UpdateFilterModel.changes  | 
| Modifier and Type | Method and Description | 
|---|---|
List<DatabaseUpdater.OpenMRSChangeSet> | 
DatabaseUpdaterWrapper.getUnrunDatabaseChanges(LiquibaseProvider liquibaseProvider)  | 
Copyright © 2024 OpenMRS Inc.. All rights reserved.