Show TOC

 Property FiltersLocate this document in the navigation structure

Use

You use property filters to manipulate properties of documents and folders and to control which properties are visible to users. For example, you can write a property filter that changes a document property that in turn triggers a workflow.

Some property filters are contained in the standard delivery of KM. They are used by repository services such as the rating service and time-dependent publishing service to display service-related data in the properties dialog box for documents.

Prerequisites

If a property filter computes and stores application properties of resources, the application property service must be activated for the repositories containing these resources.

Features

Property filters can be implemented as read filters or write filters.

The following table lists the parameters of property filters that can be specified during the configuration. Some parameters are not relevant for some filters.

Parameters of Property Filters

Parameter Required Description

Extensions

No

Specification of the file name extensions of the resources to which the filter is to be applied.

If you leave this input field empty, the filter is applied to all extensions.

Mime Types

No

Specification of the MIME types of the resources to which the filter is to be applied.

If you leave this input field empty, the filter is applied to all MIME types.

Path

No

Specification of a path or path pattern to whose content the filter is to be applied.

If you leave this input field empty, the filter is applied to all paths.

For more information, see Using Placeholders .

Repositories

No

Selection of repositories whose properties are to be filtered.

Priority

No

Specification of filter priority.

If multiple filters are applicable to a resource, the priority determines the order in which they are applied. A value of 1 indicates the highest and a value of 99 indicates the lowest priority.

Class

Yes

Java class that implements the relevant property filter manager.