public class CatalogueStorageHubManagement extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
mimeType |
protected String |
originalFilename |
protected org.gcube.storagehub.StorageHubManagement |
storageHubManagement |
| Constructor and Description |
|---|
CatalogueStorageHubManagement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRevisionID(String resourceID,
String revisionID) |
void |
deleteResourcePersistence(String itemID,
String resourceID,
String mimeType) |
URL |
ensureResourcePersistence(URL persistedURL,
String itemID,
String resourceID) |
String |
getMimeType() |
String |
getOriginalFilename() |
protected String |
getOriginalFileName(HttpURLConnection httpURLConnection) |
protected void |
internalAddRevisionID(String resourceID,
String revisionID) |
void |
renameFile(String resourceID,
String revisionID) |
protected org.gcube.storagehub.StorageHubManagement storageHubManagement
protected String originalFilename
protected String mimeType
public String getOriginalFilename()
public String getMimeType()
protected String getOriginalFileName(HttpURLConnection httpURLConnection) throws ParseException
ParseExceptionpublic URL ensureResourcePersistence(URL persistedURL, String itemID, String resourceID) throws Exception
Exceptionpublic void deleteResourcePersistence(String itemID, String resourceID, String mimeType) throws Exception
ExceptionCopyright © 2019. All Rights Reserved.