Interface StudioBlobAwareContentRepository

All Superinterfaces:
ContentRepository
All Known Implementing Classes:
BlobAwareContentRepository

public interface StudioBlobAwareContentRepository extends ContentRepository
ContentRepository extension that provides blob aware operations.
  • Method Details

    • duplicateBlobs

      void duplicateBlobs(String sourceSiteId, String siteId) throws ServiceLayerException
      Extract every blob from the source site and storeit in the target site in the blob store matching its path
      Parameters:
      sourceSiteId - the source site
      siteId - the target site
      Throws:
      ServiceLayerException - if an error occurs during the operation