org.gcube.portlets.user.homelibrary.home.workspace.basket.items.gcube.link
Interface DocumentLink

All Superinterfaces:
BasketItem, InfoObjectLink, WorkspaceAreaItem
All Known Subinterfaces:
ImageDocumentLink, PDFDocumentLink

public interface DocumentLink
extends InfoObjectLink

Author:
Federico De Faveri defaveri@isti.cnr.it

Method Summary
 java.util.Map<java.lang.String,java.lang.String> getAnnotation()
          The document associated annotations.
 java.lang.String getCollectionName()
          The document collection name.
 java.util.Map<java.lang.String,DocumentMetadata> getMetadata()
          The document associated metatada.
 java.lang.String getMimeType()
          The image mime type.
 
Methods inherited from interface org.gcube.portlets.user.homelibrary.home.workspace.basket.items.gcube.link.InfoObjectLink
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

getMetadata

java.util.Map<java.lang.String,DocumentMetadata> getMetadata()
The document associated metatada.

Returns:
the metadata.

getAnnotation

java.util.Map<java.lang.String,java.lang.String> getAnnotation()
The document associated annotations.

Returns:
the annotations.

getCollectionName

java.lang.String getCollectionName()
The document collection name.

Returns:
the collection name.

getMimeType

java.lang.String getMimeType()
The image mime type.

Returns:
the mime type.