Uses of Class
org.duracloud.domain.Content
-
Packages that use Content Package Description org.duracloud.client -
-
Uses of Content in org.duracloud.client
Methods in org.duracloud.client that return Content Modifier and Type Method Description ContentContentStore. getContent(String spaceId, String contentId)Gets content from a space.ContentContentStore. getContent(String spaceId, String contentId, Long startByte, Long endByte)Gets a byte range of a content item from a space.ContentContentStoreImpl. getContent(String spaceId, String contentId)Gets content from a space.ContentContentStoreImpl. getContent(String spaceId, String contentId, Long startByte, Long endByte)Gets a byte range of a content item from a space.
-