
com.adobe.cq.mobile.ui.AppCacheDataSource Maven / Gradle / Ivy
package com.adobe.cq.mobile.ui;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.commons.json.JSONObject;
public interface AppCacheDataSource {
/**
* Retrieve the information of the current content sync configuration.
* @return
* @throws Exception
*/
JSONObject getCacheUpdates() throws Exception;
/**
* Retrieve the information of the current content sync configuration's delta (update) zips.
* @return
* @throws Exception
*/
JSONObject getContentListing(long modifiedSince) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy