org.openmrs.util.databasechange
Class BooleanConceptChangeSet
java.lang.Object
org.openmrs.util.databasechange.BooleanConceptChangeSet
- All Implemented Interfaces:
- liquibase.change.custom.CustomTaskChange
public class BooleanConceptChangeSet
- extends java.lang.Object
- implements liquibase.change.custom.CustomTaskChange
Adds yes/no boolean concepts and changes all boolean obs values to match these concepts
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanConceptChangeSet
public BooleanConceptChangeSet()
execute
public void execute(liquibase.database.Database database)
throws liquibase.exception.CustomChangeException,
liquibase.exception.UnsupportedChangeException
- Specified by:
execute
in interface liquibase.change.custom.CustomTaskChange
- Throws:
liquibase.exception.CustomChangeException
liquibase.exception.UnsupportedChangeException
- See Also:
CustomTaskChange.execute(liquibase.database.Database)
getConfirmationMessage
public java.lang.String getConfirmationMessage()
- See Also:
CustomChange.getConfirmationMessage()
setFileOpener
public void setFileOpener(liquibase.FileOpener fileOpener)
- See Also:
CustomChange.setFileOpener(liquibase.FileOpener)
setUp
public void setUp()
throws liquibase.exception.SetupException
- Throws:
liquibase.exception.SetupException
- See Also:
CustomChange.setUp()
validate
public void validate(liquibase.database.Database database)
throws liquibase.exception.InvalidChangeDefinitionException
- Throws:
liquibase.exception.InvalidChangeDefinitionException
- See Also:
CustomChange.validate(liquibase.database.Database)
Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change