Package org.apache.unomi.shell.migration.service
-
Interface Summary Interface Description MigrationContext.MigrationStep A simple migration step to be performed -
Class Summary Class Description MigrationConfig Service uses to provide configuration information for the migrationMigrationConfigProperty Just a bean for a configuration property to be used during migration processMigrationContext This class is instantiated for each migration process, it contains useful methods to handle the current migration lifecycle.MigrationScript Java bean representing a migration script, current implementation support groovy script as migration script following file name pattern need to be respected: migrate-VERSION-PRIORITY-NAME.groovy example: migrate-2.0.0-01-segmentReindex.groovyMigrationServiceImpl