All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.cq.mcm.campaign.LinkingStatusService Maven / Gradle / Ivy

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