Search Results

All Results 6974
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
公開ツール
Publishing Tools Liferay provides two publishing tools for content creation and site building: Publications and Staging. With each tool you can edit sites and content in a working environment...
出版ツールの比較
Comparing Publishing Tools Liferay provides two publishing tools for content creation and site building: Publications and Staging. Publications is recommended over Staging in nearly all use cases...
公開
Publications Liferay DXP/Portal 7.3+ You can use Publications to develop, track, and publish changes across your DXP instance. It works by creating a database column to determine which version of...
出版物の管理に関するベストプラクティス
Best Practices for Managing Publications Efficient publication workflows in Liferay help improve collaboration, reduce errors, and streamline content delivery. Follow these best practices to...
パブリケーションでのコラボレーション
Collaborating on Publications Liferay 7.4+ By default, a publication can only be accessed by its creator. However, publication creators can invite other users to view, edit, and publish their...
パブリケーションの作成と管理
Creating and Managing Publications Liferay DXP/Portal 7.3+ With Publications, users can create instance-scoped blocks of changes. Because each publication is instance-scoped, they can be accessed...
パブリケーションの有効化
Enabling Publications Available Liferay 7.3+ Publications provides a convenient and flexible way for you and your teams to develop, track, and publish changes. When enabled, Publications is...
変更の作成と公開
Making and Publishing Changes Liferay 7.3+ Publications provides a convenient way to manage changes to your Liferay instance. With it, you and your team can create and collaborate on blocks of...
出版物間での変更の移動
Moving Changes Between Publications Liferay DXP 2023.Q3+/Portal GA92+ You can move changes from one publication to another while reviewing them. This helps organize content and manage updates more...
出版物の許可
Publications Permissions 7.4+ Publications works with Liferay's permissions framework, so you can assign application and resource permissions to regular roles. You can also assign permissions...
競合の解決
Resolving Conflicts During the publishing process, Liferay checks for conflicts between your publication and the production environment. Resolving all conflicts is necessary to complete publishing....
変更を元に戻す
Reverting Changes Liferay Publications maintains a history of all published changes. You can use this publishing history to easily create publications that revert earlier changes to production....
パブリケーションの変更の確認
Reviewing Publication Changes Review a publication’s tracked changes before publishing to ensure it contains only the edits you want. To review publication changes, open the Publications drop-down...
出版テンプレートの使用
Using Publication Templates Liferay 7.4 U73+/GA73+ To simplify creating publications with shared details and contributors, use publication templates. You can create a list of users to invite and...
出版物ツールバーの使用
Using the Publications Toolbar The Publications Toolbar provides essential information for Publications users, including the name of the current publication or Production if working in the...
出版物でのワークフローの使用
Using Workflow with Publications 7.4 U44+/GA44+ Publications is integrated with Liferay's Workflow framework, so you can continue to use custom workflows for reviewing content and pages while...
ステージング
Staging Liferay's Staging application provides a working environment for making changes to a site or asset library before publishing your changes to your live environment. With it, you can modify...
アカウントAPIの基本
Accounts API Basics Liferay DXP/Portal 7.4+ You can manage accounts from the Applications menu or use Liferay's REST APIs. Call these services to create and manage accounts. Adding an Account ...
アカウントユーザーとロールのAPI
Account Users and Roles APIs You can manage Account Users and Account Roles from the Applications menu, but you can also use Liferay's REST APIs. Call these services to create and manage account...
郵便番号APIの基礎
Postal Address API Basics Liferay DXP/Portal 7.4+ Use Liferay's REST APIs to manage postal addresses. Add Postal Address to Account Then, follow these steps: Download and unzip Postal Address...
関連REST APIの利用
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...
nestedFields を使用してエントリ履歴を監査する
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...
Base64 エンコードされたファイルでオブジェクト API を使用する
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...
検索候補API
Search Suggestions API DXP 7.4 U36+/Portal GA36+ You can return suggestions using the /suggestions headless API. This API is used by Liferay's Search Bar Suggestions feature. There are two primary...
プロセス自動化API
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...
候補リストAPIの基本
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...
検索API
Search APIs Generally Available in Liferay DXP 2025.Q4+/Portal 2026.Q1+ You can search with headless APIs using the endpoints at /o/search. These are the primary endpoints: Use the GET /search...
nestedFieldsを使用して関連エントリをクエリする
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...
リージョンAPIの基礎
Regions API Basics Liferay 7.4 U24+ and GA24+ Use Liferay's REST APIs to create and manage regions. Adding a Region Then, follow these steps: Download and unzip Regions API Basics. curl...
通知APIの基礎
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...
ワークフロー定義リンクAPIの基本
Workflow Definition Link API Basics Liferay DXP 2025.Q1+/Portal GA132+ You can manage workflow definition links from the Liferay UI or using Liferay's REST APIs. In Liferay, the Control Panel →...
サイトAPI
Site APIs Use Liferay’s REST APIs to manage site elements programmatically. This guide introduces the Navigation Menu API and shows how to create, retrieve, update, and delete navigation menus...
ロールAPIの基本
Roles API Basics You can create and manage roles from the Application menu, but you can also use Liferay's REST APIs. Call these services to manage roles. Associate a User to a Regular Role Then,...
APIクエリパラメーター
API Query Parameters Whether you consume REST APIs or GraphQL APIs, different query parameters are available to help you filter the responses. Fields Parameter Use this parameter to specify and...
GraphQL APIの使用
Consuming GraphQL APIs Liferay DXP contains GraphQL APIs for most of its applications. The GraphQL APIs are available at http://[host]:[port]/o/graphql. Here's how to consume them in three steps: ...
サンプルAPIチュートリアル
Sample API Tutorials Follow the links below for sample API tutorials that include example requests and example code. Building Applications (Objects) Custom Objects API Basics Custom Objects...
バッチエンジンAPIの基本 - データのインポート
Batch Engine API Basics - Importing Data Liferay's Headless Batch Engine provides REST APIs to import and export data. Call these services to import data to Liferay. Importing Data Then follow...
データ移行センター
Data Migration Center Liferay DXP 2023.Q4+/Portal GA102+ [Beta Feature](../../../../security-and-administration/administration/configuring-liferay/feature-flags.md#beta-feature-flags) Currently,...
JSON Webサービスの構成
Configuring JSON Web Services Liferay’s services are exposed as JSON web services out-of-the-box. This is enabled by default. You can access these services via the API page at...
APIヘッダーリファレンス
API Headers Reference API headers are components of HTTP requests that provide essential information to the server about the client's request and how the server should handle it. You can use API...