From 67f330fdd8830809b3ca5119165b1de54d53edcb Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Tue, 1 Aug 2023 10:11:47 +0000 Subject: [PATCH] Update reporting-plugins.md --- .../reporting-plugins.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 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 fd962f4f88e..72836733621 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 @@ -110,18 +110,10 @@ TABLE\_MODEL ### AggregationService -Import Note on Authorization +| :warning: **Import Note on Authorization** | +|:---------------------------| +| In AggregationServices and IngestionServices, the service programmer needs to ensure proper authorization by himself. He can do so by using the methods from [IAuthorizationService](http://svnsis.ethz.ch/doc/openbis/current/ch/systemsx/cisd/openbis/dss/generic/shared/api/internal/authorization/IAuthorizationService.html). The user id, which is needed when calling these methods, can be obtained from `DataSetProcessingContext` (when using Java), or the variable `userId` (when using Jython). | -In AggregationServices and IngestionServices, the service programmer -needs to ensure proper authorization by himself. He can do so by using -the methods from -[IAuthorizationService](http://svnsis.ethz.ch/doc/openbis/current/ch/systemsx/cisd/openbis/dss/generic/shared/api/internal/authorization/IAuthorizationService.html). -The user id, which is needed when calling these methods, can be obtained -from `DataSetProcessingContext` (when using Java), or the -variable `userId` (when using Jython). - -** -** **Type: **AGGREGATION\_TABLE\_MODEL @@ -446,4 +438,4 @@ There is some extra support for screening. class = ch.systemsx.cisd.openbis.dss.screening.server.plugins.jython.ScreeningJythonBasedAggregationServiceReportingPlugin label = My Report - script-path = script.py \ No newline at end of file + script-path = script.py -- GitLab