Capability

Security

Liferay DXP is built with security in mind. A variety of standards based authentication methods and integrations can be used to ensure secure access to a site and its resources. Robust role-based access control with permissions gives you fine grained control over what authenticated and unauthenticated users can access, share, or edit. Liferay DXP’s web services also have a multi-layered and configurable approach to security and authorization.

Feature
Deployment Approach
Capability
Remote Applications with Headless APIs
Remote Applications with Headless APIs Available 7.4+ After creating and publishing objects, headless REST APIs are automatically generated. Here you'll see how to integrate these endpoints to...
公開日: 2024/11/22 22:50
掲示板APIの基本
掲示板APIの基本 LiferayのHeadless Deliveryアプリケーションは、 掲示板 アプリケーションにRESTサービスを提供します。 これらのサービスでは、掲示板カテゴリやスレッド、メッセージの追加、情報の一覧表示、内容の修正や完全な削除が可能です。 ここでは、cURLコマンドとJavaクラスを使用してこれらのサービスを呼び出します。 ...
公開日: 2024/05/09 18:49
WebコンテンツAPIの詳細設定
WebコンテンツAPIの詳細設定 Liferay DXP RESTサービスを使用すると、サイトの構造化コンテンツを作成・管理することができます。 構造化コンテンツとは、Webコンテンツストラクチャーを使用する Webコンテンツ です。 ストラクチャーは、Webコンテンツの記事に含まれる作成者、概要、内容などの情報を定義します。...
公開日: 2024/05/09 18:51
WebコンテンツAPIの基本
WebコンテンツAPIの基本 Liferay DXP RESTサービスを使用すると、サイトで構造化コンテンツを作成・管理することができます。 構造化コンテンツとは、Webコンテンツストラクチャーを使用するWebコンテンツ です。 ストラクチャーは、Webコンテンツの記事に含まれる作成者、概要、内容などの情報を定義します。...
公開日: 2024/05/09 18:51
Web Content API Basics Using GraphQL
Web Content API Basics Using GraphQL Use Liferay DXP GraphQL services to manage web content by creating, retrieving, updating, and deleting structured content on your site. Structured content...
公開日: 2024/11/19 15:27
Custom Object APIs
Custom Object APIs Liferay 7.4+ When you publish a custom object definition, Liferay generates default REST APIs for interacting with the object and its data. These APIs vary depending on the...
公開日: 2024/05/09 18:54
Object APIs
Object APIs You can use headless APIs to interface with objects and picklists. Here are resources to help you understand and integrate these APIs to enhance your ability to manage objects.
公開日: 2025/08/15 21:05
Managing Object Entries Using GraphQL
Managing Object Entries Using GraphQL You can use GraphQL to manage custom object entries in Liferay efficiently. This API framework simplifies data interaction and serves as an alternative to REST...
公開日: 2024/11/22 22:50
Object API Basics
Object API Basics When you publish an Object, Liferay automatically generates REST APIs for it. These APIs differ for Company and Site scoped Objects, but they all use the c/[pluralobjectlabel]...
公開日: 2024/05/09 18:54
Using Aggregation Terms with REST APIs
Using Aggregation Terms with REST APIs When querying Object entries using REST APIs, you can use an Object's fields as facet criteria for aggregating entry data. To do this, add the...
公開日: 2024/05/09 18:54
Using Batch APIs
Using Batch APIs When you publish an Object, Liferay automatically generates REST APIs for it. These include the batch APIs for bulk POST, PUT, and DELETE operations. Here you'll use cURL commands...
公開日: 2024/05/09 18:54
Using nestedFields to Audit Entry History
Using nestedFields to Audit Entry History Liferay 7.4 U72+/GA72+ When you enable entry history for an object definition, you can use the nestedFields parameter with REST APIs to audit entry...
公開日: 2024/05/09 18:54
Using nestedFields to Query Related Entries
Using nestedFields to Query Related Entries Liferay 7.4 U69+/GA69+ The nestedFields parameter returns multiple levels of related object entries in a single GET request. Pass the nestedFields...
公開日: 2024/05/09 18:54
Using Object APIs With Base64 Encoded Files
Using Object APIs With Base64 Encoded Files Liferay DXP 2024.Q2+/Portal GA120+ When creating object entries with attachment fields through APIs, you can generally upload files from your computer...
公開日: 2024/06/07 15:58
Using Relationship REST APIs
Using Relationship REST APIs Liferay 7.4 U70+/GA70+ When you add relationships to custom or system objects, Liferay generates REST endpoints for accessing those relationships. You can relate and...
公開日: 2024/05/09 18:54
Picklists API Basics
Picklists API Basics Liferay provides the headless-admin-list-types REST APIs for creating and managing picklist definitions (ListTypeDefinition) and their entries (ListTypeEntry). You can view and...
公開日: 2024/05/09 18:54
Process Automation APIs
Process Automation APIs You can use headless APIs to interface with automation features in Liferay DXP, including workflows. Here are resources to help you understand and integrate these APIs to...
公開日: 2025/06/28 18:30
Notifications API Basics
Notifications API Basics Liferay's headless delivery application provides REST and GraphQL services for subscribing to or unsubscribing from notifications for platform events across several default...
公開日: 2024/10/04 16:10
Search API Basics
Search API Basics [Release Feature](../../../security-and-administration/administration/configuring-liferay/feature-flags.md#release-feature-flags) 7.4 U88+ and GA88+ You can search for content...
公開日: 2024/09/07 15:46
バッチエンジンAPIの基本 - データのエクスポート
バッチエンジンAPIの基本 - データのエクスポート Liferayのヘッドレスバッチエンジンは、データのインポートやエクスポートを行うためのREST APIを提供します。 これらのサービスを呼び出して、Liferayにデータをエクスポートします。 データのエクスポート 次に、以下の手順に従います。 Batch Engine API Basics をダウンロードして解凍する。 ...
公開日: 2024/05/09 18:51
サンプルAPIチュートリアル
サンプルAPIチュートリアル リクエスト例とサンプルコードを含むAPIチュートリアルのサンプルについては、以下のリンクをたどってください。 サイトの構築 ナビゲーションメニューAPIの基本 コンテンツのオーサリングと管理 ブログ API基礎 カテゴリーと語彙 API の基本 ドキュメント API基礎 Tags API 基礎 ウェブコンテンツAPIの基礎 Web...
公開日: 2024/05/09 18:51
バッチエンジンAPIの基本 - データのインポート
バッチエンジンAPIの基本 - データのインポート Liferayのヘッドレスバッチエンジンは、データのインポートやエクスポートを行うためのREST APIを提供します。 これらのサービスを呼び出して、Liferayにデータをインポートします。 データのインポート その後、以下の手順に従ってください: Batch Engine API Basics をダウンロードして解凍する。 ...
公開日: 2024/05/09 18:51
Field Autocompletion
Field Autocompletion You can configure form field autocompletion in the Forms application: Autocompletion TypeConfigurationField Types ManualType a list of autocompletion optionsText Data...
公開日: 2025/01/18 2:49
RESTデータプロバイダーを使用してフォームオプションを入力する
RESTデータプロバイダーを使用してフォームオプションを入力する [リストから選択] フィールドには、多くのオプションを含めることができます。 これらのオプションは、Liferay DXPに登録されているJSON Web サービスや、その他のサードパーティーのREST Webサービスを使用して、自動的に提供することができます。...
公開日: 2024/05/09 18:56
フォーム構成リファレンス
フォーム構成リファレンス ここでは、フォームの全構成の概要を説明していますので、必要な構成をすぐに見つけることができます。 フォームオプション サイト間でフォームをエクスポートおよびインポートすることができます。 エクスポート/インポート メニューにアクセスするには、 [サイト管理] → [コンテンツとデータ] → [フォーム] に進みます。 右上のOptionsアイコンをクリックし、...
公開日: 2025/01/18 2:49
フォームを利用したユーザーへのアンケート
フォームを利用したユーザーへのアンケート Liferayの以前のバージョンでは、サイト管理者はサイト管理 → コンテンツとデータメニューにある専用のPollsアプリケーションにアクセスすることができました。このアプリケーションはLiferay 7.3では 非推奨 、Liferay 7.4 では remove となりました。 ...
公開日: 2024/05/09 18:56
通知
通知 Liferayには通知ツールが統合されているため、プラットフォームのイベントをユーザーに確実に通知することができます。 Liferay DXPの場合、以下のデフォルトアプリケーションのメールやウェブサイトでの通知が含まれます。 アプリケーションメールWebサイト ブログ[✔][✔] 掲示板のディスカッション[✔][✔] コンタクトセンター [✔] ドキュメントとメディア[✔][✔]...
公開日: 2024/05/09 18:56
Deleting Objects
Deleting Objects Liferay 7.4 U26+/GA26+ You can delete draft and published object definitions. Deleting a definition removes its associated data, including the stored entries for published...
公開日: 2024/05/09 18:54
カスタムフォーム項目タイプの書き込み
カスタムフォーム項目タイプの書き込み フォームアプリケーションには、高度に設定可能な フィールドタイプが標準で多く含まれています。 既存のフィールドタイプのいずれかを使えば、ほとんどのユースケースに対応できます。 デフォルトのフィールドタイプでユースケースに対応できない場合、独自のフィールドタイプを作成することができます。 多くの便利なフォーム要素があります。 ...
公開日: 2024/05/09 18:56
Objects
Objects Liferay 7.4+ With Liferay Objects, you can build and deliver applications without having to write code or deploy modules. Each application built with Objects is integrated with Liferay's...
公開日: 2024/05/09 18:54
Using Manual Actions
Using Manual Actions Liferay 7.4 U60+/GA60+ When you use the standalone trigger for object actions, the actions become manual instead of automatic. Trigger these actions using these methods: ...
公開日: 2024/05/09 18:54
Auditing Object Events
Auditing Object Events Liferay 7.4 U72+/GA72+ You can use Liferay's audit framework to track events for custom object definitions and their entries. To track entry events, you must enable entry...
公開日: 2024/05/09 18:54
Exporting and Importing Object Definitions
Exporting and Importing Object Definitions Liferay 7.4 U68+/GA68+ You can export and import object definitions as .json files. These files include the definition's complete schema (e.g.,...
公開日: 2024/05/09 18:54
Extending System Objects
Extending System Objects Liferay 7.4 U86+/GA86+ With Liferay Objects, you can extend supported system services. Currently, only these services are integrated with the Objects framework: Account...
公開日: 2024/05/09 18:54
Relationships
Relationships Liferay 7.4 U47+/GA47+ Relationships add fields and tables to object definitions for relating their entries with one another. This provides access to entry data in different...
公開日: 2024/05/09 18:54
Defining Object Relationships
Defining Object Relationships Liferay 7.4+ Relationships add fields and tables to object definitions for relating their entries to one another. Follow these steps to add relationships to object...
公開日: 2024/05/09 18:54
Using Object Inheritance
Using Object Inheritance [Release Feature (LPD-34594)](../../../../security-and-administration/administration/configuring-liferay/feature-flags.md#release-feature-flags) Liferay DXP...
公開日: 2025/08/15 21:09
Using the Objects Model Builder
Using the Objects Model Builder [Liferay DXP 2023.Q4+/Portal GA102+](#model-builder-availability) For Liferay DXP 2023.Q4+/Portal GA102+, you must have Object Folder → View permissions to...
公開日: 2024/05/09 18:54
Attachment Fields
Attachment Fields Attachment fields are for uploading files to your instance's Document Library. When uploaded, the file is linked to the entry's attachment field, and each field can only be linked...
公開日: 2024/05/09 18:54
Adding Categorization to Fields Tabs
Adding Categorization to Fields Tabs Liferay 7.4 U31+/GA31+ You can add categorization blocks to fields tabs so end users can apply tags and categories to object entries. Follow these steps: ...
公開日: 2024/05/09 18:54