Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to OMAS APIs and archive builders for sustainability #6806

Merged
merged 10 commits into from
Aug 18, 2022

Conversation

mandy-chessell
Copy link
Contributor

Description

This PR makes extensions to a number of OMASs to add support for new attributes and management of relationships that link entity from different areas of the open metadata types. For example:

  • MoreInformation
  • AssignmentScope
  • ResourceList
  • Stakeholder
  • AssetLocation
  • ProfileLocation

Many of the relationshps associated with valid values have additional properties and these are updated in Digital Architecture OMAS and Asset Owner OMAS.

Governance Program OMAS has the server side support for GovernanceDomainDefinitions

There is also enhancements to the support for locations and communities in the Community Profile OMAS

Related Issue(s)

Testing

New FVTs

Release Notes & Documentation

Release notes updated to include descriptions of updates to types - along with updates to related docs.

Additional notes

Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
@mandy-chessell
Copy link
Contributor Author

The last two commits added:

  • Support for managing campaigns, projects, tasks in a hierarchy and their dependencies.
  • Support for adding people and roles to the project (project manager and team members)
  • Separation of specialized reference data function from simple valid value management in the Generic Handlers. This is in preparation of adding valid value management to Community Profile OMAS and Data Manager OMAS.

Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
* @return bean populated with properties from the instances supplied
* @throws PropertyServerException there is a problem instantiating the bean
*/
public B getNewBean(Class<B> beanClass,

Check notice

Code scanning / CodeQL

Missing Override annotation

This method overrides [OpenMetadataAPIGenericConverter<B>.getNewBean](1); it is advisable to add an Override annotation.
@mandy-chessell mandy-chessell merged commit b121d36 into odpi:master Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant