Package com.day.cq.mcm.campaign.profile
Interface MetaDataRetriever
-
@Deprecated public interface MetaDataRetriever
Deprecated.Retrieves the Campaign meta data for a page.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CampaignMetaData
retrieve(Resource page)
Deprecated.Retrieves the meta data for the specified page resource.
-
-
-
Method Detail
-
retrieve
CampaignMetaData retrieve(Resource page) throws ACConnectorException
Deprecated.Retrieves the meta data for the specified page resource.- Parameters:
page
- The page resource- Returns:
- The meta data
- Throws:
ACConnectorException
- if the data could not be retrieved due to a problem with the connector service
-
-