createDownloadUrl(final String, final Map< String, String >) method

Returns a ready-to-consume download URL.

Syntax

String createDownloadUrl ( final String type , final Map< String, String > parameters )

Parameters

Returns

the url which can be used to actually download the data.

Usage

The parameters will be encoded (encrypted) into the URL and will be passed to the BinaryDataProvider of the given type - once the download is being made.

the url which can be used to actually download the data.