legacy-knowledge-base
公開されました Sep. 10, 2025

Liferay DXP 7.1以降でAPIを介してフォームを取得

written-by

Anna Zombori-Suszter

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • DDLRecordSetLocalServiceUtil.getRecordSets(groupId) API 呼び出しでフォームをフェッチしたいのですが、DDL レコードのみが返され、フォームは返されません。

Environment

  • DXP 7.1 - DXP 7.3

解決策

  • DXP 7.1 以降、フォームは DDLRecordSet テーブルから DDMFormInstance テーブルなどの他のテーブルに分離されました。 これらは、DDMFormInstanceLocalServiceUtil クラス (例: DDMFormInstanceLocalServiceUtil.getFormInstances(groupId)) を使用して取得できます。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base