public interface DigitalObjectInfoI
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAvailableSchemata() |
String |
getCollectionName() |
String |
getDocumentURI() |
String |
getHTMLrepresentation() |
long |
getLength() |
String |
getMetadata(String schema) |
String |
getMetaRecord() |
String |
getMimeType() |
String |
getName() |
InputStream |
getObject(String elementType) |
InputStream |
getObjectByName(String name,
String collectionName) |
byte[] |
getThumbnail(int width,
int height,
String options) |
void |
setCollectionName(String collectionName) |
void |
setDocumentURI(String dURI) |
void |
setHTMLrepresentation(String html) |
void |
setMetaRecord(String mr) |
void |
updateContent(org.gcube.application.framework.core.session.ASLSession session,
byte[] rawContent) |
InputStream getObject(String elementType)
InputStream getObjectByName(String name, String collectionName)
name - the name of the ObjectcollectionName - the name of the collectionList<String> getAvailableSchemata()
String getMimeType()
long getLength()
String getName()
String getHTMLrepresentation()
void setHTMLrepresentation(String html)
html - void updateContent(org.gcube.application.framework.core.session.ASLSession session,
byte[] rawContent)
session - rawContent - byte[] getThumbnail(int width,
int height,
String options)
width - height - options - void setCollectionName(String collectionName)
collectionName - String getCollectionName()
String getMetaRecord()
void setMetaRecord(String mr)
mr - the metadata content of the metadata recordString getDocumentURI()
void setDocumentURI(String dURI)
Copyright © 2015. All Rights Reserved.