Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.LineageMappingElement
-
Packages that use LineageMappingElement 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.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of LineageMappingElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type LineageMappingElement Modifier and Type Method Description List<LineageMappingElement>LineageExchangeInterface. getDestinationLineageMappings(String userId, String assetManagerGUID, String assetManagerName, String sourceElementGUID)Retrieve the lineage mapping relationships linked from an specific source element to its destinations.List<LineageMappingElement>LineageExchangeInterface. getSourceLineageMappings(String userId, String assetManagerGUID, String assetManagerName, String destinationElementGUID)Retrieve the lineage mapping relationships linked from an specific destination element to its sources. -
Uses of LineageMappingElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type LineageMappingElement Constructor Description LineageMappingElement(LineageMappingElement template)Copy/clone constructor -
Uses of LineageMappingElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return types with arguments of type LineageMappingElement Modifier and Type Method Description List<LineageMappingElement>LineageMappingElementsResponse. getElementList()Return the list of metadata elements.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.rest with type arguments of type LineageMappingElement Modifier and Type Method Description voidLineageMappingElementsResponse. setElementList(List<LineageMappingElement> elementList)Set up the metadata element to return.
-