org.gcube.portlets.user.homelibrary.home.workspace
Interface ExternalResourceLinkPlugin


public interface ExternalResourceLinkPlugin

Author:
gioia

Method Summary
 InputStream getContent(ExternalResourceLink item)
           
 String getPluginName()
           
 long getSize(ExternalResourceLink item)
           
 

Method Detail

getPluginName

String getPluginName()
Returns:

getContent

InputStream getContent(ExternalResourceLink item)
                       throws ExternalResourceBrokenLinkException,
                              InternalErrorException
Parameters:
item -
Returns:
Throws:
ExternalResourceBrokenLinkException
InternalErrorException

getSize

long getSize(ExternalResourceLink item)
             throws ExternalResourceBrokenLinkException,
                    InternalErrorException
Parameters:
item -
Returns:
Throws:
ExternalResourceBrokenLinkException
InternalErrorException


Copyright © 2013. All Rights Reserved.