Class ContentStoreUtil

java.lang.Object
org.duracloud.client.util.ContentStoreUtil

public class ContentStoreUtil extends Object
Author:
Andrew Woods Date: 6/8/11
  • Constructor Details

    • ContentStoreUtil

      public ContentStoreUtil(ContentStore contentStore)
  • Method Details

    • getContentStream

      public InputStream getContentStream(String spaceId, String contentId)
    • deleteOldContent

      public void deleteOldContent(String spaceId, String contentId)
    • storeContentStream

      public void storeContentStream(File file, String spaceId, String contentId, String contentMimetype)
    • storeContentStream

      public void storeContentStream(File file, String spaceId, String contentId)