Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ForeignKeyProperties
-
Packages that use ForeignKeyProperties 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.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ForeignKeyProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ForeignKeyProperties Modifier and Type Method Description voidSchemaExchangeInterface. setupForeignKeyRelationship(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String primaryKeyGUID, String foreignKeyGUID, ForeignKeyProperties foreignKeyProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Link two schema attributes together to show a foreign key relationship.voidSchemaExchangeInterface. updateForeignKeyRelationship(String userId, String assetManagerGUID, String assetManagerName, String primaryKeyGUID, String foreignKeyGUID, ForeignKeyProperties foreignKeyProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the relationship properties for the query target. -
Uses of ForeignKeyProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type ForeignKeyProperties Constructor Description ForeignKeyProperties(ForeignKeyProperties template)Copy/clone constructor for a foreign key. -
Uses of ForeignKeyProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ForeignKeyProperties Modifier and Type Method Description ForeignKeyPropertiesForeignKeyRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ForeignKeyProperties Modifier and Type Method Description voidForeignKeyRequestBody. setProperties(ForeignKeyProperties properties)Set up the properties for the relationship.
-