Package com.adobe.cq.mcm.campaign
Interface MetaDataExtender
public interface MetaDataExtender
Interface that can be used to extend the meta data received from Adobe Campaign.
-
Method Summary
Modifier and TypeMethodDescriptionvoidextend(JSONObject root) Extends the meta data from Adobe Campaign.
-
Method Details
-
extend
Extends the meta data from Adobe Campaign.- Parameters:
root- The root of the Campaign meta data that can be extended- Throws:
JSONException- if the JSON could not be processed
-