Search Results

All Results 1377
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Creating the Testcase File
Creating the Testcase File Test Scenario Write your first testcase file using the test scenario below: You would like to test that your name does not appear on any learn.liferay.com article. The...
Creating a Macro File
Creating a Macro File Test Scenario Write your first macro file using the test scenario below: You would like to test that your name does not appear on any learn.liferay.com article. The steps you...
Getting Started
Getting Started Previously, Poshi tests could only be executed by downloading and creating the test files within the Liferay source code. The Poshi Standalone gradle project enables you to use...
Creating A Path File
Creating A Path File Test Scenario Write your first path file using the test scenario below: You would like to test that your name does not appear on any learn.liferay.com article. The steps you...
Understanding the Liferay npm Bundler Loader
Understanding the Liferay npm Bundler Loader The Liferay npm bundler is deprecated of Liferay 2024.Q4/Portal GA129, and it's planned for future removal. liferay-npm-bundler's mechanism is...
Poshi Test Automation
Poshi Test Automation Poshi is a test automation framework that is simple, easy to understand, and does not require prior development experience to get started. Poshi tests can be written to...
Setup
Setup Prerequisites A supported version of Java. Google Chrome. Gradle or Gradle Wrapper 6.6.1 or higher. Setting up the Poshi Standalone Gradle Project Create a new directory, example...
Running a Test
Running a Test Open the poshi-ext.properties file on your poshi-standalone directory and add the following line, replacing the TestCaseFileName#TestCaseName with the one you created in Creating A...
Poshi Basics
Poshi Basics New features, improvements, and system upgrades can sometimes introduce unexpected behaviors and bugs. Running suites of automated tests is an advantageous method of identifying issues...
Poshi Advantages
Poshi Advantages Simplified Syntax To make it easier for less technical testers to read and write test automation, Poshi uses a simplified Groovy-like script syntax. It is less wordy than most...
Macros
Macros A macro is a set of functions that perform a task. Macros are where locators (paths) and functions are brought together to script interactions that a user performs on the system being...
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
Using Camunda Business Processes
Using Camunda Business Processes Liferay 7.4+, and all quarterly releases Liferay's native workflow features are designed for business processes requiring basic review and approval. If your...
Data Sets
Data Sets Liferay DXP 2024.Q1+/Portal GA112+ Currently, this feature is behind a release feature flag (LPS-164563). Data sets are like virtual containers that help organize and manage related...
自動入力ルールの使用
自動入力ルールの使用 オートフィルルールは、あらかじめ設定された条件に基づいて、フォームフィールドのオプションをフィルタリングします。 すでに データプロバイダー を有効にしている場合、オートフィルルルールはフォームを強化するための次のステップとなります。 詳しくは、 RESTデータプロバイダーを使用してフォームオプションを入力する をご覧ください。 ...
Creating Objects
Creating Objects Liferay DXP 2023.Q4+/Portal GA102+ Liferay Objects provides development capabilities in the Liferay UI. Using Objects, you can build fully integrated Liferay applications without...
Displaying Object Entries
Displaying Object Entries Liferay 7.4+ You can display object entries dynamically with Liferay's page building features. For example, collection displays can show a list of entries while display...
Custom Filter Examples
Custom Filter Examples This feature does not work with Solr. The Custom Filter widget is a powerful aid to your search tuning efforts. Without deploying custom code, you can exert control over...
Managing Object Entries with Data Sets
Managing Object Entries with Data Sets Data sets offer a flexible way to display object entries. When your advanced use case outgrows collections, data sets fill the gap. For example, Collections...
Exploring Indexed Fields
Exploring Indexed Fields Some search features can be configured if you know how to explore a search document's fields or inspect the search engine's field mappings. The available index fields can...
検索インサイト
検索インサイト この機能はテストおよび開発のみを目的としています \ Elasticsearchでのみ動作します 検索インサイトウィジェットは、検索ページに追加されると、2つのことを検査するためのものです。 ユーザーがキーワードを入力した際に、バックエンドの検索コードによって構築されるクエリ文字列 サーチエンジンから返されるレスポンス文字列 ...
結果ランキング
結果ランキング サブスクライバー 結果ランキングは、特定のキーワードに対して返される結果のリストを変更するためのものです。 結果ランキングを使用すると、次のことができます 結果リストの一番上に固定する結果を指定する。 検索の特定の結果を非表示にする。 特定のキーワードでは通常は返されない結果を追加する。 ...
SAMLによる認証
SAMLによる認証 SAML(Security Assertion Markup Language)アダプターは、シングルサインオン(SSO)とシングルログオフ(SLO)をデプロイ環境に提供します。 SAMLは、アイデンティティプロバイダー(IdP)とサービスプロバイダー(SP)を使用して機能します。 アイデンティティプロバイダー:...
Creating Data Sets
Creating Data Sets Liferay DXP 2024.Q1+/Portal GA112+ Currently, this feature is behind a release feature flag (LPS-164563). You can create data sets from different resources available through...
OpenID Connectの使用
OpenID Connectの使用 OpenID Connectは、ユーザーが他のシステムにあるアカウントを使用して認証できるようにする軽量の認証レイヤーです。 これはOAuth 2.0承認プロトコルの上に構築されています。 OpenID Connectを使用することで、ユーザー認証を他のプロバイダーに 委任...
SAMLを介した外部IdPからのユーザーグループのメンバーシップのインポート
SAMLを介した外部IdPからのユーザーグループのメンバーシップのインポート この機能は現在 [dev feature flag](../../../../system-administration/configuring-liferay/feature-flags.md#dev-feature-flags) の後ろにあります。 これを本番で使ってはならない。...
ユーザーのインポートとエクスポートを設定する
ユーザーのインポートとエクスポートを設定する インポート/エクスポート設定は、LDAPとLiferay間のマッピングを設定し、2つのシステム間でユーザーをマッチングさせます。 LDAPディレクトリのユーザーを検索する Authentication Search Filter(認証検索フィルター): この検索フィルターボックスを使用して、ユーザーログインの検索条件を決定します。...
Marketplace
Marketplace Liferay Marketplace is a platform where you can find, download, and share apps. It features an updated UI and supports Liferay SaaS. To access Marketplace, visit...
Liferay Catalogs
Liferay Catalogs Liferay Catalogs categorize applications in Marketplace. There are three catalogs developed and maintained by Liferay. Liferay Inc. Liferay Labs Liferay Community You can...
Wikiのスコーピング
Wikiのスコーピング Wikiノードを使用してコンテンツを整理する以外に、Wikiのスコープを グローバル、サイト、またはページのスコープ に設定できます。 グローバル グローバルサイトのスコープレベルで作成されたWikiページは、他のすべてのサイトで利用できます。 ただし、コンテンツは自動的に公開されません。 管理者は、 [Wiki] ウィジェットのスコープを [Global]...
[Page Menu]ウィジェットの使用
[Page Menu]ウィジェットの使用 [Page Menu] ウィジェットには、他のWikiページ、他のDXPサイトページ、ドキュメントとメディアアセット、外部Webサイトなどへのリンクを含めることができるリンクが表示されます。 ウィジェットをページに追加したら、ウィジェットが使用するWikiページとそのリンクのソースを構成する必要があります。 次の手順を実行します: ...
ノードの作成
ノードの作成 1つのDXPサイトに複数のWikiページが作成されるときは、追加のwikiノードを作成すると、それに応じてwikiページを整理するための緩い構造を提供できます。 ユーザーはノードを作成して、さまざまなトピックをカバーする記事をセグメント化できます。 必要な権限(少なくとも ノードの追加 と アクセス許可)を持つ認証されたユーザーのみがノードを作成できます。...
Wikiページの作成
Wikiページの作成 [Wiki] ウィジェットは、 FrontPage と呼ばれるデフォルトのWikiページから始まります。 ユーザーはこのページを編集して、最初のWikiページを作成できます。 デフォルトでは、認証されたユーザーのみが Wiki の記事を作成できます。ゲストは、最初にサインインする必要があります。 FrontPage でコンテンツを作成する [Wiki]...
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権限リファレンス
Wiki権限リファレンス この記事では、 [Wiki] ウィジェットでの権限について説明し、ユーザーおよびロールに権限を割り当てる際のリファレンスとして機能します。 DXPのロールと権限の詳細は、 ロールと権限 をご覧ください 。 Wikiノードの権限 [サイト管理] → [Content & Data] → [Wiki] に移動します。 ノード(たとえば New...
WikiウィジェットUIリファレンス
WikiウィジェットUIリファレンス FrontPage [FrontPage] タブは、 [Wiki] ウィジェットのランディングページです。 ここから、コンテンツ作成者は、子ページの追加、既存の FrontPage ページの編集、 FrontPage ページの詳細の表示、ページの印刷、評価の追加、Wikiへのコメントの追加を行うことができます。 FrontPage Details...
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...
競合の解決
競合の解決 公開プロセスを開始すると、Liferayは互換性チェックを実行して、パブリケーションと本番環境の間に競合があるかどうかを判断します。 一部の競合は自動的に解決されますが、その他の競合は手動で解決する必要があります。 変更を公開するには、すべての競合を解決する必要があります。 ...
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....
Using a JavaScript Client Extension
Using a JavaScript Client Extension Liferay 7.4+ With a JavaScript (JS) client extension, you can run your own JavaScript on any page in Liferay without worrying about dependencies on Liferay code...
リソースの種類とストラクチャー
リソースの種類とストラクチャー プロパティ 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] →...