Show TOC

 Filter Service for Resource ListsLocate this document in the navigation structure

Use

This service delivers an instance of a resource list filter, and manages existing resource list filters.

These filters are responsible for filtering lists of resources according to defined parameters.

 

Integration

The service is used by the rendering framework which is responsible for the calculation and display of the user interface. The service analyzes the parameters Show Folders Style ( rndShowFoldersStyle ) and Show Hidden Resource ( rndShowHidden ) of a collection renderer, and displays folders and hidden resources according to the settings.

 

Features

Various resource list filters are already contained in the standard delivery.

You can integrate your own resource list filters into Content Management by providing the Java classes that implement such filters.

Enter the Java class in the definition of a new resource list filter.

Parameters of a Resource List Filter

Parameters Required Description

Alias

Yes

Alias of a resource list filter.

Description

No

Description of a resource list filter.

Java Class

Yes

Species the Java class that implements the resource list filter.

 

Activities

The filter service for resource lists is activated in the standard configuration.

To integrate your own resource list filter into the system, choose Content Management → Global Services → Resource List Filter.