public class AddConceptMapTypesChangeset
extends java.lang.Object
implements liquibase.change.custom.CustomTaskChange
| Constructor and Description |
|---|
AddConceptMapTypesChangeset() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(liquibase.database.Database database)
Does the work of adding UUIDs to all rows.
|
java.lang.String |
getConfirmationMessage() |
void |
setFileOpener(liquibase.resource.ResourceAccessor resourceAccessor) |
void |
setHiddenConceptMapTypes(java.lang.String hiddenConceptMapTypes) |
void |
setUp()
Get the comma separated value of the concept map types names passed in as values for
parameters
|
void |
setVisibleConceptMapTypes(java.lang.String visibleConceptMapTypes) |
liquibase.exception.ValidationErrors |
validate(liquibase.database.Database database) |
public void execute(liquibase.database.Database database)
throws liquibase.exception.CustomChangeException
execute in interface liquibase.change.custom.CustomTaskChangeliquibase.exception.CustomChangeExceptionCustomTaskChange.execute(liquibase.database.Database)public void setUp()
throws liquibase.exception.SetupException
setUp in interface liquibase.change.custom.CustomChangeliquibase.exception.SetupExceptionCustomChange.setUp()public void setVisibleConceptMapTypes(java.lang.String visibleConceptMapTypes)
visibleConceptMapTypes - the visibleConceptMapTypes to setpublic void setHiddenConceptMapTypes(java.lang.String hiddenConceptMapTypes)
hiddenConceptMapTypes - the hiddenConceptMapTypes to setpublic java.lang.String getConfirmationMessage()
getConfirmationMessage in interface liquibase.change.custom.CustomChangeCustomChange.getConfirmationMessage()public void setFileOpener(liquibase.resource.ResourceAccessor resourceAccessor)
setFileOpener in interface liquibase.change.custom.CustomChangepublic liquibase.exception.ValidationErrors validate(liquibase.database.Database database)
validate in interface liquibase.change.custom.CustomChangeCopyright © 2018 OpenMRS Inc.. All Rights Reserved.