You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: open-metadata-implementation/frameworks/open-metadata-framework/src/main/java/org/odpi/openmetadata/frameworks/openmetadata/builders/OpenMetadataClassificationBuilder.java
Copy file name to clipboardExpand all lines: open-metadata-implementation/frameworks/open-metadata-framework/src/main/java/org/odpi/openmetadata/frameworks/openmetadata/connectorcontext/CollectionClient.java
+121Lines changed: 121 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -557,6 +557,127 @@ public void detachContract(String agreementGUID,
557
557
}
558
558
559
559
560
+
/**
561
+
* Link dependent business capabilities.
562
+
*
563
+
* @param supportedBusinessCapabilityGUID unique identifier of the business capability that is dependent on another
564
+
* @param supportingBusinessCapabilityGUID unique identifier of the business capability that is supporting
565
+
* @param makeAnchorOptions options to control access to open metadata
566
+
* @param relationshipProperties description of the relationship.
567
+
* @throws InvalidParameterException one of the parameters is null or invalid.
568
+
* @throws PropertyServerException there is a problem retrieving information from the property server(s).
569
+
* @throws UserNotAuthorizedException the requesting user is not authorized to issue this request.
Copy file name to clipboardExpand all lines: open-metadata-implementation/frameworks/open-metadata-framework/src/main/java/org/odpi/openmetadata/frameworks/openmetadata/converters/OpenMetadataPropertyConverterBase.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11319,6 +11319,14 @@ else if (propertyHelper.isTypeOf(attachedClassification, OpenMetadataType.ANCHOR
0 commit comments