|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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> contentMetadata)
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> contentMetadata)
Adds content to a space. |
void |
ContentStore.createSpace(java.lang.String spaceId,
java.util.Map<java.lang.String,java.lang.String> spaceMetadata)
Creates a new space. |
void |
ContentStoreImpl.createSpace(java.lang.String spaceId,
java.util.Map<java.lang.String,java.lang.String> spaceMetadata)
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.getContentMetadata(java.lang.String spaceId,
java.lang.String contentId)
Retrieves the metadata associated with content. |
java.util.Map<java.lang.String,java.lang.String> |
ContentStoreImpl.getContentMetadata(java.lang.String spaceId,
java.lang.String contentId)
Retrieves the metadata 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 metadata 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 metadata 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.getSpaceMetadata(java.lang.String spaceId)
Retrieves the metadata associated with a space. |
java.util.Map<java.lang.String,java.lang.String> |
ContentStoreImpl.getSpaceMetadata(java.lang.String spaceId)
Retrieves the metadata 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.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.setContentMetadata(java.lang.String spaceId,
java.lang.String contentId,
java.util.Map<java.lang.String,java.lang.String> contentMetadata)
Sets the metadata associated with content. |
void |
ContentStoreImpl.setContentMetadata(java.lang.String spaceId,
java.lang.String contentId,
java.util.Map<java.lang.String,java.lang.String> contentMetadata)
Sets the metadata 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.setSpaceMetadata(java.lang.String spaceId,
java.util.Map<java.lang.String,java.lang.String> spaceMetadata)
Sets the metadata associated with a space. |
void |
ContentStoreImpl.setSpaceMetadata(java.lang.String spaceId,
java.util.Map<java.lang.String,java.lang.String> spaceMetadata)
Sets the metadata 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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |