org.openmrs.util.databasechange
Class MoveDeletedHL7sChangeSet
java.lang.Object
org.openmrs.util.databasechange.MoveDeletedHL7sChangeSet
- All Implemented Interfaces:
- liquibase.change.custom.CustomTaskChange
public class MoveDeletedHL7sChangeSet
- extends java.lang.Object
- implements liquibase.change.custom.CustomTaskChange
This change set moves "deleted" HL7s from the archive table to the queue table
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.commons.logging.Log log
MoveDeletedHL7sChangeSet
public MoveDeletedHL7sChangeSet()
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(Database)
getConfirmationMessage
public java.lang.String getConfirmationMessage()
- See Also:
CustomChange#getConfirmationMessage()
setFileOpener
public void setFileOpener(liquibase.FileOpener fo)
- See Also:
CustomChange#setFileOpener(FileOpener)
setUp
public void setUp()
throws liquibase.exception.SetupException
- Throws:
liquibase.exception.SetupException
- See Also:
CustomChange#setUp()
validate
public void validate(liquibase.database.Database db)
throws liquibase.exception.InvalidChangeDefinitionException
- Throws:
liquibase.exception.InvalidChangeDefinitionException
- See Also:
CustomChange#validate(Database)
Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change