|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Document in org.gcube.portlets.user.homelibrary.home.workspace |
|---|
| Methods in org.gcube.portlets.user.homelibrary.home.workspace that return Document | |
|---|---|
Document |
Workspace.createDocument(String name,
String description,
String oid,
String mimeType,
InputStream documentData,
Map<String,String> metadata,
Map<String,String> annotations,
String collectionName,
String destinationfolderId)
Create a new document into a folder. |
Document |
WorkspaceFolder.createDocumentItem(String name,
String description,
String oid,
String mimeType,
InputStream documentData,
Map<String,String> metadata,
Map<String,String> annotations,
String collectionName)
Create a new document into this folder. |
| Uses of Document in org.gcube.portlets.user.homelibrary.home.workspace.folder.items.gcube |
|---|
| Subinterfaces of Document in org.gcube.portlets.user.homelibrary.home.workspace.folder.items.gcube | |
|---|---|
interface |
ImageDocument
|
interface |
PDFDocument
|
interface |
UrlDocument
|
| Uses of Document in org.gcube.portlets.user.homelibrary.util |
|---|
| Methods in org.gcube.portlets.user.homelibrary.util with parameters of type Document | |
|---|---|
protected void |
WorkspaceTreeVisitor.visitDocument(Document document)
Visits a document. |
| Uses of Document in org.gcube.portlets.user.homelibrary.util.zip |
|---|
| Methods in org.gcube.portlets.user.homelibrary.util.zip with parameters of type Document | |
|---|---|
protected ZipItem |
WorkspaceToZipModelConverter.convertDocument(String cleanedItemName,
Document document)
|
protected ZipFile |
WorkspaceToZipModelConverter.convertDocumentFile(Document document)
|
static File |
ZipUtil.zipDocument(Document document)
Zip the document into a tmp zip file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||