Configuration

The evidence view is configurable by changing settings in appropriate properties files. For Evidence Display mode this is the DisplayEvidence.properties file and for Evidence Comparison mode configuration, ComparedEvidence.properties file is used. These properties files should be created in the <CLIENT_DIR>\components\core folder.

Configuration files contain table headers and captions for all the columns as well as visibility settings for each column. There is also a links section for specifying links to pages for each evidence item and item group column if needed. If a link is not required, leave the value empty rather than deleting the property itself. Also there are properties containing textual substitution for an empty value case and textual insert used in evidence item name.

Note: The properties specifying visibility settings are not localizable strings and should contain either "true" or "false" depending on desired visibility of the corresponding column.

Below is an example of the configuration settings for display evidence mode:

#Textual descriptions for comparison sections.
Table.Summary.Single=This table contains evidence items.

# Comparison section labels
Evidence.Table.Label=Evidence Items

#Column headers
Description.Column.Header=Rule
Group.Column.Header=Group
Value.Column.Header=Value

#Visibility
Description.Column.Visible=true
Group.Column.Visible=true
Value.Column.Visible=true

# Localizable messages
Message.No.Value=This item is not set
Message.Item.Joint=referenced by rule item

#Links (Values should be UIM PAGE_IDs)
Description.Column.Link=Home
Group.Column.Link=GroupHome

The following is an example of the configuration settings for the evidence comparison mode:

#Textual descriptions for comparison sections.
Table.Summary.MODIFIED=This table contains modified evidence
Table.Summary.NEW=This table contains newly added evidence items.
Table.Summary.REMOVED=This table contains removed evidence.

# Comparison section labels
Evidence.Label.MODIFIED=Modified evidence
Evidence.Label.NEW=Newly added evidence items
Evidence.Label.REMOVED=Removed evidence items

#Column headers
Description.Column.Header=Rule
Group.Column.Header=Group
Oldval.Column.Header=Previous Value
Value.Column.Header=New Value

#Visibility
Description.Column.Visible=true
Group.Column.Visible=true
Oldval.Column.Visible=true
Value.Column.Visible=true

#Links (Values should be UIM PAGE_IDs)
Description.Column.Link=Home
Group.Column.Link=GroupHome