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

Update jython-based-reporting-and-processing-plugins.md

parent b21d998a
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -195,7 +195,7 @@ an email. The method shouldn't return anything. Instead one should call ...@@ -195,7 +195,7 @@ an email. The method shouldn't return anything. Instead one should call
methods of the table builder and a the table model will be created methods of the table builder and a the table model will be created
outside of the script using the builder. The transaction interface is outside of the script using the builder. The transaction interface is
the same as what is provided to a dropbox. the same as what is provided to a dropbox.
See [Dropboxes](/display/openBISDoc2010/Dropboxes) for a description of See [Dropboxes](../software-developer-documentation/server-side-extensions/dss-dropboxes.md) for a description of
what can be done with a transaction. what can be done with a transaction.
#### Processing script #### Processing script
...@@ -331,8 +331,7 @@ def describe(dataSets, tableBuilder): ...@@ -331,8 +331,7 @@ def describe(dataSets, tableBuilder):
#### Reporting plugin accessing external DB #### Reporting plugin accessing external DB
Lets assume that a [Path Info Lets assume that a [Path Info Database](https://unlimited.ethz.ch/display/openBISDoc2010/Installation+and+Administrators+Guide+of+the+openBIS+Data+Store+Server#InstallationandAdministratorsGuideoftheopenBISDataStoreServer-InstallationandAdministratorsGuideoftheopenBISDataStoreServer-PathInfoDatabase)
Database](/display/openBISDoc2010/Installation+and+Administrators+Guide+of+the+openBIS+Data+Store+Server#InstallationandAdministratorsGuideoftheopenBISDataStoreServer-InstallationandAdministratorsGuideoftheopenBISDataStoreServer-PathInfoDatabase)
was configured as a data source named `"path-info-db"`. was configured as a data source named `"path-info-db"`.
One shouldn't assume anything about Path Info DB schema. Code below One shouldn't assume anything about Path Info DB schema. Code below
...@@ -518,9 +517,7 @@ def processNode(node, dataSetCode): ...@@ -518,9 +517,7 @@ def processNode(node, dataSetCode):
#### Example of Webapps that interact with Aggregation and Ingestion services #### Example of Webapps that interact with Aggregation and Ingestion services
[Webapps and Services](#) [Webapps and Services](https://unlimited.ethz.ch/display/openBISDoc2010/Webapps+and+Services)
## Screening Extensions ## Screening Extensions
......
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