
com.adobe.cq.mcm.campaign.profile.MetaDataRetriever 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.profile;
import com.day.cq.mcm.campaign.ACConnectorException;
import org.apache.sling.api.resource.Resource;
/**
* Retrieves the Campaign meta data for a page.
*
* Contrary to {@link com.day.cq.mcm.campaign.profile.MetaDataRetriever}, this class
* creates a tree hierarchy with a flexible depth.
*/
public interface MetaDataRetriever {
/**
* Retrieves the meta data for the specified page resource.
*
* @param page The page resource
* @return The root node of the meta data
* @throws ACConnectorException if the data could not be retrieved due to a problem
* with the connector service
*/
MetaDataNode retrieve(Resource page) throws ACConnectorException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy