Previous Topic Next topic Print topic


Filter Type

A filter type describes a class of filters. It contains all the information to generate a Filter dialog, through which filters can be created. The element lists can be generated from a filter using the relationships of the FilterType to action descriptors.

At run time, filters can be created and edited via the Filter view. If element types have been defined with relationships to filter types, filters can also be created via the context menu of an element. The input fields of the Filter dialog will be initialized with the property values of an element.

Attribute Type Meaning
ID * ID * The ID of the filter type.
Label [O] String The label of the filter in the context menu of the Filter view to define a new filter. If not used, the ID will be displayed.
Relationship Cardinality Description
Has_Action 1..* Relationship to an action descriptor, via which an element list can be generated using the filter criteria.
Has_Filtercriterion 1..* Relationship to a property that will be interpreted as a filter criterion.
Previous Topic Next topic Print topic