Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.AssetConnectionProperties
-
Packages that use AssetConnectionProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of AssetConnectionProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type AssetConnectionProperties Modifier and Type Method Description voidConnectionExchangeInterface. setupAssetConnection(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String assetGUID, String connectionGUID, AssetConnectionProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Create a relationship between an asset and its connection. -
Uses of AssetConnectionProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type AssetConnectionProperties Constructor Description AssetConnectionProperties(AssetConnectionProperties template)Copy/clone constructor.
-