Skip to content

Add support for Design Patterns - #9077

Merged
mandy-chessell merged 2 commits into
odpi:mainfrom
mandy-chessell:oak2026
May 22, 2026
Merged

Add support for Design Patterns#9077
mandy-chessell merged 2 commits into
odpi:mainfrom
mandy-chessell:oak2026

Conversation

@mandy-chessell

Copy link
Copy Markdown
Contributor

Description

This PR:

  • adds new relationships for design patterns caller NestedDesignPattern and SpecializedDesignPattern
  • changes the super type of the DesignPattern entity to AuthoredReferenceable
  • adds usage attribute to DesignPattern entity
  • adds support for maintaining, linking and querying design patterns to Solution Architect API and context client (for connectors)

Related Issue(s)

None

Testing

Using HTTP Client connections

Release Notes & Documentation

Updates required to type descriptions and Solution Architect API (in progress)

Additional notes

None

mandy-chessell and others added 2 commits May 22, 2026 21:11
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
@mandy-chessell
mandy-chessell enabled auto-merge May 22, 2026 20:16
@mandy-chessell

Copy link
Copy Markdown
Contributor Author

New methods are:

  • createDesignPattern
  • createDesignPatternFromTemplate
  • updateDesignPattern
  • linkNestedDesignPatterns
  • detachNestedDesignPatterns
  • linkSpecializedDesignPatterns
  • detachSpecializedDesignPatterns
  • linkRelatedDesignPatterns
  • detachRelatedDesignPatterns
  • deleteDesignPattern
  • getDesignPatternsByName
  • getDesignPatternByGUID
  • findDesignPatterns

@mandy-chessell
mandy-chessell merged commit 6f42588 into odpi:main May 22, 2026
4 checks passed
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.

1 participant