Operation |
Details |
package doFetch( String sourceName, String identifier):byte |
Sequential Tags: | throws=SourceNotAvailableException,IdentifierNotRecognisedException,FormatNotRecognisedException,RuntimeException,AccessException,FormatNotAvailableException
| Notes: | This operation fetches data from the specified source. The format of the requested data will be the default metadata format defined in sources.xml. @return itemXML as byte[] | |
package doFetch( String sourceName, String identifier, String formatName):byte |
Sequential Tags: | throws=SourceNotAvailableException,IdentifierNotRecognisedException,FormatNotRecognisedException,RuntimeException,AccessException,FormatNotAvailableException
| Notes: | This operation fetches data from the specified source and returns it in the requested format. The format properties are default This format can either be the format the external source provides, or a format we can transform from a format the external source provides @return fetched data as byte[] | |
package doFetch( String sourceName, String identifier, String trgFormatName, String trgFormatType, String trgFormatEncoding):byte |
Sequential Tags: | throws=SourceNotAvailableException,IdentifierNotRecognisedException,FormatNotRecognisedException,RuntimeException,AccessException,FormatNotAvailableException
| Notes: | This operation fetches data from the specified source and returns it in the requested format. This format can either be the format the external source provides, or a format we can transform from a format the external source provides @param trgFormatEndcoding @return fetched data as byte[] | |
package doFetch( String sourceName, String identifier, Format[] formats):byte |
Sequential Tags: | throws=SourceNotAvailableException,IdentifierNotRecognisedException,FormatNotRecognisedException,RuntimeException,AccessException,FormatNotAvailableException
| Notes: | This operation fetches data from the specified source and returns it in the requested format. The fetched data will return in zip format, currently only file fetching is possible for multiple formats @return fetched data as byte[] | |
package doFetch( String sourceName, String identifier, String[] formats):byte |
Sequential Tags: | throws=SourceNotAvailableException,IdentifierNotRecognisedException,FormatNotRecognisedException,RuntimeException,AccessException,FormatNotAvailableException
| Notes: | This operation fetches data from the specified source and returns it in the requested format. The fetched data will return in zip format, currently only file fetching is possible for multiple formats The formats properties are default @return fetched data as byte[] | |
package explainSources():String |
Sequential Tags: | throws=RuntimeException
| Notes: | This method provides XML formated output of the supported import sources. @return xml presentation of all available import sources | |
|