com.adobe.cq.mcm.campaign.MetaDataExtender 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 org.apache.sling.commons.json.JSONException;
import org.apache.sling.commons.json.JSONObject;
/**
* Interface that can be used to extend the meta data received from Adobe Campaign.
*/
public interface MetaDataExtender {
/**
* Extends the meta data from Adobe Campaign.
*
* @param root The root of the Campaign meta data that can be extended
* @throws JSONException if the JSON could not be processed
*/
void extend(JSONObject root) throws JSONException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy