fr.paris5.shaman.insight.content
Interface LegendConnector

All Known Implementing Classes:
WebdavConnector

public interface LegendConnector

Abstraction layer for importing content from a Legend server.

Version:
$Id: LegendConnector.java,v 1.4 2002/08/07 13:30:53 caillette Exp $
Author:
Laurent Caillette

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 LegendResources enumerateResources(ImportParameters importParameters)
          Exceptions listed are supposed to be thrown only when a problem occurs during connection to Legend repository.
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

enumerateResources

public LegendResources enumerateResources(ImportParameters importParameters)
                                   throws java.lang.Exception
Exceptions listed are supposed to be thrown only when a problem occurs during connection to Legend repository. When an exception is thrown for a given resource, it should be associated with ImportableResources.setProblem( String, Throwable ).
Parameters:
importParameters -  
Returns:
 
Throws:
java.lang.Exception - When connecting to Legend for fetching content information.


Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.