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.change.tracking.service
Show all versions of com.liferay.change.tracking.service
Liferay Change Tracking Service
<?xml version="1.0"?> <model-hints> <model name="com.liferay.change.tracking.model.CTAutoResolutionInfo"> <field name="mvccVersion" type="long" /> <field name="ctAutoResolutionInfoId" type="long" /> <field name="companyId" type="long" /> <field name="createDate" type="Date" /> <field name="ctCollectionId" type="long" /> <field name="modelClassNameId" type="long" /> <field name="sourceModelClassPK" type="long" /> <field name="targetModelClassPK" type="long" /> <field name="conflictIdentifier" type="String"> <hint name="max-length">500</hint> </field> </model> <model name="com.liferay.change.tracking.model.CTCollection"> <field name="mvccVersion" type="long" /> <field name="uuid" type="String" /> <field name="externalReferenceCode" type="String" /> <field name="ctCollectionId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="ctRemoteId" type="long" /> <field name="schemaVersionId" type="long" /> <field name="name" type="String" /> <field name="description" type="String"> <hint-collection name="TEXTAREA" /> <hint name="max-length">200</hint> </field> <field name="onDemandUserId" type="long" /> <field name="shareable" type="boolean" /> <field name="status" type="int" /> <field name="statusByUserId" type="long" /> <field name="statusDate" type="Date" /> </model> <model name="com.liferay.change.tracking.model.CTCollectionTemplate"> <field name="mvccVersion" type="long" /> <field name="ctCollectionTemplateId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="name" type="String" /> <field name="description" type="String" /> </model> <model name="com.liferay.change.tracking.model.CTComment"> <field name="mvccVersion" type="long" /> <field name="ctCommentId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="ctCollectionId" type="long" /> <field name="ctEntryId" type="long" /> <field name="value" type="String"> <hint-collection name="CLOB" /> </field> </model> <model name="com.liferay.change.tracking.model.CTEntry"> <field name="mvccVersion" type="long" /> <field name="uuid" type="String" /> <field name="externalReferenceCode" type="String" /> <field name="ctEntryId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="ctCollectionId" type="long" /> <field name="modelClassNameId" type="long" /> <field name="modelClassPK" type="long" /> <field name="modelMvccVersion" type="long" /> <field name="changeType" type="int" /> </model> <model name="com.liferay.change.tracking.model.CTMessage"> <field name="mvccVersion" type="long" /> <field name="ctMessageId" type="long" /> <field name="companyId" type="long" /> <field name="ctCollectionId" type="long" /> <field name="messageContent" type="String"> <hint-collection name="CLOB" /> </field> </model> <model name="com.liferay.change.tracking.model.CTPreferences"> <field name="mvccVersion" type="long" /> <field name="ctPreferencesId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="ctCollectionId" type="long" /> <field name="previousCtCollectionId" type="long" /> <field name="confirmationEnabled" type="boolean" /> </model> <model name="com.liferay.change.tracking.model.CTProcess"> <field name="mvccVersion" type="long" /> <field name="ctProcessId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="createDate" type="Date" /> <field name="ctCollectionId" type="long" /> <field name="backgroundTaskId" type="long" /> <field name="type" type="int" /> </model> <model name="com.liferay.change.tracking.model.CTRemote"> <field name="mvccVersion" type="long" /> <field name="ctRemoteId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="name" type="String" /> <field name="description" type="String" /> <field name="url" type="String" /> <field name="clientId" type="String" /> <field name="clientSecret" type="String" /> </model> <model name="com.liferay.change.tracking.model.CTSchemaVersion"> <field name="mvccVersion" type="long" /> <field name="schemaVersionId" type="long" /> <field name="companyId" type="long" /> <field name="schemaContext" type="Map" /> </model> </model-hints>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy