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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
extend(JSONObject root)
Extends the meta data from Adobe Campaign.
-
-
-
Method Detail
-
extend
void extend(JSONObject root) throws JSONException
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
-
-