Information Supply Chain APIs in Solution Architect OMVS #8686
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds new APIs to Solution Architect OMVS for maintaining Information Supply Chainds and their segments:
Related Issue(s)
In the ongoing process of cleaning up type system, the following types have been removed:
The following classification is removed (also from Glossary Manager OMVS and Classification Explorer OMVS since such information should be in the DataClass entity to make it reusable.
This classification is no longer used - it was needed to minic Information Governance Catalog function.
ExternalReference entities and ExternalReferenceLinks should be used instead of the following
The associated APIs from Asset Manager OMAS have been removed
Testing
Simple testing of APIs using HTTP client collections - real testing will be done through pyegeria.
Release Notes & Documentation
New interfaces are documented on Egeria Docs in a separate PR
Additional notes
None