Capability

Commerce

Liferay DXP includes robust e-commerce capabilities. Liferay’s commerce capabilities integrate content management, digital asset management, and comprehensive commerce functionalities, empowering you to deliver diverse online shopping experiences.

Use Liferay’s Commerce features to set up a storefront, add and manage products and catalogs, configure multiple channels for sales, configure multiple forms of payment, and much more.

Feature
Deployment Approach
ワークフロー
Workflow Liferay DXP ships with a workflow engine that allows reviewing and approving content such as Blogs, Web Content, or Wikis before publication. Define any number of business...
タスクノードの割り当て
タスクノードの割り当て サブスクリプション タスクノードでは、人によるインタラクションが必要です。 タスクを適切な人に警告したり関連付けたりするには、それぞれ 通知 と割り当てを使用します。 タスクノードを割り当てることができます。 具体的な役割 ロールタイプ の複数のロール(組織、サイト、アセットライブラリ、アカウント、または通常のロールタイプ) コンテンツクリエイター ...
ワークフロータスクの作成
Creating Workflow Tasks Subscription The default Single Approver Definition offers a simple introduction to workflow tasks. It has only two task nodes: Review and Update. The workflow enters the...
フォークと結合の使用
フォークと結合の使用 サブスクリプション ここでは、 フォーク 、 結合 および XOR 結合 ノードの使用方法を学びます。 これらのノードは、 Legal-Marketing Definition サンプルのような複数のレビュアがいるワークフロープロセスに役立ちます。 レビュータスクを分割することで、2つのレビューを同時に行うことができます。...
ワークフローデザイナーの概要
Workflow Designer Overview Subscription The Process Builder's workflow designer is a graphical interface for creating workflow process definitions. The convenient drag and drop interface makes...
権限設定フレームワークの統合
Permissions Framework Integration Liferay 7.4+ Published objects are integrated automatically with Liferay's permissions framework. You can manage user access to an object and its entries with...
ワークフローの管理
Managing Workflows With the workflow framework, Users manage asset publication in custom-built workflow processes. Users with permission to access workflow process definitions in the Control Panel...
条件ノードの使用
条件ノードの使用 サブスクリプション 条件 ノードは、ワークフローの中で条件付きで行動(移行、割り当てなど)する場合に役立ちます。 複数のレビュアがいて、どのレビュアにタスクを割り当てるべきかを決定しなければならない場合があります。 例えば、法務部によるレビューが必要な文書もあれば、マーケティングチームによるレビューが必要な文書もあります。 ...
タスクタイマーの使用
Using Task Timers Task nodes can include task timers to trigger an action after a specified time period. Timers are useful for ensuring a task does not go unattended for too long. Available timer...
オブジェクトでフォームを使用する
Using Forms with Objects Liferay 7.4+ Liferay objects are integrated with the Forms application, so you can design forms for receiving user input and creating object entries. To do this, first add...
ワークフローの設計と管理
ワークフローの設計と管理 ワークフローの構築 ワークフローの管理 ワークフローデザイナー ワークフローデザイナーの概要 ワークフローノード ワークフロータスクの作成 ワークフローのアクションと通知の設定 タスクノードの割り当て 条件ノードの使用 フォークと結合の使用
XMLワークフロー定義の作成
Crafting XML Workflow Definitions As of DXP 2024.Q3, scripting is disabled by default. You can enable it in System Settings → Script Management (under the Security category). All Workflow...
アクションエグゼキュータの作成
アクションエグゼキュータの作成 ワークフローノードは、Groovyスクリプトを介してカスタムロジックを実行する要素を含むことができます。 approve
ワークフロー定義ノードリファレンス
Workflow Definition Node Reference Node elements and their sub-elements are fundamental building blocks making up workflow definitions. Nodes often reflect the real life stages of the review...
ワークフローの移行
Workflow Transitions Subscription Transitions represent the paths a workflow can traverse. In the Workflow Designer's palette, transitions are the arrows connecting the workflow nodes: ...
開発者ガイド
Developer Guide Using The Script Engine in Workflow Crafting XML Workflow Definitions Workflow Definition Node Reference Workflow Notification Template Variables Workflow Task Node Reference ...
ワークフローノード
ワークフローノード サブスクリプション ワークフローノードは、レビュープロセスの開始、アセットの承認または拒否、タスクの再割り当てなど、承認プロセスにおける特定のポイントを表します。 以下に、異なるタイプのノードと、各ノードに関連する可能なアクションを示します。 ノードの種類 ノードDescription タスクタスク ノードは、ワークフローのタスクとその担当者を示します。...
条件エバリュエーターの作成
条件エバリュエーターの作成 ワークフローの 条件ノード は、Groovyスクリプトを使用して、ワークフローアイテムが通過する適切なトランジションを決定します。 Groovyのロジックをワークフロー定義の 要素に直接記述する代わりに、 ConditionEvaluator インターフェースを実装することで、Javaのロジックを展開することができます。 Javaの実装を書きます。 ...
ワークフローでのスクリプトエンジンの使用
Using the Script Engine in Workflow As of DXP 2024.Q3, scripting is disabled by default. You can enable it in System Settings → Script Management (under the Security category). Add Groovy scripts...
ワークフローコンテクストの利用
ワークフローコンテクストの利用 Liferayのワークフロー は、承認プロセスとして使用されます。 プロセスの各ステップにおいて、ワークフローは、 Map オブジェクトで利用可能な特定のデータを持っており、スクリプトやカスタムコードでは workflowContextとして参照されます。 ワークフローコンテキスト情報は、Liferayのワークフローエンジンが正しく機能するために重要です。...