Operation |
Details |
public DataSourceHandlerBean(): |
Sequential Notes: | Public constructor for DataSourceHandlerBean class. | |
public getDefaultMdFormatFromSource( DataSourceVO source):MetadataVO |
Sequential Notes: | Returns the default MetadataVO from a source. @return MetadataVO | |
public getMdObjectfromSource( DataSourceVO source, String format):MetadataVO |
Sequential Notes: | This operation returns the metadata informations to fetch. If no format from was specified the default metadata informations are fetched @return metadata informations | |
public getSourceByIdentifier( String id):DataSourceVO |
Sequential Tags: | throws=RuntimeException
| Notes: | Returns a specific source. @return corresponding source | |
public getSourceByName( String name):DataSourceVO |
Sequential Tags: | throws=RuntimeException
| Notes: | Returns a specific source. @return corresponding source | |
public getSourceNameByIdentifier( String id):String |
Sequential Tags: | throws=RuntimeException
| Notes: | Returns a source name. @return corresponding source name | |
public getSources():Vector |
Sequential Tags: | throws=RuntimeException
| Notes: | Returns all available Sources. @return Vector of DataSourceVO | |
public getSources( String format):Vector |
Sequential Tags: | throws=RuntimeException
| Notes: | Gets all Sources for a specific format. @return DataSourceVO | |
public printSourceXML( DataSourceVO source):void |
Sequential Notes: | Print out source values for debug purpose. | |
private simpleLiteralTostring( SimpleLiteral sl):String |
Sequential |
public updateMdEntry( DataSourceVO source, MetadataVO md):DataSourceVO |
Sequential Notes: | This operation updates a metadata information set of the importSource. @return ImportSourceVO with updated metadata informations | |