Interface RemoteAssetsBinarySync


public interface RemoteAssetsBinarySync
Service for synchronizing a remote asset's binaries a from remote server.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    syncAsset(org.apache.sling.api.resource.Resource resource)
    Sync an asset's binaries from a remote server.
  • Method Details

    • syncAsset

      boolean syncAsset(org.apache.sling.api.resource.Resource resource)
      Sync an asset's binaries from a remote server. All binaries (original + renditions) are sync'd.
      Parameters:
      resource - Resource representing a dam:AssetContent
      Returns:
      boolean true if sync successful, else false