Class ContentStoreUtil


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

      • ContentStoreUtil

        public ContentStoreUtil​(ContentStore contentStore)
    • Method Detail

      • 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)