Search Results

All Results 7008
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Encrypted Fields
Encrypted Fields Self-Hosted and PaaS Only Liferay 7.4 U72+/GA72+ Liferay provides the encrypted field type for storing sensitive user data. To use encrypted fields, first add an encryption...
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: ...
Designing Object Layouts
Designing Object Layouts Liferay 7.4 U31+/GA31+ Layouts define how fields and relationships appear when creating and editing object entries. Each layout can include multiple tabs containing...
Localizing Object Definitions and Entries
Localizing Object Definitions and Entries Liferay DXP 2023.Q3+/Portal GA92+ Liferay objects are integrated with the localization framework, so you can add translations for definition labels, and...
Managing Objects with Headless APIs
Managing Objects with Headless APIs Liferay 7.4+ You can create and manage objects from the Applications menu, but you can also use Liferay's REST APIs. Call these services to create and manage...
Using Read-Only Fields
Using Read-Only Fields Some use cases may require data fields to be read-only. For example, data integrity may require some field values to remain immutable, or you may need to prevent unauthorized...
Layouts
Layouts Liferay 7.4+ Object layouts define how fields and relationships appear when creating and editing entries. All published objects include an autogenerated layout with a single tab that lists...
Picklist Fields
Picklist Fields Liferay 7.4 U72+/GA72+ Picklists define lists of text values usable as single select or multi-select fields in object definitions. By default, single select fields appear as...
Formula Fields
Formula Fields Liferay DXP 2023.Q4+/Portal GA102+ Formula fields store read-only values calculated using numeric fields in the object definition. Example use cases include calculating an...
Organizing Objects with Folders
Organizing Objects with Folders By default, object definitions are grouped in the Uncategorized folder, but you can add object folders to organize data models and manage access to definitions. ...
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...
Using Object Inheritance
Using Object Inheritance [Release Feature (LPD-34594)](../../../../security-and-administration/administration/configuring-liferay/feature-flags.md#release-feature-flags) Liferay DXP...
Using System Objects with Custom Objects
Using System Objects with Custom Objects
Removing Relationships
Removing Relationships Liferay 7.4 U26+/GA26+ You can remove relationships from both draft and published object definitions. Removing a relationship permanently deletes its field from the related...
Restricting Access to Object Data by Account
Restricting Access to Object Data by Account Liferay 7.4 U58+/GA58+ In scenarios with multiple business accounts, you may want to restrict access to object entries by account. For example,...
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...
Accessing Accounts Data from Custom Objects
Accessing Accounts Data from Custom Objects Liferay 7.4 U35+/GA35+ In some use cases, you may want to access account data from a custom object. For example, if you're building a custom returns...
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...
Validations
Validations Liferay 7.4+ Object validations set rules for determining valid field inputs. You can define validations with Groovy scripts, Liferay expressions, or a specified Composite Key...
Adding Field Validations
Adding Field Validations Liferay DXP 2023.Q3+/Portal GA92+ Validations set rules for determining valid field entries. Each validation has its own trigger, conditions, and error message, which you...
アップグレードの基本
アップグレードの基本 Liferayのツールや説明書は、DXPやポータル環境を安全かつ迅速にアップグレードするのに役立ちます。 小さなデータセットを持つ非クラスター環境などは、Dockerイメージを使ってアップグレードすることができます。...
オートアップグレードによるアップグレード
オートアップグレードによるアップグレード インスタンスを起動する前に、ポータル・プロパティで auto upgrade を有効にすると、データベースを自動的にアップグレードできます。 ...
Docker経由のアップグレード
Docker経由のアップグレード 自動アップグレードを有効にしてLiferay Dockerイメージを実行すると、Liferay起動時にデータベースアップグレードツールを使用して明白にデータベースをアップグレードします。...
コンテナの設定
コンテナの設定 Liferayインストールで構成可能なものはすべて、Liferay Dockerコンテナで構成できます。 設定する最も一般的なものは次のとおりです。 JVMオプション ポータルプロパティ 画像定義の環境変数 システムプロパティ システム設定 コンテナにファイルを提供する設定のユースケースを、 [bind...
Maintenance and Troubleshooting in Docker
Maintenance and Troubleshooting in Docker The Liferay Docker container has tools for maintenance and troubleshooting out-of-the-box. You can set various environment variables to modify settings...
Dockerイメージのバージョン
Dockerイメージのバージョン Liferay Docker イメージタグは、Liferay ソフトウェアのバージョンで始まり、イメージのバージョンで終わります。 [Liferay software version] [image version] 例えば、Liferay DXP 7.4.13 Update 15 や Liferay Portal 7.4.3.15 GA15...
Docker Packages
Docker Packages These are the packages Liferay installs in the Ubuntu OS to support a full Liferay DXP environment. This list includes neither the JDK nor the dependencies the packages require. ...
コンテナへのアプリやその他のアーティファクトのインストール
コンテナへのアプリやその他のアーティファクトのインストール アプリケーションやその他のアーティファクト( DXPアクティベーションキーなど)は、コンテナの /mnt/liferay/deploy フォルダを介してDXPコンテナにインストールされます。 コンテナエントリポイントは、 /mnt/liferay/deploy フォルダをコンテナの [Liferay Home]/deploy...
DXPをDockerでライセンスする
DXPをDockerでライセンスする 有効期限が切れるDXPトライアルライセンスを使用している場合、またはインストールする必要のある新しいライセンス(アクティベーションキー)がある場合は、コンテナの既存のライセンスを置き換えることができます。 ライセンス有効期限ログメッセージの例を次に示します。 ERROR...
DockerでDXPにパッチを適用する
DockerでDXPにパッチを適用する LiferayのパッチはDXPの問題を修正し、パッチツールがパッチを適用します。 Liferayは、 Docker Hub 上で、新しい フィックスパック 、 セキュリティフィックスパック 、 サービスパック がそれぞれあらかじめ組み込まれたイメージを提供しています。 また、LiferayはDXPコンテナにインストールする セキュリティフィックスパック...
構成とプロパティの移行
構成とプロパティの移行 現在のDXPインストールのOSGi構成(7.0以降)とプロパティ(ポータルプロパティやシステムプロパティなど)によって、ニーズに合わせてDXPインスタンスがセットアップされます。 これらの設定を新しいDXPインスタンスで使用するには、それらを新しいLiferay Homeに移行して更新する必要があります。 概要 Liferay Homeの移行 ...
その他のアップグレードシナリオ
その他のアップグレードシナリオ クラスター化されたインストールをアップグレードする場合、クラスターの要件に合ったアップグレード方法に従わなければなりません。 クラスター化されたインストールをアップグレードするさまざまな方法については、 クラスター化されたインストールの維持 を参照してください。 ...
シャード化された環境のアップグレード
シャード化された環境のアップグレード Liferay DXP 7.0以降、Liferayはデータベースベンダーがネイティブに提供する機能を優先して、独自の物理パーティショニング実装(シャーディングとも呼ばれる)を削除しました。 シャード化されたインストールをDXP 7.0以降にアップグレードするには、シャードと同じ数のシャード化されていないLiferay...
データベースアップグレードツールの使用
データベースアップグレードツールの使用 Liferayデータベースアップグレードツールは、Liferay DXPデータベースおよびLiferay Portalデータベースをオフラインでアップグレードするためのクライアントプログラムです。 ...
ファイルストアの更新
ファイルストアの更新 Liferay DXP7.0でファイルストアオプションと設定値が変更されました。 7.0以前のバージョンを使用していて、これらの変更の影響を受ける場合は、DXPデータベースをアップグレードする前_に、ファイルストアをアップデートする必要があります。 次の表は、Liferayのバージョンごとに必要なアップデートを示しています。 ...
Liferay Dockerイメージの使用
Liferay Dockerイメージの使用 Docker Hubは、Linux上のTomcatにバンドルされた Liferay DXP と Liferay Portal Docker イメージをホストしています。 Liferay Docker Hubページには、さまざまなリリースのイメージの詳細とタグが表示されます。 Liferay DXP Images Liferay ポータル画像...
Building Liferay Docker Images
Building Liferay Docker Images Liferay is open-source and fully customizable. You can create your own Liferay Docker images using Dockerfiles to suit the needs of your installation. For example,...
データベースアップグレードツールのリファレンス
データベースアップグレードツールのリファレンス Liferay 7.4 U82/GA82 以降では、`db_upgrade.sh` ファイルの名前が `db_upgrade_client.sh` に変更されました。 ここでは、Liferayのアップグレードツールの概要について説明します。 ...
コンテナのライフサイクルとAPI
コンテナのライフサイクルとAPI 高レベルでは、コンテナはLiferayがデプロイされた状態でTomcatを開始します。 ただし、さらに、コンテナエントリーポイントは、以下のユースケースを実行するためのAPIを提供します。 スクリプトの呼び出し TomcatおよびLiferayの設定 アーティファクトのデプロイ パッチのインストール パッチツールの更新 ...
新しいDockerイメージへのアップグレード
新しいDockerイメージへのアップグレード 新しいLiferayバージョンがDockerイメージとしてリリースされると、それらにアップグレードできます。 アップグレードの基本 では、プロセスについて説明しています。 ...