Search Results

All Results 7026
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Integrating Service Builder Applications with Objects
Integrating Service Builder Applications with Objects You can integrate existing Service Builder applications with the Objects framework. Once integrated, your custom entities become unmodifiable...
Using Zapier to Sync Object Data with Google Sheets
Using Zapier to Sync Object Data with Google Sheets Liferay 7.4+ Here you'll learn how to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using Zapier. Syncing your...
Objects Application Permissions
Objects Application Permissions Liferay DXP 2023.Q4+/Portal GA102+ The Objects application is integrated with the permissions framework, so you can assign application and resource permissions to...
Permissions Framework Integration
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 Guest User Entries
Managing Guest User Entries When you create an object and its application UI, unauthenticated users cannot add object entries, even if you add an object-backed application to a page and grant the...
Creating Picklists
Creating Picklists Liferay 7.4 U72+/GA72+ Picklists are lists of name/key pairs stored as string values. Once defined, you can use the lists with object definitions to populate single or multiple...
Exporting and Importing Picklists
Exporting and Importing Picklists You can transfer picklists between environments as JSON files using Liferay's export/import framework. Exporting Picklists Open the Global Menu (Global Menu),...
ワークフロー
ワークフロー Liferay DXPは、ブログ、Webコンテンツ、Wikiなどのコンテンツを公開前にレビューし、承認することができるワークフローエンジンを同梱しています。 ビジネスプロセス/ワークフローをいくつでも定義し、それらを展開し、ポータルインターフェースで管理することができます。
Managing Picklist Permissions
Managing Picklist Permissions Liferay 7.4+ Picklist is integrated with Liferay's permissions framework. This means you can assign application and resource permissions to user roles to determine...
Understanding Object Integrations
Understanding Object Integrations Published custom objects are integrated with Liferay's core frameworks, so you can leverage Liferay's features to build unified experiences across the platform....
Picklists
Picklists Liferay 7.4+ Liferay picklists are predefined lists of string values that consist of a name/key pair and can include any number of items. Once a list is created, you can use it to add a...
Using Forms with Objects
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...
ワークフローの管理
ワークフローの管理 ワークフローフレームワークを使用して、ユーザーはカスタムメイドのワークフロープロセスでアセット公開を管理することができます。 コントロールパネルのワークフロープロセス定義にアクセスする権限を持つユーザーは、新しいワークフロー定義のアップロード、既存の定義の編集、使用されなくなったプロセスの定義の削除ができます。 ワークフロー定義の公開権限...
ワークフローデザイナー
ワークフローデザイナー サブスクリプション Liferay DXP 7.4 アップデート 20 で、ワークフローデザイナーのユーザーインターフェースが更新されました。 新しいビルダーでは、ルックアンドフィールが改善され、より直感的なユーザーエクスペリエンスが実現されています。 新しいインターフェースに基づき、ドキュメントが更新されます。 Liferay 7.3...
ワークフローの設計と管理
ワークフローの設計と管理 ワークフローの構築 ワークフローの管理 ワークフローデザイナー ワークフローデザイナーの概要 ワークフローノード ワークフロータスクの作成 ワークフローのアクションと通知の設定 タスクノードの割り当て 条件ノードの使用 フォークと結合の使用
フォークと結合の使用
フォークと結合の使用 サブスクリプション ここでは、 フォーク 、 結合 および XOR 結合 ノードの使用方法を学びます。 これらのノードは、 Legal-Marketing Definition サンプルのような複数のレビュアがいるワークフロープロセスに役立ちます。 レビュータスクを分割することで、2つのレビューを同時に行うことができます。...
Using Task Timers
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...
ワークフロータスクの作成
ワークフロータスクの作成 サブスクリプション デフォルトの 唯一の承認者の定義 では、ワークフローのタスクを簡単に紹介しています。 タスクノードはレビューとアップデートの2つしかありません。 コンテンツ制作者がアセットをレビューのために提出すると、ワークフローはレビューノードに入ります。 レビューでは、アセットを承認または拒否できます。 拒否された場合、プロセスはタスクの更新に移行します。...
ワークフローの移行
ワークフローの移行 サブスクリプション トランジションは、ワークフローが通過できる経路を表します。 Workflow Designerのパレットでは、トランジションはワークフローのノード間を結ぶ矢印です。 トランジションは、ワークフローの道筋を指示するものです。 デザイナーでトランジションを作成するには 起点となるノードの一辺の中点にマウスオーバーします。 ...
条件エバリュエーターの作成
条件エバリュエーターの作成 ワークフローの 条件ノード は、Groovyスクリプトを使用して、ワークフローアイテムが通過する適切なトランジションを決定します。 Groovyのロジックをワークフロー定義の 要素に直接記述する代わりに、 ConditionEvaluator インターフェースを実装することで、Javaのロジックを展開することができます。 Javaの実装を書きます。 ...