org.gcube.portlets.user.homelibrary.home.workspace.basket.items.gpod
Interface GPODLink

All Superinterfaces:
BasketItem, WorkspaceAreaItem

public interface GPODLink
extends BasketItem

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

Method Summary
 java.util.List<java.lang.String> getHDFUrls()
          Return the hierarchical data format files url.
 java.util.List<java.lang.String> getImageUrls()
          Return the images url.
 java.lang.String getMetadataUrl()
          Return the metadata url.
 java.lang.String getPassword()
          Return the password necessary to access the data repository.
 TaskInfo getTaskInfo()
          Return the information about the task that have generated this data.
 java.lang.String getThumbnailUrl()
          Return the thumbnail url.
 java.lang.String getUsername()
          Return the username necessary to access the data repository.
 
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

getTaskInfo

TaskInfo getTaskInfo()
Return the information about the task that have generated this data.

Returns:
the task information.

getUsername

java.lang.String getUsername()
Return the username necessary to access the data repository.

Returns:
the username value.

getPassword

java.lang.String getPassword()
Return the password necessary to access the data repository.

Returns:

getHDFUrls

java.util.List<java.lang.String> getHDFUrls()
Return the hierarchical data format files url.

Returns:
a list of url.

getImageUrls

java.util.List<java.lang.String> getImageUrls()
Return the images url.

Returns:
a list of url.

getThumbnailUrl

java.lang.String getThumbnailUrl()
Return the thumbnail url.

Returns:
the url value.

getMetadataUrl

java.lang.String getMetadataUrl()
Return the metadata url.

Returns:
the url value.