Skip to content
Snippets Groups Projects
Commit 70b8182b authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

Update reporting-plugins.md

parent 8c9e4c5f
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -228,7 +228,7 @@ reporting plugins that modify entities in the database. A db-modifying ...@@ -228,7 +228,7 @@ reporting plugins that modify entities in the database. A db-modifying
aggregation service reporting plugin takes a hash map containing user aggregation service reporting plugin takes a hash map containing user
parameters and a transaction as arguments and returns tabular data (in parameters and a transaction as arguments and returns tabular data (in
the form of a TableModel). The transaction is an the form of a TableModel). The transaction is an
[IDataSetRegistrationTransactionV2](http://svnsis.ethz.ch/doc/openbis/current/ch/systemsx/cisd/etlserver/registrator/api/v2/IDataSetRegistrationTransactionV2.html), [IDataSetRegistrationTransactionV2](https://openbis.ch/javadoc/20.10.x/javadoc-dropbox-api/ch/systemsx/cisd/etlserver/registrator/api/v2/IDataSetRegistrationTransactionV2.html),
the same interface that is used by [dropboxes](https://openbis.readthedocs.io/en/latest/software-developer-documentation/server-side-extensions/dss-dropboxes.html#dropboxes) to register and modify entities. The JythonBasedDbModifyingAggregationServiceReportingPlugin below is a subclass that allows for implementation of the logic in Jython. the same interface that is used by [dropboxes](https://openbis.readthedocs.io/en/latest/software-developer-documentation/server-side-extensions/dss-dropboxes.html#dropboxes) to register and modify entities. The JythonBasedDbModifyingAggregationServiceReportingPlugin below is a subclass that allows for implementation of the logic in Jython.
**Configuration**: Dependent on the subclass. **Configuration**: Dependent on the subclass.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment