|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Document
Method Summary | |
---|---|
java.util.List<DocumentAlternativeLink> |
getAlternatives()
Return this document alternatives. |
java.util.Map<java.lang.String,java.lang.String> |
getAnnotation()
The document associated annotations. |
java.lang.String |
getCollectionName()
The document collection name. |
java.io.InputStream |
getData()
The document data. |
java.util.Map<java.lang.String,DocumentMetadata> |
getMetadata()
The document associated metatada. |
java.lang.String |
getMimeType()
The document mime type. |
java.util.List<DocumentPartLink> |
getParts()
Return this document parts. |
Methods inherited from interface org.gcube.portlets.user.homelibrary.home.workspace.basket.items.gcube.InfoObject |
---|
getInfoObjectType, getOID |
Methods inherited from interface org.gcube.portlets.user.homelibrary.home.workspace.basket.BasketItem |
---|
getBasketItemType, getLength, getParent |
Methods inherited from interface org.gcube.portlets.user.homelibrary.home.workspace.WorkspaceAreaItem |
---|
cloneItem, getCapabilities, getChildren, getCreationTime, getDescription, getId, getLastAction, getLastModificationTime, getName, getOwner, getPath, getProperties, getType, isRoot, move, remove, removeChild, rename, setDescription |
Method Detail |
---|
java.lang.String getMimeType()
java.util.Map<java.lang.String,DocumentMetadata> getMetadata()
java.util.Map<java.lang.String,java.lang.String> getAnnotation()
java.util.List<DocumentAlternativeLink> getAlternatives()
java.util.List<DocumentPartLink> getParts()
java.lang.String getCollectionName()
java.io.InputStream getData() throws InternalErrorException
InternalErrorException
- if an internal error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |