Operation |
Details |
public getSourceByIdentifier( String identifier):DataSourceVO |
Sequential Tags: | throws=RuntimeException
| Notes: | This methods reads in the xml description of a specific source, identified by its identifier. @return ImportSource object | |
public getSourceByName( String name):DataSourceVO |
Sequential Tags: | throws=RuntimeException
| Notes: | This methods reads in the xml description of a specific source, identified by its name. @return ImportSource object | |
public getSources():Vector |
Sequential Tags: | throws=RuntimeException
| Notes: | This methods reads in the xml description of all available import sources. @return vector of ImportSource objects | |
public getSources( String format):Vector |
Sequential Tags: | throws=RuntimeException
| Notes: | This methods reads in the xml description of all import sources which can be transformed to the given format by the Metadatahandler. @return vector of ImportSource objects | |