Search code examples
liferaymediaportletuuiddocuments

Liferay FileEntry UUID Source


I'm still new to Liferay and using Liferay 6.2

the problem here is that i need to find the Jar and class that is generating the UUID for the uploaded files for documents and media portlet.

example : /documents/10180/13012/something/d311151a-4420-4245-ac51-5fc02da94e95

The UUID is : d311151a-4420-4245-ac51-5fc02da94e95

After digging for a few days, i found the class DeterminateKeyGenerator but after checking, it is not the one generating(or i believe it is not generating).

Any tips or pointers on this?

Thanks!


Solution

  • You can check PortalUUIDImpl.java for the implementation