
com.adobe.aemds.guide.service.AdaptiveFormsDataService Maven / Gradle / Ivy
package com.adobe.aemds.guide.service;
import com.adobe.aemds.guide.utils.AdaptiveFormData;
import com.adobe.aemds.guide.utils.AdaptiveFormInfo;
import java.util.List;
/**
* @pad.exclude Exclude from Published API.
*/
public interface AdaptiveFormsDataService {
/**
* Get xmls and attachments per embedded form inside this Af
* @param adaptiveFormInfo
*/
public List getEmbeddedAdaptiveFormsData(AdaptiveFormInfo adaptiveFormInfo);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy