Uses of Class
org.duracloud.error.ContentStoreException

Packages that use ContentStoreException
org.duracloud.client   
org.duracloud.client.impl   
org.duracloud.error   
 

Uses of ContentStoreException in org.duracloud.client
 

Methods in org.duracloud.client that throw ContentStoreException
 java.lang.String ContentStore.addContent(java.lang.String spaceId, java.lang.String contentId, java.io.InputStream content, long contentSize, java.lang.String contentMimeType, java.lang.String contentChecksum, java.util.Map<java.lang.String,java.lang.String> contentProperties)
          Adds content to a space.
 java.lang.String ContentStoreImpl.addContent(java.lang.String spaceId, java.lang.String contentId, java.io.InputStream content, long contentSize, java.lang.String contentMimeType, java.lang.String contentChecksum, java.util.Map<java.lang.String,java.lang.String> contentProperties)
          Adds content to a space.
 java.lang.String ContentStore.copyContent(java.lang.String srcSpaceId, java.lang.String srcContentId, java.lang.String destSpaceId, java.lang.String destContentId)
          This method copies the content item found in source-space with the id of source-content-id into the dest-space, naming it to dest-content-id.
 java.lang.String ContentStoreImpl.copyContent(java.lang.String srcSpaceId, java.lang.String srcContentId, java.lang.String destSpaceId, java.lang.String destContentId)
           
 void ContentStore.createSpace(java.lang.String spaceId, java.util.Map<java.lang.String,java.lang.String> spaceProperties)
          Creates a new space.
 void ContentStoreImpl.createSpace(java.lang.String spaceId, java.util.Map<java.lang.String,java.lang.String> spaceProperties)
          Creates a new space.
 void ContentStore.deleteContent(java.lang.String spaceId, java.lang.String contentId)
          Removes content from a space.
 void ContentStoreImpl.deleteContent(java.lang.String spaceId, java.lang.String contentId)
          Removes content from a space.
 void ContentStore.deleteSpace(java.lang.String spaceId)
          Deletes a space.
 void ContentStoreImpl.deleteSpace(java.lang.String spaceId)
          Deletes a space.
protected abstract  T StoreCaller.doCall()
           
 Content ContentStore.getContent(java.lang.String spaceId, java.lang.String contentId)
          Gets content from a space.
 Content ContentStoreImpl.getContent(java.lang.String spaceId, java.lang.String contentId)
          Gets content from a space.
 java.util.Map<java.lang.String,java.lang.String> ContentStore.getContentProperties(java.lang.String spaceId, java.lang.String contentId)
          Retrieves the properties associated with content.
 java.util.Map<java.lang.String,java.lang.String> ContentStoreImpl.getContentProperties(java.lang.String spaceId, java.lang.String contentId)
          Retrieves the properties associated with content.
 ContentStore ContentStoreManager.getContentStore(java.lang.String storeID)
          getContentStore
 ContentStore ContentStoreManagerImpl.getContentStore(java.lang.String storeID)
          getContentStore
 java.util.Map<java.lang.String,ContentStore> ContentStoreManager.getContentStores()
          getContentStores
 java.util.Map<java.lang.String,ContentStore> ContentStoreManagerImpl.getContentStores()
          getContentStores
 ContentStore ContentStoreManager.getPrimaryContentStore()
          getPrimaryContentStore
 ContentStore ContentStoreManagerImpl.getPrimaryContentStore()
          getPrimaryContentStore
 ContentStore ContentStoreManager.getPrimaryContentStoreAsAnonymous()
          Provides access to the primary content store without requiring login().
 ContentStore ContentStoreManagerImpl.getPrimaryContentStoreAsAnonymous()
          Provides access to the primary content store without requiring login().
 Space ContentStore.getSpace(java.lang.String spaceId, java.lang.String prefix, long maxResults, java.lang.String marker)
          Provides a space, including the id and properties of the space as well as a limited list of the content items within a space.
 Space ContentStoreImpl.getSpace(java.lang.String spaceId, java.lang.String prefix, long maxResults, java.lang.String marker)
          Provides a space, including the id and properties of the space as well as a limited list of the content items within a space.
 ContentStore.AccessType ContentStore.getSpaceAccess(java.lang.String spaceId)
          Gets the access setting of the space, either OPEN or CLOSED.
 ContentStore.AccessType ContentStoreImpl.getSpaceAccess(java.lang.String spaceId)
          Gets the access setting of the space, either OPEN or CLOSED.
 java.util.Iterator<java.lang.String> ContentStore.getSpaceContents(java.lang.String spaceId)
          Retrieves the complete list of content items within a space.
 java.util.Iterator<java.lang.String> ContentStoreImpl.getSpaceContents(java.lang.String spaceId)
          Retrieves the complete list of content items within a space.
 java.util.Iterator<java.lang.String> ContentStore.getSpaceContents(java.lang.String spaceId, java.lang.String prefix)
          Retrieves the complete list of content items within a space.
 java.util.Iterator<java.lang.String> ContentStoreImpl.getSpaceContents(java.lang.String spaceId, java.lang.String prefix)
          Retrieves the complete list of content items within a space.
 java.util.Map<java.lang.String,java.lang.String> ContentStore.getSpaceProperties(java.lang.String spaceId)
          Retrieves the properties associated with a space.
 java.util.Map<java.lang.String,java.lang.String> ContentStoreImpl.getSpaceProperties(java.lang.String spaceId)
          Retrieves the properties associated with a space.
 java.util.List<java.lang.String> ContentStore.getSpaces()
          Provides a listing of all spaces IDs.
 java.util.List<java.lang.String> ContentStoreImpl.getSpaces()
          Provides a listing of all spaces IDs.
 java.util.List<java.lang.String> ContentStore.getSupportedTasks()
          Gets a listing of the supported tasks.
 java.util.List<java.lang.String> ContentStoreImpl.getSupportedTasks()
          Gets a listing of the supported tasks.
 java.lang.String ContentStore.moveContent(java.lang.String srcSpaceId, java.lang.String srcContentId, java.lang.String destSpaceId, java.lang.String destContentId)
          This method moves the content item found in source-space with the id of source-content-id into the dest-space, naming it to dest-content-id.
 java.lang.String ContentStoreImpl.moveContent(java.lang.String srcSpaceId, java.lang.String srcContentId, java.lang.String destSpaceId, java.lang.String destContentId)
           
 java.lang.String ContentStore.performTask(java.lang.String taskName, java.lang.String taskParameters)
          Perform a task which is outside of the standard set of storage activites but is available through one or more storage providers.
 java.lang.String ContentStoreImpl.performTask(java.lang.String taskName, java.lang.String taskParameters)
          Perform a task which is outside of the standard set of storage activites but is available through one or more storage providers.
 void ContentStoreManager.reinitialize(java.lang.String host, java.lang.String port, java.lang.String context)
          reconfigure
 void ContentStoreManagerImpl.reinitialize(java.lang.String host, java.lang.String port, java.lang.String context)
           
 void ContentStore.setContentProperties(java.lang.String spaceId, java.lang.String contentId, java.util.Map<java.lang.String,java.lang.String> contentProperties)
          Sets the properties associated with content.
 void ContentStoreImpl.setContentProperties(java.lang.String spaceId, java.lang.String contentId, java.util.Map<java.lang.String,java.lang.String> contentProperties)
          Sets the properties associated with content.
 void ContentStore.setSpaceAccess(java.lang.String spaceId, ContentStore.AccessType spaceAccess)
          Sets the accessibility of a space to either OPEN or CLOSED.
 void ContentStoreImpl.setSpaceAccess(java.lang.String spaceId, ContentStore.AccessType spaceAccess)
          Sets the accessibility of a space to either OPEN or CLOSED.
 void ContentStore.setSpaceProperties(java.lang.String spaceId, java.util.Map<java.lang.String,java.lang.String> spaceProperties)
          Sets the properties associated with a space.
 void ContentStoreImpl.setSpaceProperties(java.lang.String spaceId, java.util.Map<java.lang.String,java.lang.String> spaceProperties)
          Sets the properties associated with a space.
 

Constructors in org.duracloud.client that throw ContentStoreException
ContentIterator(ContentStore store, java.lang.String spaceId, java.lang.String prefix)
           
ContentIterator(ContentStore store, java.lang.String spaceId, java.lang.String prefix, long maxResults)
           
 

Uses of ContentStoreException in org.duracloud.client.impl
 

Methods in org.duracloud.client.impl that throw ContentStoreException
 java.util.Map<java.lang.String,ContentStore> CachingContentStoreManagerImpl.getContentStores()
           
 ContentStore CachingContentStoreManagerImpl.getPrimaryContentStore()
           
 java.util.List<java.lang.String> CachingContentStoreImpl.getSpaces()
           
 

Uses of ContentStoreException in org.duracloud.error
 

Subclasses of ContentStoreException in org.duracloud.error
 class InvalidIdException
          Exception thrown when a space or content ID is invalid.
 class NotFoundException
          Exception thrown when a requested space or content item does not exist.
 class UnauthorizedException
          Exception thrown when a request is not accepted because the caller is not authorized to perform the function
 class UnsupportedTaskException
           
 



Copyright © 2009-2011 DuraSpace. All Rights Reserved.