In Liferay 6.1 you can attach custom metadata fields to your DLFileEntries. How can I query DLFileEntries by its metadata contents from within the Java API?
In Liferay 6.1 you can attach custom metadata fields to your DLFileEntries. How can
Share
See relations between
DLFileEntryandDLFileEntryMetadata:from /liferay-sources/portal-impl/classes/com/liferay/portlet/documentlibrary/service.xml
You cat get with dynamic query the
DLFileEntryMetadataand then maped this toDLFileEntriywithdLFileEntryMetadata.getFileEntryId()