From 5e2cfa775d15e1a933129c0c944a49e19a19e3d7 Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Fri, 4 Aug 2023 14:21:30 +0000 Subject: [PATCH] Update reporting-plugins.md --- .../legacy-server-side-extensions/reporting-plugins.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/software-developer-documentation/legacy-server-side-extensions/reporting-plugins.md b/docs/software-developer-documentation/legacy-server-side-extensions/reporting-plugins.md index 649f250afd5..87c3f2eb240 100644 --- a/docs/software-developer-documentation/legacy-server-side-extensions/reporting-plugins.md +++ b/docs/software-developer-documentation/legacy-server-side-extensions/reporting-plugins.md @@ -221,7 +221,7 @@ script-path = script.py ### IngestionService -**Type:Â **AGGREGATION\_TABLE\_MODEL +**Type:** AGGREGATION\_TABLE\_MODEL **Description**:Â An abstract superclass for aggregation service reporting plugins that modify entities in the database. A db-modifying @@ -304,7 +304,7 @@ label = My Report #### JythonIngestionService -**Type:Â **AGGREGATION\_TABLE\_MODEL +**Type:** AGGREGATION\_TABLE\_MODEL **Description**: Invokes a Jython script to register and modify entities and create an aggregation service report. The script receives a @@ -423,7 +423,7 @@ script-path = script.py ### ScreeningJythonBasedDbModifyingAggregationServiceReportingPlugin -**Type:Â **AGGREGATION\_TABLE\_MODEL** +**Type:** AGGREGATION\_TABLE\_MODEL** ** **Description**:Â Invokes a Jython script to register and modify entities -- GitLab