Creating Blob/image URL using Java API
Hi,
I want to create the blob URL for the media asset that I have in WCS using Java. I have Java code which pulls the information from the WCS through AssetDataManager by reading the WCS asset. But I am unable to find Blob URL for image asset through Java
In the template I have used tags that do this job for me as given below:
Assetset as I have Id of the image with me:
<assetset:setasset name="image" type='<%=ics.GetVar("c")%>' id='<%=ics.GetVar("cid")%>' /><%
%><assetset:getmultiplevalues name="image" prefix="primg"><%
%><assetset:sortlistentry attributename="media_file" attributetypename="Media_A"/><%