Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalReferenceLinkProperties
-
Packages that use ExternalReferenceLinkProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ExternalReferenceLinkProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ExternalReferenceLinkProperties Modifier and Type Method Description StringExternalReferencesInterface. linkExternalReferenceToElement(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String attachedToGUID, String externalReferenceGUID, ExternalReferenceLinkProperties linkProperties)Link an external reference to an object.voidExternalReferencesInterface. updateExternalReferenceToElementLink(String userId, String assetManagerGUID, String assetManagerName, String externalReferenceLinkGUID, ExternalReferenceLinkProperties linkProperties)Update the link between an external reference to an object. -
Uses of ExternalReferenceLinkProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return ExternalReferenceLinkProperties Modifier and Type Method Description ExternalReferenceLinkPropertiesExternalReferenceLinkElement. getLink()Return the specific link properties used to identify this link to the attached element.Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ExternalReferenceLinkProperties Modifier and Type Method Description voidExternalReferenceLinkElement. setLink(ExternalReferenceLinkProperties link)Set up the specific link properties used to identify this link to the attached element. -
Uses of ExternalReferenceLinkProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type ExternalReferenceLinkProperties Constructor Description ExternalReferenceLinkProperties(ExternalReferenceLinkProperties template)Copy/clone constructor -
Uses of ExternalReferenceLinkProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ExternalReferenceLinkProperties Modifier and Type Method Description ExternalReferenceLinkPropertiesExternalReferenceLinkRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ExternalReferenceLinkProperties Modifier and Type Method Description voidExternalReferenceLinkRequestBody. setElementProperties(ExternalReferenceLinkProperties elementProperties)Set up the properties for the element.
-