Uses of Class
com.adobe.acs.commons.contentsync.CatalogItem
Packages that use CatalogItem
-
Uses of CatalogItem in com.adobe.acs.commons.contentsync
Methods in com.adobe.acs.commons.contentsync that return types with arguments of type CatalogItemModifier and TypeMethodDescriptionDeprecated.Fetches the catalog items from the remote instance.ContentCatalog.getDelta(List<CatalogItem> catalog, org.apache.sling.api.resource.ResourceResolver resourceResolver, UpdateStrategy updateStrategy) Gets the delta between the catalog items and the resources in the resource resolver.UpdateStrategy.getItems(org.apache.sling.api.SlingHttpServletRequest request) This method is called on the remote instance when Content Sync requests the list of resources to syncMethods in com.adobe.acs.commons.contentsync with parameters of type CatalogItemModifier and TypeMethodDescriptionjavax.jcr.NodeContentSync.ensureContentNode(CatalogItem catalogItem) importContent("/content/contentsync/page", "jcr:content.json", ....UpdateStrategy.getMessage(CatalogItem remoteResource, org.apache.sling.api.resource.Resource localResource) voidContentSync.importData(CatalogItem catalogItem, javax.json.JsonObject jsonObject) booleanUpdateStrategy.isModified(CatalogItem remoteResource, org.apache.sling.api.resource.Resource localResource) Compare local and remote resources and decided whether the resource was modified and need to be sync-edMethod parameters in com.adobe.acs.commons.contentsync with type arguments of type CatalogItemModifier and TypeMethodDescriptionContentCatalog.getDelta(List<CatalogItem> catalog, org.apache.sling.api.resource.ResourceResolver resourceResolver, UpdateStrategy updateStrategy) Gets the delta between the catalog items and the resources in the resource resolver.
ContentCatalog.fetch(String, String, boolean)