Class ErrorOccurrenceCustomDataTypeMigrationTask
- java.lang.Object
-
- org.ikasan.setup.persistence.service.custom.ErrorOccurrenceCustomDataTypeMigrationTask
-
- All Implemented Interfaces:
liquibase.change.custom.CustomChange,liquibase.change.custom.CustomTaskChange,liquibase.change.custom.CustomTaskRollback
public class ErrorOccurrenceCustomDataTypeMigrationTask extends java.lang.Object implements liquibase.change.custom.CustomTaskChange, liquibase.change.custom.CustomTaskRollback- Author:
- Ikasan Development Team
-
-
Constructor Summary
Constructors Constructor Description ErrorOccurrenceCustomDataTypeMigrationTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(liquibase.database.Database database)java.lang.StringgetConfirmationMessage()voidrollback(liquibase.database.Database arg0)voidsetFileOpener(liquibase.resource.ResourceAccessor arg0)voidsetUp()liquibase.exception.ValidationErrorsvalidate(liquibase.database.Database arg0)
-
-
-
Method Detail
-
getConfirmationMessage
public java.lang.String getConfirmationMessage()
- Specified by:
getConfirmationMessagein interfaceliquibase.change.custom.CustomChange
-
setFileOpener
public void setFileOpener(liquibase.resource.ResourceAccessor arg0)
- Specified by:
setFileOpenerin interfaceliquibase.change.custom.CustomChange
-
setUp
public void setUp() throws liquibase.exception.SetupException- Specified by:
setUpin interfaceliquibase.change.custom.CustomChange- Throws:
liquibase.exception.SetupException
-
validate
public liquibase.exception.ValidationErrors validate(liquibase.database.Database arg0)
- Specified by:
validatein interfaceliquibase.change.custom.CustomChange
-
rollback
public void rollback(liquibase.database.Database arg0) throws liquibase.exception.CustomChangeException, liquibase.exception.RollbackImpossibleException- Specified by:
rollbackin interfaceliquibase.change.custom.CustomTaskRollback- Throws:
liquibase.exception.CustomChangeExceptionliquibase.exception.RollbackImpossibleException
-
execute
public void execute(liquibase.database.Database database) throws liquibase.exception.CustomChangeException- Specified by:
executein interfaceliquibase.change.custom.CustomTaskChange- Throws:
liquibase.exception.CustomChangeException
-
-