Search Results

All Results 1361
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Syntax Validation
Syntax Validation The Poshi Standalone grade projects includes a validation task that can be used to check your code for syntax errors before running your test. To use this, simply run ./gradlew...
Functions
Functions In Poshi, Functions handle extra WebDriver commands that an element might require to interact with a page object or element. Functions combine the basic methods defined in the...
Understanding Test Results and Debugging Tests
Understanding Test Results and Debugging Tests Poshi tests are run on the terminal or command line. When a test run is completed there are multiple ways to view the test results and diagnose test...
Poshi Layers
Poshi Layers
Testcases
Testcases A testcase file in Poshi is a collection of test scenarios grouped in blocks of code called test blocks. The three main test blocks: setUp, test, and tearDown, are made up of multiple...
Paths
Paths A path is an element on a page that a test will interact with. An element can be a button, text field, link, image, paragraph, or just about anything you would need to assert, click, or type...
Node Version Information
Node Version Information Liferay DXP uses Node (and NPM) for many different frontend components. Specifically, the Liferay Theme Generator and Liferay's JavaScript application tools require the use...
Using the Bootstrap 3 Compatibility Layer in Liferay 7.4
Using the Bootstrap 3 Compatibility Layer in Liferay 7.4 As of Liferay DXP 7.4 GA1, the Bootstrap 3 compatibility layer is removed from the built-in packages in Liferay frontend applications. If...
Using Variables
Using Variables Though not a Poshi layer, variables are a large part of Poshi tests. Variables, like in other programming languages, are used to store data which can be referenced and reused in...
Configuration
Configuration In order to give test writers easy access to commonly used functions, paths, or macros, Poshi resources were created to store existing Poshi files as dependencies. These resources can...
Poshi Resources
Poshi Resources To give Poshi test writers easy access to commonly used functions or other files, Poshi resources were created to store existing Poshi files as dependencies that can be loaded apart...
Using Poshi Resources
Using Poshi Resources Once the Poshi resources jar file is loaded onto your Poshi project, you are now able to use Liferay's commonly used functions, paths, and macros. To distinguish between files...
Reference
Reference Node Version Information
Traditional Java-Based Development
Traditional Java-Based Development Liferay is a complex open-source platform built on several key technologies and architectural principles. Liferay is written mostly in Java and built on the OSGi...
Core Frameworks
Core Frameworks
Wikiページの作成
Wikiページの作成 [Wiki] ウィジェットは、 FrontPage と呼ばれるデフォルトのWikiページから始まります。 ユーザーはこのページを編集して、最初のWikiページを作成できます。 デフォルトでは、認証されたユーザーのみが Wiki の記事を作成できます。ゲストは、最初にサインインする必要があります。 FrontPage でコンテンツを作成する [Wiki]...
[Page Menu]ウィジェットの使用
[Page Menu]ウィジェットの使用 [Page Menu] ウィジェットには、他のWikiページ、他のDXPサイトページ、ドキュメントとメディアアセット、外部Webサイトなどへのリンクを含めることができるリンクが表示されます。 ウィジェットをページに追加したら、ウィジェットが使用するWikiページとそのリンクのソースを構成する必要があります。 次の手順を実行します: ...
ノードの作成
ノードの作成 1つのDXPサイトに複数のWikiページが作成されるときは、追加のwikiノードを作成すると、それに応じてwikiページを整理するための緩い構造を提供できます。 ユーザーはノードを作成して、さまざまなトピックをカバーする記事をセグメント化できます。 必要な権限(少なくとも ノードの追加 と アクセス許可)を持つ認証されたユーザーのみがノードを作成できます。...
Wikiのスコーピング
Wikiのスコーピング Wikiノードを使用してコンテンツを整理する以外に、Wikiのスコープを グローバル、サイト、またはページのスコープ に設定できます。 グローバル グローバルサイトのスコープレベルで作成されたWikiページは、他のすべてのサイトで利用できます。 ただし、コンテンツは自動的に公開されません。 管理者は、 [Wiki] ウィジェットのスコープを [Global]...
Tree Menuウィジェットの使用
Tree Menuウィジェットの使用 [Tree Menu] ウィジェットは、特定のノードのすべてのWikiページと子ページをリストします。 [Tree Menu] ウィジェットを使用するには: [Wiki] ウィジェットがデプロイされているサイトページに移動します。 [Add] → [Widgets] の順にクリックします。 [Wiki] を展開します。 ページに[Tree...
[Wiki Display]ウィジェットの使用
[Wiki Display]ウィジェットの使用 ユーザーは、 [Wiki Display] ウィジェットを使用して、トップレベルページであるか子ページであるかに関係なく特定のWikiページを強調表示できます。 [Wiki Display] ウィジェットを使用するには: [Wiki] ウィジェットがデプロイされているサイトページに移動します。 [Add] → [Widgets]...
WikiウィジェットUIリファレンス
WikiウィジェットUIリファレンス FrontPage [FrontPage] タブは、 [Wiki] ウィジェットのランディングページです。 ここから、コンテンツ作成者は、子ページの追加、既存の FrontPage ページの編集、 FrontPage ページの詳細の表示、ページの印刷、評価の追加、Wikiへのコメントの追加を行うことができます。 FrontPage Details...
Wiki権限リファレンス
Wiki権限リファレンス この記事では、 [Wiki] ウィジェットでの権限について説明し、ユーザーおよびロールに権限を割り当てる際のリファレンスとして機能します。 DXPのロールと権限の詳細は、 ロールと権限 をご覧ください 。 Wikiノードの権限 [サイト管理] → [Content & Data] → [Wiki] に移動します。 ノード(たとえば New...
Wiki APIの基本
Wiki APIの基本 LiferayのHeadless Deliveryアプリケーションは、 Wiki アプリケーションにRESTサービスを提供します。 これらのサービスを使用すると、Wikiノードとページを追加したり、それらの情報を一覧表示したり、コンテンツを変更したり、完全に削除したりできます。 ここでは、cURLコマンドとJavaクラスを使用してこれらのサービスを呼び出します。 ...
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...
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....
競合の解決
競合の解決 公開プロセスを開始すると、Liferayは互換性チェックを実行して、パブリケーションと本番環境の間に競合があるかどうかを判断します。 一部の競合は自動的に解決されますが、その他の競合は手動で解決する必要があります。 変更を公開するには、すべての競合を解決する必要があります。 ...
リソースの種類とストラクチャー
リソースの種類とストラクチャー プロパティ activeIndividualsCount (数値):アカウントに属するアクティブな個人の数。 dateCreated(日付):アカウントがシステムに作成された日付。 dateModified(日付):アカウントのプロパティが最後に変更された日付。 ID (文字列):アカウントの一意な識別子; individualsCount...
Expression Builder Validations Reference
Expression Builder Validations Reference Liferay 7.4 U67+/GA67+ You can create object field validations using Liferay's Expression Builder. This tool provides an integrated editor for quickly...
セグメント
セグメント セグメント セグメントの作成
セグメントの作成
セグメントの作成 Analytics Cloudで作成したセグメントは、Liferay DXPと同期します。 ただし、Liferay DXPで作成したセグメントは、Analytics Cloudと同期しません。 動的セグメントの作成 ナビゲーションパネルの [Segments] をクリックします。 既存のセグメントが入った表が表示されます。 [Create Segment] →...
指標 説明
指標 説明 アナリティクス クラウドで使用されるさまざまなメトリクスの説明とその計算方法を参照してください。 インデックス A/Bテスト - 勝者が決定するまでの推定時間 A/Bテスト - 改善 A/Bテスト - 勝つ確率 獲得 - セッションに占める割合 アクティブな個人 匿名の個人 視聴者 - ダウンロードされたセグメント オーディエンス - ダウンロード ...
アセット
アセット アセット Webコンテンツ ブログ フォーム ドキュメントとメディア カスタムアセットのトラッキング
カスタムアセットのトラッキング
カスタムアセットのトラッキング カスタムアセットを追跡するには、[event tracking](../events/tracking-events.md)の使用が推奨されます。 Liferay Analytics Cloudは、ブログ、ドキュメント、メディア、フォーム、ウェブコンテンツなどのLiferay DXPアセットを検出し、分析することができます。 サイトにカスタム...
ブログ
ブログ ブログを始める 、ウェブサイトの重要なコンテンツである。 ブログエントリーは、新しいブログ記事で読者を引き付け、コメント欄で読者間で交流する場を与えます。 Analytics Cloudは、読者がどのようにブログ記事に関与しているかについての重要な洞察を与えてくれます。 Analytics data for blog entries can be viewed in a...
ドキュメントとメディア
ドキュメントとメディア ドキュメントやメディアファイルは、サイトユーザーに見てもらったりダウンロードしてもらいたいアセットです。 Analytics Cloudは、ドキュメントやメディア資産に対するユーザーのエンゲージメントに関する洞察を提供します。 Analytics data for documents can be viewed in a table format. ...
フォーム
フォーム フォームの概要 は、企業にとって重要な直接データ収集ツールである。 あなたのWebフォームは貴重な情報を提供していますか、それともユーザーを遠ざけていますか? Analytics Cloudは重要なインサイトを提供します。 Forms metrics are presented in a table with submission, view, abandonment, and...
Webコンテンツ
Webコンテンツ 基本Webコンテンツ記事の追加 は、サイト訪問者に情報を提供するための重要な資産である。 Analytics Cloudでは、サイト ユーザーがどのようにコンテンツを利用しているかについて、重要な洞察を得ることができます。 Analytics data for web content can be viewed in a table format. ...
イベント詳細
イベント詳細 以下は、 イベント分析ツール で分析できる様々なイベントです。 クリックされた資産 これは、ユーザーがカスタムアセットをクリックした場合です。 なお、data-analytics-asset-type HTMLタグはcustomに設定する必要がある。 詳しくは カスタム資産の追跡 をご覧ください。 ダウンロードされた資産...
イベントの追跡
イベントの追跡 Liferay DXPのサイトページにJavaScriptのコードを追加することで、分析のためにイベントを追跡することができます。 追加したコードは、Analytic CloudのAPIと連動して、ユーザーがWebサイトで何をしているかを把握します。 これらのイベントは、 イベント分析 ツールを使用して分析できます。 そのためには、JavaScriptのコードで...