Package org.duracloud.client.util
Class ContentStoreUtil
- java.lang.Object
-
- org.duracloud.client.util.ContentStoreUtil
-
public class ContentStoreUtil extends Object
- Author:
- Andrew Woods Date: 6/8/11
-
-
Constructor Summary
Constructors Constructor Description ContentStoreUtil(ContentStore contentStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteOldContent(String spaceId, String contentId)InputStreamgetContentStream(String spaceId, String contentId)voidstoreContentStream(File file, String spaceId, String contentId)voidstoreContentStream(File file, String spaceId, String contentId, String contentMimetype)
-
-
-
Constructor Detail
-
ContentStoreUtil
public ContentStoreUtil(ContentStore contentStore)
-
-