Search Results

Capability
Feature
Deployment Approach
Workflow Transitions
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: ...
Publikálás dátuma: 2024.04.26. 20:58
Implementing Workflow
Implementing Workflow Coming soon!
Publikálás dátuma: 2024.04.26. 20:58
Workflow Notification Template Variables
Workflow Notification Template Variables Liferay 7.3+ Some variables are auto-injected into the workflow notification context. These are handy to use in your workflow notification templates. ...
Publikálás dátuma: 2024.04.26. 20:58
Workflow Task Node Reference
Workflow Task Node Reference As of DXP 2024.Q2/Portal 7.4 GA120, scripting is disabled by default. You can enable it in System Settings → Script Management (under the Security category). Tasks...
Publikálás dátuma: 2024.04.26. 20:58
Working with Workflow Context
Working with Workflow Context Workflows in Liferay are used as approval processes. At each step of the process, the workflow has certain data that's available in a Map object referred to in your...
Publikálás dátuma: 2024.04.26. 20:58
Introduction to Workflow
Introduction to Workflow Liferay DXP ships with a workflow engine that allows users to review and approve content such as Blogs, Web Content, Wikis before they are published. The Workflow...
Publikálás dátuma: 2024.04.26. 20:58
Using the Script Engine in Workflow
Using the Script Engine in Workflow As of DXP 2024.Q2/Portal 7.4 GA120, scripting is disabled by default. You can enable it in System Settings → Script Management (under the Security category). ...
Publikálás dátuma: 2024.04.26. 20:58
Workflow Definition Node Reference
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...
Publikálás dátuma: 2024.04.26. 20:58
Activating Workflow
Activating Workflow You can activate a workflow process for an asset type either across the DXP instance or only on a specific site. When a workflow process is activated across the instance for a...
Publikálás dátuma: 2024.04.26. 20:58
Implementing a Custom SLA Calendar
Implementing a Custom SLA Calendar Coming soon!
Publikálás dátuma: 2024.04.26. 20:58
Using Workflows
Using Workflows Activating Workflow Reviewing Assets Using Workflow Metrics Workflow Metrics Reports
Publikálás dátuma: 2024.04.26. 20:58
Workflow Metrics: Reports
Workflow Metrics: Reports Subscription Open the Workflow Metrics from the Applications Menu (Applications Menu) (Control Panel → Workflow → Metrics) and you immediately see metrics on each...
Publikálás dátuma: 2024.04.26. 20:58
Using Workflow Metrics
Using Workflow Metrics Subscription This feature works [only with Elasticsearch](../../../using-search/installing-and-upgrading-a-search-engine/solr/solr-limitations.md). Workflow Metrics gives...
Publikálás dátuma: 2024.04.26. 20:58
Reviewing Assets
Reviewing Assets When an asset's workflow is activated, one or more users must review it before publication. You can assign workflow review processes to specific users or to a particular Role (for...
Publikálás dátuma: 2024.04.26. 20:58
Creating Pages
Creating Pages :file: ../landingpage_template.html :file: creating-pages/landing.html
Publikálás dátuma: 2024.04.26. 20:59
Exporting and Importing Page Templates
Exporting and Importing Page Templates Sometimes it's easier to edit templates in a code editor. Once you've created a page template, you can export it, edit it locally in the editor of your...
Publikálás dátuma: 2024.04.26. 20:59
Adding a Page to a Site
Adding a Page to a Site The steps below describe how to add a new page to your site and configure the general options. To learn how to configure the remaining page settings, see Configuring...
Publikálás dátuma: 2024.04.26. 20:59
Creating a Master Page Template
Creating a Master Page Template Available: Liferay DXP/Portal 7.3+ Although there are default master page templates you can use to define the look and feel of the headers and footers for your...
Publikálás dátuma: 2024.04.26. 20:59
Site Building
Site Building Sites are a fundamental component of Liferay DXP. At its core, a Site is a collection of pages that contains content. Sites can also contain applications that provide additional...
Publikálás dátuma: 2024.04.26. 20:58
Adding Pages
Adding Pages :::: 2 :gutter: 3 3 3 3 ::: Adding a Page to a Site :link: ./adding-pages/adding-a-page-to-a-site.md ::: ::: Creating a Page Template :link:...
Publikálás dátuma: 2024.04.26. 20:59
Creating a Page Template
Creating a Page Template Available: Liferay DXP/Portal 7.3+ With page templates, you can create pages based on predefined layouts and content. There are several basic page templates available...
Publikálás dátuma: 2024.04.26. 20:59
Using Utility Pages
Using Utility Pages 7.4 U86+ and GA86+ Utility pages serve specific operational tasks and actions and are usually essential for users to interact with a website or application effectively. Utility...
Publikálás dátuma: 2024.04.26. 20:59
Using the Full Page Application Page Type
Using the Full Page Application Page Type Create a new page and select Full Page Application under the Other heading. Enter a name and click Add. Select the application you want to display...
Publikálás dátuma: 2024.04.26. 20:59
Defining Headers and Footers
Defining Headers and Footers :::: 2 :gutter: 3 3 3 3 ::: Master Page Templates :link: ./defining-headers-and-footers/master-page-templates.md ::: ::: Creating a Master Page Template :link:...
Publikálás dátuma: 2024.04.26. 20:59
Overriding Global Language Translations
Overriding Global Language Translations Liferay DXP/Portal implements headings, labels, and messages for the default locale and many other locales using language translations. You can override...
Publikálás dátuma: 2024.04.26. 20:57
Module Projects
Module Projects Liferay applications and customizations are OSGi modules: .jar files containing Java code and some extra configuration for publishing and consuming APIs. A module project comprises...
Publikálás dátuma: 2024.04.26. 20:57
Semantic Versioning
Semantic Versioning Semantic Versioning is a three tiered versioning system for incrementing version numbers based on the degree of API change made in a releasable software component. It's a...
Publikálás dátuma: 2024.04.26. 20:57
Finding Artifacts
Finding Artifacts To use external artifacts in your project, you must configure their dependencies in your build.gradle Gradle script. Before specifying an artifact as a dependency, you must first...
Publikálás dátuma: 2024.04.26. 20:57
Importing Packages
Importing Packages You often find yourself in a position of needing functionality provided by another module. To access this functionality, you must import packages from other modules into your...
Publikálás dátuma: 2024.04.26. 20:57
Exporting Packages
Exporting Packages In OSGi, packages are private by default. You must explicitly exporting a package so other modules can import and use them. Here's how to export packages: Open your bnd.bnd...
Publikálás dátuma: 2024.04.26. 20:57
Auditing Portlet Activity with Portlet Filters
Auditing Portlet Activity with Portlet Filters Portlet filters intercept requests and responses at the start of each portlet request processing phase so you can add functionality there. This makes...
Publikálás dátuma: 2024.04.26. 20:57
Fixing a Bug or Contributing a New Feature
Fixing a Bug or Contributing a New Feature The first thing to do in learning to fix bugs or contributing a feature is to become familiar with how to build the system. The Liferay Portal build...
Publikálás dátuma: 2024.04.26. 20:57
Creating Service Wrappers
Creating Service Wrappers Coming soon!
Publikálás dátuma: 2024.04.26. 20:57
Customizing JSPs
Customizing JSPs Customizing JSPs with Dynamic Includes
Publikálás dátuma: 2024.04.26. 20:57
APIs as OSGi Services
APIs as OSGi Services After you've learned what a module is and how to deploy one, you can use modules to define APIs and implement them. Liferay APIs are OSGi services, defined by Java interfaces...
Publikálás dátuma: 2024.04.26. 20:57
Organizing the Source
Organizing the Source It is important to have a solid understanding of how the Liferay source is organized when working on fixing a bug or adding a new feature to the product. The Liferay Source...
Publikálás dátuma: 2024.04.26. 20:57
Customizing JSPs with Dynamic Includes
Customizing JSPs with Dynamic Includes The liferay-util:dynamic-include tag is a placeholder into which you can inject content---JavaScript code, HTML, and more. The example project demonstrates...
Publikálás dátuma: 2024.04.26. 20:57
Fundamentals
Fundamentals Liferay development projects consist primarily of simple .jar files. These contain a few extra configuration files that make them OSGi modules, but they're easily understandable by...
Publikálás dátuma: 2024.04.26. 20:57
Gogo Shell Commands
Gogo Shell Commands The Gogo shell executes Felix Gogo basic commands and Liferay commands. The Gogo shell is accessible in the Control Panel (recommended) and from the command line. Here are some...
Publikálás dátuma: 2024.04.26. 20:58
Micro Frontends
Micro Frontends Micro frontends extend the concept of microservices to the frontend side of development. You can build a fully-featured and powerful browser application that uses a microservice...
Publikálás dátuma: 2024.04.26. 20:58
Exported Third Party Packages
Exported Third Party Packages Liferay provides over one-hundred third party Java packages at run time. The com.liferay.portal.bootstrap module exports the packages by specifying individual packages...
Publikálás dátuma: 2024.04.26. 20:58
7.2 Breaking Changes
7.2 Breaking Changes This document presents a chronological list of changes that break existing functionality, APIs, or contracts with third party Liferay developers or users. We try our best to...
Publikálás dátuma: 2024.04.26. 20:58
Overriding OSGi Services
Overriding OSGi Services Liferay's OSGi container is a dynamic environment in which services can be added, removed, or overridden as needed. This framework registers Liferay components with the...
Publikálás dátuma: 2024.04.26. 20:57
Resolving Third Party Library Package Dependencies
Resolving Third Party Library Package Dependencies An application can rely on multiple OSGi modules. Resolving their Java package dependencies can be challenging. In a perfect world, every package...
Publikálás dátuma: 2024.04.26. 20:57
Specifying Dependencies
Specifying Dependencies You must satisfy all dependencies to compile and deploy a module successfully. After you find the dependency artifacts, add them as dependencies in your Gradle build file....
Publikálás dátuma: 2024.04.26. 20:57
Using the Gogo Shell
Using the Gogo Shell The Gogo shell provides a way to interact with the module framework. Among other things, you can Dynamically install/uninstall bundles (modules) Examine package...
Publikálás dátuma: 2024.04.26. 20:57
Configuring Dependencies
Configuring Dependencies Liferay provides a container where modules can publish and consume functionality through their Java packages. Modules can leverage packages from other modules or...
Publikálás dátuma: 2024.04.26. 20:57
Overriding Module Language Translations in Earlier Versions
Overriding Module Language Translations in Earlier Versions For Liferay DXP 7.4 U4 (Update 4) and above or Liferay Portal 7.4 GA8 and above, the [Language Override...
Publikálás dátuma: 2024.04.26. 20:57
Using an OSGi Service
Using an OSGi Service Liferay APIs are readily available as OSGi services. You can access a service by creating a field of that service type and annotating the field with @Reference, like this: ...
Publikálás dátuma: 2024.04.26. 20:57
Command Line Gogo Shell
Command Line Gogo Shell If you're in a development environment, you can interact with the module framework locally from the command line. Gogo shell should only be run from the command line in...
Publikálás dátuma: 2024.04.26. 20:57
Reference
Reference 7.4 Breaking Changes 7.3 Breaking Changes 7.2 Breaking Changes Exported Third-Party Packages Portal Developer Properties
Publikálás dátuma: 2024.04.26. 20:58
Customizing the Submit Button
Customizing the Submit Button Available 7.4+ When a User is finished entering data into a form, they must submit the form. By default a button that says Submit is displayed for this purpose. ...
Publikálás dátuma: 2024.04.26. 20:58
Customizing Form Layouts
Customizing Form Layouts By default, new elements on your form are added to a new row and occupy the entire width of the form. Form with all elements occupying entire width of form. Sometimes it...
Publikálás dátuma: 2024.04.26. 20:58
Creating and Managing Forms
Creating and Managing Forms Creating Forms Customizing Form Layouts Reusing Sets of Form Elements Providing Help Text and Predefined Values Building Forms with Conditional Fields Validation...
Publikálás dátuma: 2024.04.26. 20:58
Forms
Forms :file: ../landingpage_template.html :file: forms/landing.html
Publikálás dátuma: 2024.04.26. 20:58
Using the Jump to Page Rule
Using the Jump to Page Rule Use a Jump to Page rule to navigate automatically to a specific page in the form based on one or more conditions. This is useful if some pages do not apply to all the...
Publikálás dátuma: 2024.04.26. 20:58
Using the Enable-Disable Rule
Using the Enable-Disable Rule An enable/disable Rule makes a field editable based on one or more conditions. This is useful for entering optional information or gathering data from only users who...
Publikálás dátuma: 2024.04.26. 20:58
Using the Calculate Rule
Using the Calculate Rule Users can create Calculate rules that populate a numeric field by calculating its value based on other fields. For example, a Calculate rule can calculate a camp or...
Publikálás dátuma: 2024.04.26. 20:58
Using the Show-Hide Rule
Using the Show-Hide Rule Users can use a Show action show a field if a condition is met. Otherwise, this field is hidden. This example uses a camp registration form with two text fields: I am...
Publikálás dátuma: 2024.04.26. 20:58
Using the Require Rule
Using the Require Rule Use a Require rule to make a field required based on one or more conditions. Require Rules work in association with other Rules, such as the Show Rule. To demonstrate,...
Publikálás dátuma: 2024.04.26. 20:58

Capabilities

Product

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy