掲示板

DLApp Liferay Json Web Service GetFileEntry

6年前 に Aymane Chakour El Alami によって更新されました。

DLApp Liferay Json Web Service GetFileEntry

New Member 投稿: 9 参加年月日: 17/05/16 最新の投稿
Hello,

I am new to liferay in general, and i'm trying to consume the json webservices offered by liferay, in particular the DLApp service, i want to get the content of a file in the document library, so the method to use is /dlapp/get-file-entry, but does anyone have an idea or an example how to map the reponse of this method to a java object in order to get the content of the file. In a portlet deployed in liferay we can simply do :

DLFileEntryLocalServiceUtil.getFileAsStream(companyId, userId, folderId, name)


but i don't have any idea how to get the content using the json webservices, Please Help me !

Regard,
Aymane
6年前 に Aymane Chakour El Alami によって更新されました。

RE: DLApp Liferay Json Web Service GetFileEntry

New Member 投稿: 9 参加年月日: 17/05/16 最新の投稿
Please Help, no one have ever faced this problem ?