public class UpdateFilterModel
extends java.lang.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 |
---|---|
java.util.List<DatabaseUpdater.OpenMRSChangeSet> |
changes |
java.lang.String |
footerTemplate |
java.lang.String |
headerTemplate |
java.lang.String |
setupPageUrl |
java.lang.String |
superuserrole |
java.lang.Boolean |
updateRequired |
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 java.lang.String headerTemplate
public java.lang.String footerTemplate
public java.util.List<DatabaseUpdater.OpenMRSChangeSet> changes
public java.lang.String superuserrole
public java.lang.String setupPageUrl
public java.lang.Boolean updateRequired
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.