Uses of Class
org.duracloud.durastore.error.ResourceException
Packages that use ResourceException
-
Uses of ResourceException in org.duracloud.durastore.error
Subclasses of ResourceException in org.duracloud.durastore.errorModifier and TypeClassDescriptionclassclassclassAn exception that indicates that one or more property names and or values are invalid.class -
Uses of ResourceException in org.duracloud.durastore.rest
Methods in org.duracloud.durastore.rest that throw ResourceExceptionModifier and TypeMethodDescriptionContentResource.addContent(String spaceID, String contentID, InputStream content, String contentMimeType, Map<String, String> userProperties, long contentSize, String checksum, String storeID) ContentResourceImpl.addContent(String spaceID, String contentID, InputStream content, String contentMimeType, Map<String, String> userProperties, long contentSize, String checksum, String storeID) Adds content to a space.voidAdds a space.ContentResource.copyContent(String srcStoreID, String srcSpaceID, String srcContentID, String destStoreID, String destSpaceID, String destContentID) ContentResourceImpl.copyContent(String srcStoreID, String srcSpaceID, String srcContentID, String destStoreID, String destSpaceID, String destContentID) This method copies the content found in space srcSpaceID with id srcContentID to the space destSpaceID within the same content store (storeID) to the id of destContentID.voidContentResource.deleteContent(String spaceID, String contentID, String storeID) voidContentResourceImpl.deleteContent(String spaceID, String contentID, String storeID) Removes a piece of content.voidSpaceResource.deleteSpace(String spaceID, String storeID) Deletes a space, removing all included content.ContentResource.getContent(String spaceID, String contentID, String storeID, String range) ContentResourceImpl.getContent(String spaceID, String contentID, String storeID, String range) Retrieves content from a space.ContentResource.getContentProperties(String spaceID, String contentID, String storeID) ContentResourceImpl.getContentProperties(String spaceID, String contentID, String storeID) Retrieves the properties of a piece of content.SpaceResource.getSpaceACLs(String spaceID, String storeID) Gets the ACLs of a space.SpaceResource.getSpaceContents(String spaceID, String storeID, String prefix, long maxResults, String marker) Gets a listing of the contents of a space.SpaceResource.getSpaceProperties(String spaceID, String storeID) Gets the properties of a space.Provides a listing of all spaces for a customer.voidContentResource.updateContentProperties(String spaceID, String contentID, String contentMimeType, Map<String, String> userProperties, String storeID) voidContentResourceImpl.updateContentProperties(String spaceID, String contentID, String contentMimeType, Map<String, String> userProperties, String storeID) Updates the properties of a piece of content.voidUpdates the ACLs of a space.