Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Stardust/Knowledge Base/Customization/Portal/IDescriptorFilterExample

Purpose

Reordering of Process Descriptors in task list.

CustomDescriptorFilter

Download Example Here

The CustomDescriptorFilter class uses a simple text file to determine which process descriptors to show in which order in the task list. Activities belonging to processes that don't possess these descriptors will be display an empty entry in the descriptor column.

Specifying a descriptor filter is useful to enforce a uniform display of descriptor columns, because the default behavior of the process portal is to display only those descriptors as columns which are shared by the process instances in the tasklist.
To use the custom filter enable setting

a) Set property Carnot.ProcessPortal.DescriptorFilter = com.sungard.infinity.processportal.internal.CustomDescriptorFilter in carnot.properties

b) Place descriptors.txt in the same Java Package as the source class.

Back to the top