Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.ExternalReferenceLinkProperties
-
Packages that use ExternalReferenceLinkProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.api Governance Program OMAS Java API defined the means to maintain and query the definitions that make up the governance program.org.odpi.openmetadata.accessservices.governanceprogram.properties -
-
Uses of ExternalReferenceLinkProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type ExternalReferenceLinkProperties Modifier and Type Method Description voidExternalReferencesInterface. linkExternalReferenceToElement(String userId, String attachedToGUID, String externalReferenceGUID, ExternalReferenceLinkProperties linkProperties)Link an external reference to an object. -
Uses of ExternalReferenceLinkProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type ExternalReferenceLinkProperties Constructor Description ExternalReferenceLinkProperties(ExternalReferenceLinkProperties template)Copy/clone constructor
-