Statistics class mappings

This class mapping encompasses all classes with alias names that are used in the statistics. For details on using these classes, see chapter Add/adapt statistics. For details on implementing additional classes, see the relevant section of the Java documentation about the interface to be implemented.

evaluationAccessControl section

Access control implementations are required to grant only specific users access to certain statistics. These classes implement the IEvaluationAccessControl interface.

statisticTreeProvider section

Tree provider implementations are required to generate the hierarchy structures that the statistics are based on (that is, the tree in the first column).

statisticDataFilter section

Data filter implementations are used for filtering data for statistics. These classes implement the IStatisticDataFilter interface.

statisticDataSource section

Data source implementations are used for configuring the data sources of statistics. The default configuration only offers the data sources view and tree. view grants direct access to the ARIS Risk & Compliance Manager database, tree allows the usage of the tree provider as the data source. These classes implement the IStatisticDataSource interface.

statisticCalculator section

Calculator implementations are used for processing the data to be displayed. They convert the technical data provided by data source implementations into data readable by users. These classes implement the IStatisticCalculator interface.

statisticDataLinker section

Data linker implementations are used for linking the data to be displayed. For example, you can link to a detailed view of the data as a list or an additional statistic. These classes implement the IStatisticDataLinking interface.