Class CloudServicesMigrator
- java.lang.Object
-
- com.adobe.forms.foundation.migration.spi.MigrationTask
-
- com.adobe.forms.foundation.cloudconfig.migration.CloudServicesMigrator
-
public abstract class CloudServicesMigrator extends MigrationTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CloudServicesMigrator.ConfigurationProperty
-
Field Summary
-
Fields inherited from class com.adobe.forms.foundation.migration.spi.MigrationTask
DEFAULT_630_RANK, DEFAULT_640_RANK, DEFAULT_650_RANK, ROOT_TASK_ID, SELECTORS
-
-
Constructor Summary
Constructors Constructor Description CloudServicesMigrator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudServicesMigrator.ConfigurationProperty
getMigratedConfigurationPropertiesFor(java.lang.String legacyConfigurationPath)
void
migrateLegacyCloudServices(TaskContext taskContext)
void
startTask(TaskContext taskContext)
Start migration task for cloud configurations.-
Methods inherited from class com.adobe.forms.foundation.migration.spi.MigrationTask
endTask, getParentId, getTaskId
-
-
-
-
Method Detail
-
migrateLegacyCloudServices
public final void migrateLegacyCloudServices(TaskContext taskContext) throws LoginException, PersistenceException, javax.jcr.RepositoryException
- Throws:
LoginException
PersistenceException
javax.jcr.RepositoryException
-
startTask
public final void startTask(TaskContext taskContext)
Start migration task for cloud configurations.- Specified by:
startTask
in classMigrationTask
- Parameters:
taskContext
- task context to perform migration
-
getMigratedConfigurationPropertiesFor
public final CloudServicesMigrator.ConfigurationProperty getMigratedConfigurationPropertiesFor(@Nonnull java.lang.String legacyConfigurationPath)
-
-