Class CatalogItem

java.lang.Object
com.adobe.acs.commons.contentsync.CatalogItem

public class CatalogItem extends Object
A Json object describing a resource to sync. Required fields: - path - jcr:primaryType - exportUri
  • Constructor Details

    • CatalogItem

      public CatalogItem(javax.json.JsonObject object)
  • Method Details

    • getPath

      public String getPath()
    • getPrimaryType

      public String getPrimaryType()
    • hasContentResource

      public boolean hasContentResource()
    • getContentUri

      public String getContentUri()
    • getString

      public String getString(String key)
    • getLong

      public long getLong(String key)
    • getCustomExporter

      public String getCustomExporter()
    • getJsonObject

      public javax.json.JsonObject getJsonObject()