public class FolderContainer extends ItemContainer
folderId, itemclient| Modifier | Constructor and Description |
|---|---|
protected |
FolderContainer(ItemManagerClient itemclient) |
| Modifier and Type | Method and Description |
|---|---|
StreamDescriptor |
download(InputStream stream) |
org.gcube.common.storagehub.model.items.FolderItem |
get() |
List<? extends org.gcube.common.storagehub.model.items.Item> |
list() |
protected void |
setId(String folderId) |
protected void |
setItem(org.gcube.common.storagehub.model.items.FolderItem item) |
<T extends org.gcube.common.storagehub.model.items.AbstractFileItem> |
uploadFile(InputStream stream,
String filename,
String description) |
protected FolderContainer(ItemManagerClient itemclient)
protected void setItem(org.gcube.common.storagehub.model.items.FolderItem item)
protected void setId(String folderId)
public org.gcube.common.storagehub.model.items.FolderItem get()
throws Exception
Exceptionpublic List<? extends org.gcube.common.storagehub.model.items.Item> list()
public <T extends org.gcube.common.storagehub.model.items.AbstractFileItem> T uploadFile(InputStream stream, String filename, String description)
public StreamDescriptor download(InputStream stream)
download in class ItemContainerCopyright © 2018. All Rights Reserved.