...
Exporting non-eholdings fields
The Tags, Agreements, and Notes are called non-eHoldings because they are stored in other modules. Use the existing API to retrieve a corresponding object.
Agreements - TODO
Tags from mod-tags using CQL - "methods": [ TODO]"GET" ], "pathPattern": "/tags", "permissionsRequired": [ "tags.collection.get" ]
Notes: TODO
Integration tests
There are no integration tests for the ExportManager module written yet. We will add the folder 'mod-data-export-spring' and create test cases to cover eHoldings export feature
...