Uses of Class
org.duracloud.error.ContentStoreException
Packages that use ContentStoreException
Package
Description
-
Uses of ContentStoreException in org.duracloud.client
Methods in org.duracloud.client that throw ContentStoreExceptionModifier and TypeMethodDescriptionContentStore.addContent(String spaceId, String contentId, InputStream content, long contentSize, String contentMimeType, String contentChecksum, Map<String, String> contentProperties) Adds content to a space.ContentStoreImpl.addContent(String spaceId, String contentId, InputStream content, long contentSize, String contentMimeType, String contentChecksum, Map<String, String> contentProperties) Adds content to a space.booleanContentStore.contentExists(String spaceId, String contentId) Determines if a content item exists in a given spacebooleanContentStoreImpl.contentExists(String spaceId, String contentId) Determines if a content item exists in a given spaceContentStore.copyContent(String srcSpaceId, String srcContentId, String destSpaceId, 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.ContentStore.copyContent(String srcSpaceId, String srcContentId, String destStoreId, String destSpaceId, String destContentId) This method provides a way to copy a content item to another content provider.ContentStoreImpl.copyContent(String srcSpaceId, String srcContentId, String destSpaceId, 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.ContentStoreImpl.copyContent(String srcSpaceId, String srcContentId, String destStoreId, String destSpaceId, String destContentId) This method provides a way to copy a content item to another content provider.voidContentStore.createSpace(String spaceId) Creates a new space.voidContentStoreImpl.createSpace(String spaceId) Creates a new space.voidContentStore.deleteContent(String spaceId, String contentId) Removes content from a space.voidContentStoreImpl.deleteContent(String spaceId, String contentId) Removes content from a space.voidContentStore.deleteSpace(String spaceId) Deletes a space.voidContentStoreImpl.deleteSpace(String spaceId) Deletes a space.protected abstract TStoreCaller.doCall()protected RestHttpHelper.HttpResponseContentStoreImpl.doGetContent(String spaceId, String contentId, Long startByte, Long endByte) protected <T> TContentStore.getAuditLog(String spaceId) Gets an audit log for the specific space if one exists.ContentStoreImpl.getAuditLog(String spaceId) ContentStore.getBitIntegrityReport(String spaceId) Returns the most recent bit integrity report.ContentStoreImpl.getBitIntegrityReport(String spaceId) ContentStore.getBitIntegrityReportProperties(String spaceId) Returns the properties associated with the most recent bit integrity report.ContentStoreImpl.getBitIntegrityReportProperties(String spaceId) ContentStore.getContent(String spaceId, String contentId) Gets content from a space.ContentStore.getContent(String spaceId, String contentId, Long startByte, Long endByte) Gets a byte range of a content item from a space.ContentStoreImpl.getContent(String spaceId, String contentId) Gets content from a space.ContentStoreImpl.getContent(String spaceId, String contentId, Long startByte, Long endByte) Gets a byte range of a content item from a space.ContentStore.getContentProperties(String spaceId, String contentId) Retrieves the properties associated with content.ContentStoreImpl.getContentProperties(String spaceId, String contentId) Retrieves the properties associated with content.ContentStoreManager.getContentStore(String storeID) Gets a specific content store based on ID.ContentStoreManager.getContentStore(String storeID, int maxRetries) Gets a specific content store based on ID.ContentStoreManagerImpl.getContentStore(String storeID) Gets a specific content store based on ID.ContentStoreManagerImpl.getContentStore(String storeID, int maxRetries) Gets a specific content store based on ID.ContentStoreManager.getContentStores()Gets all available content stores.ContentStoreManager.getContentStores(int maxRetries) Gets all available content stores.ContentStoreManagerImpl.getContentStores()Gets all available content stores.ContentStoreManagerImpl.getContentStores(int maxRetries) Gets all available content stores.ContentStore.getManifest(String spaceId, ManifestFormat format) Gets a manifest for the specific space if one exists.ContentStoreImpl.getManifest(String spaceId, ManifestFormat format) ContentStoreManager.getPrimaryContentStore()Gets the primary content store.ContentStoreManager.getPrimaryContentStore(int maxRetries) Gets the primary content store.ContentStoreManagerImpl.getPrimaryContentStore()Gets the primary content store.ContentStoreManagerImpl.getPrimaryContentStore(int maxRetries) Gets the primary content store.ContentStoreManager.getPrimaryContentStoreAsAnonymous()Provides access to the primary content store without requiring login().ContentStoreManager.getPrimaryContentStoreAsAnonymous(int maxRetries) Provides access to the primary content store without requiring login().ContentStoreManagerImpl.getPrimaryContentStoreAsAnonymous()Provides access to the primary content store without requiring login().ContentStoreManagerImpl.getPrimaryContentStoreAsAnonymous(int maxRetries) Provides access to the primary content store without requiring login().Provides a space, including the id and properties of the space as well as a limited list of the content items within a space.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.getSpaceACLs(String spaceId) Retrieves the ACLs associated with a space.ContentStoreImpl.getSpaceACLs(String spaceId) Retrieves the ACLs associated with a space.ContentStore.getSpaceContents(String spaceId) Retrieves the complete list of content items within a space.ContentStore.getSpaceContents(String spaceId, String prefix) Retrieves the complete list of content items within a space.ContentStoreImpl.getSpaceContents(String spaceId) Retrieves the complete list of content items within a space.ContentStoreImpl.getSpaceContents(String spaceId, String prefix) Retrieves the complete list of content items within a space.ContentStore.getSpaceProperties(String spaceId) Retrieves the properties associated with a space.ContentStoreImpl.getSpaceProperties(String spaceId) Retrieves the properties associated with a space.ContentStore.getSpaces()Provides a listing of all spaces IDs.ContentStoreImpl.getSpaces()Provides a listing of all spaces IDs.ContentStore.getSpaceStats(String spaceId, Date from, Date to) Returns a space stats time series for presenting in a graph.ContentStoreImpl.getSpaceStats(String spaceId, Date start, Date end) ContentStore.getStorageProviderStats(Date from, Date to) Returns a base based series of stats for all spaces within a storage provider for the specified time range.ContentStoreImpl.getStorageProviderStats(Date start, Date end) ContentStore.getStorageProviderStatsByDay(Date date) Returns stats for all spaces within a storage provider for a particular day, averaging bit and object counts between 0:00:00 and 23:59:59 UTC.ContentStoreImpl.getStorageProviderStatsByDay(Date date) ContentStore.getSupportedTasks()Gets a listing of the supported tasks.ContentStoreImpl.getSupportedTasks()Gets a listing of the supported tasks.ContentStore.moveContent(String srcSpaceId, String srcContentId, String destSpaceId, 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.ContentStore.moveContent(String srcSpaceId, String srcContentId, String destStoreId, String destSpaceId, 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.ContentStoreImpl.moveContent(String srcSpaceId, String srcContentId, String destSpaceId, 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.ContentStoreImpl.moveContent(String srcSpaceId, String srcContentId, String destStoreId, String destSpaceId, 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.ContentStore.performTask(String taskName, String taskParameters) Perform a task (with retries on failure) which is outside of the standard set of storage activities but is available through one or more storage providers.ContentStoreImpl.performTask(String taskName, String taskParameters) Perform a task (with retries on failure) which is outside of the standard set of storage activities but is available through one or more storage providers.ContentStore.performTaskWithNoRetries(String taskName, String taskParameters) Perform a task (without retrying on failure) which is outside of the standard set of storage activities but is available through one or more storage providers.ContentStoreImpl.performTaskWithNoRetries(String taskName, String taskParameters) Perform a task (without retrying on failure) which is outside of the standard set of storage activities but is available through one or more storage providers.voidContentStoreManager.reinitialize(String host, String port, String context) reconfigurevoidContentStoreManagerImpl.reinitialize(String host, String port, String context) voidContentStore.setContentProperties(String spaceId, String contentId, Map<String, String> contentProperties) Sets the properties associated with content.voidContentStoreImpl.setContentProperties(String spaceId, String contentId, Map<String, String> contentProperties) Sets the properties associated with content.voidContentStore.setSpaceACLs(String spaceId, Map<String, AclType> spaceACLs) Sets the ACLs associated with a space.voidContentStoreImpl.setSpaceACLs(String spaceId, Map<String, AclType> spaceACLs) Sets the ACLs associated with a space.booleanContentStore.spaceExists(String spaceId) Determines if a space existsbooleanContentStoreImpl.spaceExists(String spaceId) Determines if a space existsConstructors in org.duracloud.client that throw ContentStoreExceptionModifierConstructorDescriptionContentIterator(ContentStore store, String spaceId, String prefix) ContentIterator(ContentStore store, String spaceId, String prefix, long maxResults) -
Uses of ContentStoreException in org.duracloud.client.impl
Methods in org.duracloud.client.impl that throw ContentStoreExceptionModifier and TypeMethodDescriptionCachingContentStoreManagerImpl.getContentStores()CachingContentStoreManagerImpl.getPrimaryContentStore()CachingContentStoreImpl.getSpaces() -
Uses of ContentStoreException in org.duracloud.client.task
Methods in org.duracloud.client.task that throw ContentStoreExceptionModifier and TypeMethodDescriptionSnapshotTaskClient.cleanupSnapshot(String spaceId) Cleans up content that is no longer needed now that the snapshot has been transferred successfully.SnapshotTaskClientImpl.cleanupSnapshot(String spaceId) Cleans up content that is no longer needed now that the snapshot has been transferred successfully.SnapshotTaskClient.completeRestore(String spaceId, int daysToExpire) Performs setup necessary to expire content which has been restored.SnapshotTaskClientImpl.completeRestore(String spaceId, int daysToExpire) Performs setup necessary to expire content which has been restored.SnapshotTaskClient.completeSnapshot(String spaceId) Completes the snapshot.SnapshotTaskClientImpl.completeSnapshot(String spaceId) Completes the snapshot.SnapshotTaskClient.createSnapshot(String spaceId, String description, String userEmail) Begins the process of creating a snapshot by collecting the necessary information and passing it down to the snapshot bridge application.SnapshotTaskClientImpl.createSnapshot(String spaceId, String description, String userEmail) Begins the process of creating a snapshot by collecting the necessary information and passing it down to the snapshot bridge application.S3TaskClient.deleteHlsStreaming(String spaceId) Deletes a streaming distribution for a space.S3TaskClientImpl.deleteHlsStreaming(String spaceId) Deletes a streaming distribution for a space.S3TaskClient.disableHlsStreaming(String spaceId) Disables HLS streaming on a space.S3TaskClientImpl.disableHlsStreaming(String spaceId) Disables HLS streaming on a space.S3TaskClient.enableHlsStreaming(String spaceId, boolean secure) Enables HLS streaming on a space.S3TaskClientImpl.enableHlsStreaming(String spaceId, boolean secure) Enables HLS streaming on a space.Retrieve an S3TaskClientReturns a URL representing an HLS streamable resource.Returns a URL representing an HLS streamable resource.SnapshotTaskClient.getRestore(String restoreId) Gets the status and details of a snapshot restore action based on the ID of the restore.SnapshotTaskClientImpl.getRestore(String restoreId) Gets the status and details of a snapshot restore action based on the ID of the restore.SnapshotTaskClient.getRestoreBySnapshot(String snapshotId) Gets the status and details of a snapshot restore action based on the ID of the original snapshot.SnapshotTaskClientImpl.getRestoreBySnapshot(String snapshotId) Gets the status and details of a snapshot restore action based on the ID of the original snapshot.S3TaskClient.getSignedCookiesUrl(String spaceId, String ipAddress, int minutesToExpire, String redirectUrl) Generates signed cookies and provides a URL at which those cookies can be set on the user's browserS3TaskClientImpl.getSignedCookiesUrl(String spaceId, String ipAddress, int minutesToExpire, String redirectUrl) Generates signed cookies and provides a URL at which those cookies can be set on the user's browserSnapshotTaskClient.getSnapshot(String snapshotId) Gets the status and details of a snapshot action.SnapshotTaskClientImpl.getSnapshot(String snapshotId) Gets the status and details of a snapshot action.SnapshotTaskClient.getSnapshotContents(String snapshotId, int pageNumber, int pageSize, String prefix) Gets the list of content items that are contained in the snapshot.SnapshotTaskClientImpl.getSnapshotContents(String snapshotId, int pageNumber, int pageSize, String prefix) Gets the list of content items that are contained in the snapshot.SnapshotTaskClient.getSnapshotHistory(String snapshotId, int pageNumber, int pageSize) Gets the list of history items that are contained in the snapshot.SnapshotTaskClientImpl.getSnapshotHistory(String snapshotId, int pageNumber, int pageSize) SnapshotTaskClient.getSnapshots()Gets a listing of snapshots which are accessible to this accountSnapshotTaskClientImpl.getSnapshots()Gets a listing of snapshots which are accessible to this accountSnapshotTaskClient.getSnapshotsTotals(String status) Gets the total count, size (in bytes) and files of snapshots which are accessible to this accountSnapshotTaskClientImpl.getSnapshotsTotals(String status) Gets the total count, size (in bytes) and files of snapshots which are accessible to this accountSnapshotTaskClient.requestRestoreSnapshot(String snapshotId, String userEmail) Sends a snapshot restore request to the DuraCloud Admin.SnapshotTaskClientImpl.requestRestoreSnapshot(String snapshotId, String userEmail) Sends a snapshot restore request to the DuraCloud Admin.SnapshotTaskClient.restoreSnapshot(String snapshotId, String userEmail) Begins the process of restoring a snapshot by creating a landing space and informing the snapshot bridge application that a restore action needs to be performed.SnapshotTaskClientImpl.restoreSnapshot(String snapshotId, String userEmail) Begins the process of restoring a snapshot by creating a landing space and informing the snapshot bridge application that a restore action needs to be performed. -
Uses of ContentStoreException in org.duracloud.error
Subclasses of ContentStoreException in org.duracloud.errorModifier and TypeClassDescriptionclassException thrown when a requested content item does not have the proper state to allow for the requested action.classException thrown when a space or content ID is invalid.classException thrown when a requested space or content item does not exist.classException thrown when a feature or method is not implemented.classException thrown when a request is not accepted because the caller is not authorized to perform the functionclass