META-INF.portlet-model-hints.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.document.library.content.service
Show all versions of com.liferay.document.library.content.service
Liferay Document Library Content Service
<?xml version="1.0"?> <model-hints> <model name="com.liferay.document.library.content.model.DLContent"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="contentId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="repositoryId" type="long" /> <field name="path" type="String"> <hint name="max-length">255</hint> </field> <field name="version" type="String" /> <field name="data" type="Blob" /> <field name="size" type="long" /> </model> </model-hints>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy