Class V7_0_2018_04_03__Upgrade_Workflow_Policy
- java.lang.Object
-
- org.dspace.storage.rdbms.migration.V7_0_2018_04_03__Upgrade_Workflow_Policy
-
- All Implemented Interfaces:
org.flywaydb.core.api.migration.jdbc.JdbcMigration,org.flywaydb.core.api.migration.MigrationChecksumProvider
public class V7_0_2018_04_03__Upgrade_Workflow_Policy extends Object implements org.flywaydb.core.api.migration.jdbc.JdbcMigration, org.flywaydb.core.api.migration.MigrationChecksumProvider
This class automatically adding rptype to the resource policy created with a migration into XML-based Configurable Workflow system- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)
-
-
Field Summary
Fields Modifier and Type Field Description protected Integermigration_file_size
-
Constructor Summary
Constructors Constructor Description V7_0_2018_04_03__Upgrade_Workflow_Policy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetChecksum()voidmigrate(Connection connection)
-
-
-
Field Detail
-
migration_file_size
protected Integer migration_file_size
-
-
Method Detail
-
migrate
public void migrate(Connection connection) throws Exception
- Specified by:
migratein interfaceorg.flywaydb.core.api.migration.jdbc.JdbcMigration- Throws:
Exception
-
getChecksum
public Integer getChecksum()
- Specified by:
getChecksumin interfaceorg.flywaydb.core.api.migration.MigrationChecksumProvider
-
-