Skip to content

Commit 1ebfc7e

Browse files
Merge pull request #8694 from mandy-chessell/oak2025
Add data specification assembly relationships
2 parents 7748b52 + 992d54e commit 1ebfc7e

File tree

70 files changed

+3494
-10005
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+3494
-10005
lines changed

EgeriaContentPacksGUIDMap.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/APIsContentPack.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/ApacheAtlasContentPack.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/ApacheKafkaContentPack.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/CoreContentPack.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/ObservabilityContentPack.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/OpenMetadataTypes.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/PostgresContentPack.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content-packs/UnityCatalogContentPack.omarchive

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

open-metadata-implementation/access-services/asset-manager/asset-manager-api/src/main/java/org/odpi/openmetadata/accessservices/assetmanager/api/exchange/GlossaryExchangeInterface.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,7 @@ String createControlledGlossaryTerm(String userId,
10711071
* @param externalIdentifierProperties optional properties used to define an external identifier
10721072
* @param initialStatus what status should the copy be set to
10731073
* @param deepCopy should the template creation extend to the anchored elements or just the direct entity?
1074+
* @param templateSubstitute is this element a template substitute (used as the "other end" of a new/updated relationship)
10741075
* @param templateProperties properties that override the template
10751076
*
10761077
* @return unique identifier of the new metadata element for the glossary term
@@ -1087,7 +1088,8 @@ String createGlossaryTermFromTemplate(String userId,
10871088
String templateGUID,
10881089
ExternalIdentifierProperties externalIdentifierProperties,
10891090
boolean deepCopy,
1090-
GlossaryTermStatus initialStatus,
1091+
boolean templateSubstitute,
1092+
GlossaryTermStatus initialStatus,
10911093
TemplateProperties templateProperties) throws InvalidParameterException,
10921094
UserNotAuthorizedException,
10931095
PropertyServerException;

0 commit comments

Comments
 (0)