We've setup liferay to use JackRabbit as its document repository. Now what I'm trying to do is retrieve an specific document, and all I know about it is it's name
, and sometimes the name of the folder
it may be located in.
I know DLFileEntryLocalServiceUtil
allows me to retrieve said document but requires me to have it's id
before handing it over. My question is, how can I get the id
of the file I'm looking for if all I have is the file name
and it's location
?