Package com.adobe.aemds.guide.service
Interface GuideStyleMigrationService
-
public interface GuideStyleMigrationService
The GuideStyleMigrationService interface declares the basic operations required for migrating inline styles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
migrate(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.RepositoryException
JSONException
PersistenceException
-
-