Package com.adobe.aemds.guide.service
Interface GuideStyleMigrationService
-
public interface GuideStyleMigrationServiceThe GuideStyleMigrationService interface declares the basic operations required for migrating inline styles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmigrate(Resource formResource)Migrate the Inline Style Configuration for the Form Asset
-
-
-
Method Detail
-
migrate
void migrate(Resource formResource) throws PersistenceException, javax.jcr.RepositoryException, JSONException
Migrate the Inline Style Configuration for the Form Asset- Parameters:
formResource-- Throws:
javax.jcr.RepositoryExceptionJSONExceptionPersistenceException
-
-