public class UpdateFilterModel extends Object
UpdateFilter
uses this model object to hold all properties that are edited by the
user in the wizard. All attributes on this model object are added to all templates rendered by
the StartupFilter
.Modifier and Type | Field and Description |
---|---|
List<DatabaseUpdater.OpenMRSChangeSet> |
changes |
String |
footerTemplate |
String |
headerTemplate |
String |
setupPageUrl |
String |
superuserrole |
Constructor and Description |
---|
UpdateFilterModel()
Default constructor that sets up some of the properties
|
Modifier and Type | Method and Description |
---|---|
void |
updateChanges()
Convenience method that reads from liquibase again to get the most recent list of changesets
that still need to be run.
|
public String headerTemplate
public String footerTemplate
public List<DatabaseUpdater.OpenMRSChangeSet> changes
public String superuserrole
public String setupPageUrl
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.