Message Boards

LF 6.2 - DocumentLibrary - DLFIleEntry modifiedDate of content

David Bonomels Bonomels, modified 4 Years ago.

LF 6.2 - DocumentLibrary - DLFIleEntry modifiedDate of content

New Member Posts: 10 Join Date: 1/10/17 Recent Posts
Hi,
I'm using yet Liferay 6.2 in order to provide the document library services to third part software.I have to provide the real modified date of the document and not the date of metadata edits. So, I know that LF make some indexing with Tika to get informations from the file, do you know if there is a way to get the modified date of the document content?Thanks in advance,David
thumbnail
Mohammed Yasin, modified 4 Years ago.

RE: LF 6.2 - DocumentLibrary - DLFIleEntry modifiedDate of content

Liferay Master Posts: 591 Join Date: 8/8/14 Recent Posts
Hi,
  You have use  DLFileEntryMetadataLocalServiceUtil for getting the DLFileEntry Meta data Record using which you will get the storageId , which  can  be used to fetch record from DDMContent Table where the metadata of file is saved in xml.