Uses of Interface
org.duracloud.client.ContentStore

Packages that use ContentStore
org.duracloud.client   
org.duracloud.client.impl   
org.duracloud.client.util   
 

Uses of ContentStore in org.duracloud.client
 

Classes in org.duracloud.client that implement ContentStore
 class ContentStoreImpl
          Provides access to a content store
 

Methods in org.duracloud.client that return ContentStore
 ContentStore ContentStoreManagerImpl.getContentStore(String storeID)
          getContentStore
 ContentStore ContentStoreManager.getContentStore(String storeID)
          getContentStore
 ContentStore ContentStoreManagerImpl.getPrimaryContentStore()
          getPrimaryContentStore
 ContentStore ContentStoreManager.getPrimaryContentStore()
          getPrimaryContentStore
 ContentStore ContentStoreManagerImpl.getPrimaryContentStoreAsAnonymous()
          Provides access to the primary content store without requiring login().
 ContentStore ContentStoreManager.getPrimaryContentStoreAsAnonymous()
          Provides access to the primary content store without requiring login().
protected  ContentStore ContentStoreManagerImpl.newContentStoreImpl(org.duracloud.storage.domain.StorageAccount acct)
           
 

Methods in org.duracloud.client that return types with arguments of type ContentStore
 Map<String,ContentStore> ContentStoreManagerImpl.getContentStores()
          getContentStores
 Map<String,ContentStore> ContentStoreManager.getContentStores()
          getContentStores
 

Constructors in org.duracloud.client with parameters of type ContentStore
ContentIterator(ContentStore store, String spaceId, String prefix)
           
ContentIterator(ContentStore store, String spaceId, String prefix, long maxResults)
           
 

Uses of ContentStore in org.duracloud.client.impl
 

Classes in org.duracloud.client.impl that implement ContentStore
 class CachingContentStoreImpl
          This class retains the results of the initial call to: getSpaces()

and returns this cached value on subsequent calls.

 

Methods in org.duracloud.client.impl that return ContentStore
 ContentStore CachingContentStoreManagerImpl.getPrimaryContentStore()
           
protected  ContentStore CachingContentStoreManagerImpl.newContentStoreImpl(org.duracloud.storage.domain.StorageAccount acct)
           
 

Methods in org.duracloud.client.impl that return types with arguments of type ContentStore
 Map<String,ContentStore> CachingContentStoreManagerImpl.getContentStores()
           
 

Uses of ContentStore in org.duracloud.client.util
 

Constructors in org.duracloud.client.util with parameters of type ContentStore
ContentStoreUtil(ContentStore contentStore)
           
DuracloudFileWriter(String spaceId, String contentId, String mimetype, ContentStore contentStore)
           
 



Copyright © 2009-2012 DuraSpace. All Rights Reserved.