Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.LineageMappingProperties
-
Packages that use LineageMappingProperties 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. -
-
Uses of LineageMappingProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type LineageMappingProperties Modifier and Type Method Description voidLineageExchangeInterface. setupLineageMapping(String userId, String assetManagerGUID, String assetManagerName, String sourceElementGUID, String destinationElementGUID, LineageMappingProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Link two elements together to show that they are part of the lineage of the data that is moving between the processes.voidLineageExchangeInterface. updateLineageMapping(String userId, String assetManagerGUID, String assetManagerName, String lineageMappingGUID, LineageMappingProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the lineage mapping relationship between two elements. -
Uses of LineageMappingProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return LineageMappingProperties Modifier and Type Method Description LineageMappingPropertiesLineageMappingElement. getLineageMappingProperties()Return the properties associated with the lineage mapping relationship.Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type LineageMappingProperties Modifier and Type Method Description voidLineageMappingElement. setLineageMappingProperties(LineageMappingProperties lineageMappingProperties)Set up the properties associated with the relationship. -
Uses of LineageMappingProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type LineageMappingProperties Constructor Description LineageMappingProperties(LineageMappingProperties template)Copy/clone constructor.
-