Uses of Interface
org.apache.unomi.shell.migration.service.MigrationContext.MigrationStep
-
Packages that use MigrationContext.MigrationStep Package Description org.apache.unomi.shell.migration.service -
-
Uses of MigrationContext.MigrationStep in org.apache.unomi.shell.migration.service
Methods in org.apache.unomi.shell.migration.service with parameters of type MigrationContext.MigrationStep Modifier and Type Method Description voidMigrationContext. performMigrationStep(String stepKey, MigrationContext.MigrationStep step)this method allow for migration step execution: - in case the history already contains the given stepKey as COMPLETED, then the step won't be executed - in case the history doesn't contain the given stepKey, then the step will be executed Also this method is keeping track of the history by persisting it on the FileSystem.
-