- CachingContentStoreImpl - Class in org.duracloud.client.impl
-
This class retains the results of the initial call to:
getSpaces()
and returns this cached value on subsequent calls.
- CachingContentStoreImpl(String, StorageProviderType, String, RestHttpHelper) - Constructor for class org.duracloud.client.impl.CachingContentStoreImpl
-
- CachingContentStoreManagerImpl - Class in org.duracloud.client.impl
-
This class retains the results of the initial call to both:
getContentStores() &
getPrimaryContentStore()
and returns these cached values on subsequent calls.
- CachingContentStoreManagerImpl(String, String, String) - Constructor for class org.duracloud.client.impl.CachingContentStoreManagerImpl
-
- call() - Method in class org.duracloud.client.StoreCaller
-
- close() - Method in class org.duracloud.client.util.DuracloudFileWriter
-
- Content - Class in org.duracloud.domain
-
Content - a stream of bits and properties to describe the stream.
- Content() - Constructor for class org.duracloud.domain.Content
-
- CONTENT_CHECKSUM - Static variable in interface org.duracloud.client.ContentStore
-
Basic content properties: MD5 checksum
- CONTENT_FILE_ACCESSED - Static variable in interface org.duracloud.client.ContentStore
-
Original content file properties: Last accessed date
- CONTENT_FILE_CREATED - Static variable in interface org.duracloud.client.ContentStore
-
Original content file properties: Creation date
- CONTENT_FILE_MODIFIED - Static variable in interface org.duracloud.client.ContentStore
-
Original content file properties: Last modified date
- CONTENT_LENGTH - Static variable in interface org.duracloud.client.HttpHeaders
-
- CONTENT_MD5 - Static variable in interface org.duracloud.client.HttpHeaders
-
- CONTENT_MIMETYPE - Static variable in interface org.duracloud.client.ContentStore
-
Basic content properties: MIME type
- CONTENT_MODIFIED - Static variable in interface org.duracloud.client.ContentStore
-
Basic content properties: Last modified date
- CONTENT_SIZE - Static variable in interface org.duracloud.client.ContentStore
-
Basic content properties: Size
- CONTENT_TYPE - Static variable in interface org.duracloud.client.HttpHeaders
-
- ContentIterator - Class in org.duracloud.client
-
Iterates over the content list in a DuraCloud space.
- ContentIterator(ContentStore, String, String) - Constructor for class org.duracloud.client.ContentIterator
-
- ContentIterator(ContentStore, String, String, long) - Constructor for class org.duracloud.client.ContentIterator
-
- ContentStateException - Exception in org.duracloud.error
-
Exception thrown when a requested content item does not have the proper
state to allow for the requested action.
- ContentStateException(String) - Constructor for exception org.duracloud.error.ContentStateException
-
- ContentStore - Interface in org.duracloud.client
-
Provides access to a content store
- ContentStoreException - Exception in org.duracloud.error
-
Exception thrown by the ContentStore.
- ContentStoreException(String) - Constructor for exception org.duracloud.error.ContentStoreException
-
- ContentStoreException(String, Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
-
- ContentStoreException(Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
-
- ContentStoreException(String, Throwable, String) - Constructor for exception org.duracloud.error.ContentStoreException
-
- ContentStoreException(String, String, Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
-
- ContentStoreException(String, String, String, Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
-
- ContentStoreException(String, String, String, String, String, Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
-
- ContentStoreImpl - Class in org.duracloud.client
-
Provides access to a content store
- ContentStoreImpl(String, StorageProviderType, String, RestHttpHelper) - Constructor for class org.duracloud.client.ContentStoreImpl
-
Creates a ContentStore.
- ContentStoreImpl(String, StorageProviderType, String, RestHttpHelper, int) - Constructor for class org.duracloud.client.ContentStoreImpl
-
Creates a ContentStore with a specific number of retries.
- ContentStoreImpl.Retryable - Interface in org.duracloud.client
-
An interface which defines a single method which will be retried on error
- ContentStoreManager - Interface in org.duracloud.client
-
Provides facilities for connecting to a set of content stores
- ContentStoreManagerImpl - Class in org.duracloud.client
-
Provides facilities for connecting to a set of content stores
- ContentStoreManagerImpl(String, String) - Constructor for class org.duracloud.client.ContentStoreManagerImpl
-
Constructor for ContentStoreManagerImpl.
- ContentStoreManagerImpl(String, String, String) - Constructor for class org.duracloud.client.ContentStoreManagerImpl
-
Constructor for ContentStoreManagerImpl.
- ContentStoreUtil - Class in org.duracloud.client.util
-
- ContentStoreUtil(ContentStore) - Constructor for class org.duracloud.client.util.ContentStoreUtil
-
- copyContent(String, String, String, String) - Method in interface org.duracloud.client.ContentStore
-
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.
- copyContent(String, String, String, String, String) - Method in interface org.duracloud.client.ContentStore
-
This method provides a way to copy a content item to another content provider.
- copyContent(String, String, String, String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
This method provides a way to copy a content item to another content provider.
- copyContent(String, String, String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
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.
- createSpace(String) - Method in interface org.duracloud.client.ContentStore
-
Creates a new space.
- createSpace(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Creates a new space.
- getBaseURL() - Method in interface org.duracloud.client.ContentStore
-
Gets the base URL pointing to the DuraCloud DuraStore REST API
- getBaseURL() - Method in class org.duracloud.client.ContentStoreImpl
-
- getBaseURL() - Method in class org.duracloud.client.ContentStoreManagerImpl
-
- getContent(String, String) - Method in interface org.duracloud.client.ContentStore
-
Gets content from a space.
- getContent(String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Gets content from a space.
- getContentIds() - Method in class org.duracloud.domain.Space
-
Getter for the field contentIds
.
- getContentProperties(String, String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the properties associated with content.
- getContentProperties(String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the properties associated with content.
- getContentStore(String) - Method in interface org.duracloud.client.ContentStoreManager
-
Gets a specific content store based on ID.
- getContentStore(String, int) - Method in interface org.duracloud.client.ContentStoreManager
-
Gets a specific content store based on ID.
- getContentStore(String) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets a specific content store based on ID.
- getContentStore(String, int) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets a specific content store based on ID.
- getContentStores() - Method in interface org.duracloud.client.ContentStoreManager
-
Gets all available content stores.
- getContentStores(int) - Method in interface org.duracloud.client.ContentStoreManager
-
Gets all available content stores.
- getContentStores() - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets all available content stores.
- getContentStores(int) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets all available content stores.
- getContentStores() - Method in class org.duracloud.client.impl.CachingContentStoreManagerImpl
-
- getContentStream(String, String) - Method in class org.duracloud.client.util.ContentStoreUtil
-
- getId() - Method in class org.duracloud.domain.Content
-
Getter for the field id
.
- getId() - Method in class org.duracloud.domain.Space
-
Getter for the field id
.
- getLogMessage() - Method in class org.duracloud.client.StoreCaller
-
- getPrimaryContentStore() - Method in interface org.duracloud.client.ContentStoreManager
-
Gets the primary content store.
- getPrimaryContentStore(int) - Method in interface org.duracloud.client.ContentStoreManager
-
Gets the primary content store.
- getPrimaryContentStore() - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets the primary content store.
- getPrimaryContentStore(int) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets the primary content store.
- getPrimaryContentStore() - Method in class org.duracloud.client.impl.CachingContentStoreManagerImpl
-
- getPrimaryContentStoreAsAnonymous() - Method in interface org.duracloud.client.ContentStoreManager
-
Provides access to the primary content store without requiring login().
- getPrimaryContentStoreAsAnonymous(int) - Method in interface org.duracloud.client.ContentStoreManager
-
Provides access to the primary content store without requiring login().
- getPrimaryContentStoreAsAnonymous() - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Provides access to the primary content store without requiring login().
- getPrimaryContentStoreAsAnonymous(int) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Provides access to the primary content store without requiring login().
- getProperties() - Method in class org.duracloud.domain.Content
-
Getter for the field properties
.
- getProperties() - Method in class org.duracloud.domain.Space
-
Getter for the field properties
.
- getRestHelper() - Method in class org.duracloud.client.ContentStoreManagerImpl
-
- getSpace(String, String, long, String) - Method in interface org.duracloud.client.ContentStore
-
Provides a space, including the id and properties of the space as well as
a limited list of the content items within a space.
- getSpace(String, String, long, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Provides a space, including the id and properties of the space as well as
a limited list of the content items within a space.
- getSpaceACLs(String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the ACLs associated with a space.
- getSpaceACLs(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the ACLs associated with a space.
- getSpaceContents(String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the complete list of content items within a space.
- getSpaceContents(String, String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the complete list of content items within a space.
- getSpaceContents(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the complete list of content items within a space.
- getSpaceContents(String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the complete list of content items within a space.
- getSpaceProperties(String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the properties associated with a space.
- getSpaceProperties(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the properties associated with a space.
- getSpaces() - Method in interface org.duracloud.client.ContentStore
-
Provides a listing of all spaces IDs.
- getSpaces() - Method in class org.duracloud.client.ContentStoreImpl
-
Provides a listing of all spaces IDs.
- getSpaces() - Method in class org.duracloud.client.impl.CachingContentStoreImpl
-
- getStorageProviderType() - Method in interface org.duracloud.client.ContentStore
-
Gets the storage provider type
StorageProviderType
- getStorageProviderType() - Method in class org.duracloud.client.ContentStoreImpl
-
Gets the storage provider type
StorageProviderType
- getStoreId() - Method in interface org.duracloud.client.ContentStore
-
Gets the ID of this content store
- getStoreId() - Method in class org.duracloud.client.ContentStoreImpl
-
Gets the ID of this content store
- getStream() - Method in class org.duracloud.domain.Content
-
Getter for the field stream
.
- getSupportedTasks() - Method in interface org.duracloud.client.ContentStore
-
Gets a listing of the supported tasks.
- getSupportedTasks() - Method in class org.duracloud.client.ContentStoreImpl
-
Gets a listing of the supported tasks.