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

com.adobe.cq.mcm.campaign.profile.ProfileRetriever Maven / Gradle / Ivy

package com.adobe.cq.mcm.campaign.profile;

import com.day.cq.mcm.campaign.ACConnectorException;
import org.apache.sling.api.resource.Resource;

/**
 * Retrieves profile data.
 */
public interface ProfileRetriever {

    Profile load(Resource page, String encryptedPK, MetaDataNode metaData)
            throws ACConnectorException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy