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.service
Show all versions of com.liferay.portal.workflow.kaleo.service
Liferay Portal Workflow Kaleo Service
<?xml version="1.0"?> <model-hints> <model name="com.liferay.portal.workflow.kaleo.model.KaleoAction"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoActionId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoClassName" type="String"> <hint name="max-length">200</hint> </field> <field name="kaleoClassPK" type="long" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoNodeName" type="String"> <hint name="max-length">200</hint> </field> <field name="name" type="String"> <hint name="max-length">200</hint> </field> <field name="description" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="executionType" type="String"> <hint name="max-length">20</hint> </field> <field name="script" type="String"> <hint-collection name="CLOB" /> </field> <field name="scriptLanguage" type="String"> <hint name="max-length">255</hint> </field> <field name="scriptRequiredContexts" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="priority" type="int" /> <field name="type" type="String" /> <field name="status" type="int" /> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoCondition"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoConditionId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoNodeId" type="long" /> <field name="script" type="String"> <hint-collection name="CLOB" /> </field> <field name="scriptLanguage" type="String" /> <field name="scriptRequiredContexts" type="String"> <hint-collection name="TEXTAREA" /> </field> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoDefinition"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoDefinitionId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="name" type="String"> <hint name="max-length">200</hint> </field> <field localized="true" name="title" type="String"> <hint name="max-length">4000</hint> </field> <field name="description" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="content" type="String"> <hint-collection name="CLOB" /> </field> <field name="scope" type="String" /> <field name="version" type="int" /> <field name="active" type="boolean" /> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoDefinitionId" type="long" /> <field name="name" type="String"> <hint name="max-length">200</hint> </field> <field localized="true" name="title" type="String"> <hint name="max-length">4000</hint> </field> <field name="description" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="content" type="String"> <hint-collection name="CLOB" /> </field> <field name="version" type="String" /> <field name="startKaleoNodeId" type="long" /> <field name="status" type="int" /> <field name="statusByUserId" type="long" /> <field name="statusByUserName" type="String" /> <field name="statusDate" type="Date" /> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoInstance"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoInstanceId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoDefinitionName" type="String"> <hint name="max-length">200</hint> </field> <field name="kaleoDefinitionVersion" type="int" /> <field name="rootKaleoInstanceTokenId" type="long" /> <field name="active" type="boolean" /> <field name="className" type="String"> <hint name="max-length">200</hint> </field> <field name="classPK" type="long" /> <field name="completed" type="boolean" /> <field name="completionDate" type="Date" /> <field name="workflowContext" type="String"> <hint-collection name="CLOB" /> </field> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoInstanceToken"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoInstanceTokenId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoInstanceId" type="long" /> <field name="parentKaleoInstanceTokenId" type="long" /> <field name="currentKaleoNodeId" type="long" /> <field name="currentKaleoNodeName" type="String"> <hint name="max-length">200</hint> </field> <field name="className" type="String"> <hint name="max-length">200</hint> </field> <field name="classPK" type="long" /> <field name="completed" type="boolean" /> <field name="completionDate" type="Date" /> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoLog"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoLogId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoClassName" type="String"> <hint name="max-length">200</hint> </field> <field name="kaleoClassPK" type="long" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoInstanceId" type="long" /> <field name="kaleoInstanceTokenId" type="long" /> <field name="kaleoTaskInstanceTokenId" type="long" /> <field name="kaleoNodeName" type="String"> <hint name="max-length">200</hint> </field> <field name="terminalKaleoNode" type="boolean" /> <field name="kaleoActionId" type="long" /> <field name="kaleoActionName" type="String"> <hint name="max-length">200</hint> </field> <field name="kaleoActionDescription" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="previousKaleoNodeId" type="long" /> <field name="previousKaleoNodeName" type="String"> <hint name="max-length">200</hint> </field> <field name="previousAssigneeClassName" type="String"> <hint name="max-length">200</hint> </field> <field name="previousAssigneeClassPK" type="long" /> <field name="currentAssigneeClassName" type="String"> <hint name="max-length">200</hint> </field> <field name="currentAssigneeClassPK" type="long" /> <field name="type" type="String"> <hint name="max-length">50</hint> </field> <field name="comment" type="String"> <hint-collection name="CLOB" /> </field> <field name="startDate" type="Date" /> <field name="endDate" type="Date" /> <field name="duration" type="long" /> <field name="workflowContext" type="String"> <hint-collection name="CLOB" /> </field> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoNode"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoNodeId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="name" type="String"> <hint name="max-length">200</hint> </field> <field localized="true" name="label" type="String" /> <field name="metadata" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="description" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="type" type="String"> <hint name="max-length">20</hint> </field> <field name="initial" type="boolean" /> <field name="terminal" type="boolean" /> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoNotification"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoNotificationId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoClassName" type="String"> <hint name="max-length">200</hint> </field> <field name="kaleoClassPK" type="long" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoNodeName" type="String"> <hint name="max-length">200</hint> </field> <field name="name" type="String"> <hint name="max-length">200</hint> </field> <field name="description" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="executionType" type="String"> <hint name="max-length">20</hint> </field> <field name="template" type="String"> <hint-collection name="CLOB" /> </field> <field name="templateLanguage" type="String" /> <field name="notificationTypes" type="String"> <hint name="max-length">255</hint> </field> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoNotificationRecipientId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoNotificationId" type="long" /> <field name="recipientClassName" type="String"> <hint name="max-length">200</hint> </field> <field name="recipientClassPK" type="long" /> <field name="recipientRoleType" type="int" /> <field name="recipientScript" type="String"> <hint-collection name="CLOB" /> </field> <field name="recipientScriptLanguage" type="String" /> <field name="recipientScriptContexts" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="address" type="String"> <hint name="max-length">255</hint> </field> <field name="notificationReceptionType" type="String"> <hint name="max-length">3</hint> </field> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoTask"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoTaskId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoNodeId" type="long" /> <field name="name" type="String"> <hint name="max-length">200</hint> </field> <field name="description" type="String"> <hint-collection name="TEXTAREA" /> </field> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoTaskAssignmentId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoClassName" type="String"> <hint name="max-length">200</hint> </field> <field name="kaleoClassPK" type="long" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoNodeId" type="long" /> <field name="assigneeClassName" type="String"> <hint name="max-length">200</hint> </field> <field name="assigneeClassPK" type="long" /> <field name="assigneeActionId" type="String" /> <field name="assigneeScript" type="String"> <hint-collection name="CLOB" /> </field> <field name="assigneeScriptLanguage" type="String" /> <field name="assigneeScriptRequiredContexts" type="String"> <hint-collection name="TEXTAREA" /> </field> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignmentInstance"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoTaskAssignmentInstanceId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoInstanceId" type="long" /> <field name="kaleoInstanceTokenId" type="long" /> <field name="kaleoTaskInstanceTokenId" type="long" /> <field name="kaleoTaskId" type="long" /> <field name="kaleoTaskName" type="String"> <hint name="max-length">200</hint> </field> <field name="assigneeClassName" type="String"> <hint name="max-length">200</hint> </field> <field name="assigneeClassPK" type="long" /> <field name="completed" type="boolean" /> <field name="completionDate" type="Date" /> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoTaskForm"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoTaskFormId" 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="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoNodeId" type="long" /> <field name="kaleoTaskId" type="long" /> <field name="kaleoTaskName" type="String"> <hint name="max-length">200</hint> </field> <field name="name" type="String"> <hint name="max-length">200</hint> </field> <field name="description" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="formCompanyId" type="long" /> <field name="formDefinition" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="formGroupId" type="long" /> <field name="formId" type="long" /> <field name="formUuid" type="String" /> <field name="metadata" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="priority" type="int" /> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoTaskFormInstance"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoTaskFormInstanceId" 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="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoInstanceId" type="long" /> <field name="kaleoTaskId" type="long" /> <field name="kaleoTaskInstanceTokenId" type="long" /> <field name="kaleoTaskFormId" type="long" /> <field name="formValues" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="formValueEntryGroupId" type="long" /> <field name="formValueEntryId" type="long" /> <field name="formValueEntryUuid" type="String" /> <field name="metadata" type="String"> <hint-collection name="TEXTAREA" /> </field> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoTaskInstanceTokenId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoInstanceId" type="long" /> <field name="kaleoInstanceTokenId" type="long" /> <field name="kaleoTaskId" type="long" /> <field name="kaleoTaskName" type="String"> <hint name="max-length">200</hint> </field> <field name="className" type="String"> <hint name="max-length">200</hint> </field> <field name="classPK" type="long" /> <field name="completionUserId" type="long" /> <field name="completed" type="boolean" /> <field name="completionDate" type="Date" /> <field name="dueDate" type="Date" /> <field name="workflowContext" type="String"> <hint-collection name="CLOB" /> </field> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoTimer"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoTimerId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoClassName" type="String"> <hint name="max-length">200</hint> </field> <field name="kaleoClassPK" type="long" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="name" type="String" /> <field name="blocking" type="boolean" /> <field name="description" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="duration" type="double" /> <field name="scale" type="String" /> <field name="recurrenceDuration" type="double" /> <field name="recurrenceScale" type="String" /> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoTimerInstanceTokenId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoClassName" type="String"> <hint name="max-length">200</hint> </field> <field name="kaleoClassPK" type="long" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoInstanceId" type="long" /> <field name="kaleoInstanceTokenId" type="long" /> <field name="kaleoTaskInstanceTokenId" type="long" /> <field name="kaleoTimerId" type="long" /> <field name="kaleoTimerName" type="String"> <hint name="max-length">200</hint> </field> <field name="blocking" type="boolean" /> <field name="completionUserId" type="long" /> <field name="completed" type="boolean" /> <field name="completionDate" type="Date" /> <field name="workflowContext" type="String"> <hint-collection name="CLOB" /> </field> </model> <model name="com.liferay.portal.workflow.kaleo.model.KaleoTransition"> <field name="mvccVersion" type="long" /> <field name="ctCollectionId" type="long" /> <field name="kaleoTransitionId" type="long" /> <field name="groupId" type="long" /> <field name="companyId" type="long" /> <field name="userId" type="long" /> <field name="userName" type="String"> <hint name="max-length">200</hint> </field> <field name="createDate" type="Date" /> <field name="modifiedDate" type="Date" /> <field name="kaleoDefinitionId" type="long" /> <field name="kaleoDefinitionVersionId" type="long" /> <field name="kaleoNodeId" type="long" /> <field name="name" type="String"> <hint name="max-length">200</hint> </field> <field localized="true" name="label" type="String" /> <field name="description" type="String"> <hint-collection name="TEXTAREA" /> </field> <field name="sourceKaleoNodeId" type="long" /> <field name="sourceKaleoNodeName" type="String"> <hint name="max-length">200</hint> </field> <field name="targetKaleoNodeId" type="long" /> <field name="targetKaleoNodeName" type="String"> <hint name="max-length">200</hint> </field> <field name="defaultTransition" type="boolean" /> </model> </model-hints>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy