com.adobe.cq.mcm.campaign.LinkingStatusService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
package com.adobe.cq.mcm.campaign;
import com.day.cq.i18n.I18n;
import org.apache.sling.api.resource.Resource;
public interface LinkingStatusService {
LinkingStatus retrieveStatus(Resource resource, I18n i18n) throws NewsletterException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy