public class WorkspaceContainer extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
WorkspaceContainer() |
| Modifier and Type | Method and Description |
|---|---|
StreamDescriptor |
download() |
org.gcube.common.storagehub.model.items.FolderItem |
get(String... excludes) |
List<? extends org.gcube.common.storagehub.model.items.Item> |
list() |
FolderContainer |
open(String id) |
<T extends org.gcube.common.storagehub.model.items.AbstractFileItem> |
uploadFile(InputStream stream,
String filename,
String description) |
public org.gcube.common.storagehub.model.items.FolderItem get(String... excludes)
public List<? extends org.gcube.common.storagehub.model.items.Item> list()
public FolderContainer open(String id)
public <T extends org.gcube.common.storagehub.model.items.AbstractFileItem> T uploadFile(InputStream stream, String filename, String description)
public StreamDescriptor download()
Copyright © 2018. All Rights Reserved.