Well,
I managed to get the DLFileEntry.
But I'm in trouble to make up the link to the document view in Document Library :
1...
2long docPK = assetEntry.getClassPK();
3DLFileEntry dlFileEntry = DLFileEntryLocalServiceUtil.getFileEntry(docPK);
4
5%>
6<liferay-portlet:renderURL var="viewFullContentURL" plid="10466">
7 <liferay-portlet:param name="struts_action" value="/document_library/view_file_entry"></liferay-portlet:param>
8 <liferay-portlet:param name="fileEntryId" value="<%= String.valueOf(dlFileEntry.getFileEntryId()) %>"></liferay-portlet:param>
9</liferay-portlet:renderURL>
10<%
11...
So far, this moves the user on the "Documents" page (plid=10466) but shows document library at its root folder.
I want to see the document description page.
I tried also with struts_action "/document_library/view" but with same results.
Deploring the lack of Liferay's API documentation, I'm not sure which struts action I should use and how to build the URL, so I'm counting on your help !
Thanks =)
Firmi prego dentro per inbandierare questo come inadeguato.