
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.portal.workflow.kaleo.forms.service
Show all versions of com.liferay.portal.workflow.kaleo.forms.service
Liferay Portal Workflow Kaleo Forms Service
<?xml version="1.0"?> <model-hints> <model name="com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess"> <field name="uuid" type="String" /> <field name="kaleoProcessId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String" /> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="DDLRecordSetId" type="long" /> <field name="DDMTemplateId" type="long" /> <field name="workflowDefinitionName" type="String" /> <field name="workflowDefinitionVersion" type="int" /> </model> <model name="com.liferay.portal.workflow.kaleo.forms.model.KaleoProcessLink"> <field name="kaleoProcessLinkId" type="long" /> <field name="companyId" type="long" /> <field name="kaleoProcessId" type="long" /> <field name="workflowTaskName" type="String" /> <field name="DDMTemplateId" type="long" /> </model> </model-hints>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy