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 LineageMappingElement Modifier and Type Method Description LineageMappingElementLineageExchangeInterface. getLineageMapping(String userId, String assetManagerGUID, String assetManagerName, String callerGUID, String calledGUID, String qualifiedName, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the lineage mapping relationship between two elements.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, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the lineage mapping relationships linked from a specific source element to its destinations.List<LineageMappingElement>LineageExchangeInterface. getSourceLineageMappings(String userId, String assetManagerGUID, String assetManagerName, String destinationElementGUID, int startFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the lineage mapping relationships linked from a 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 LineageMappingElement Modifier and Type Method Description LineageMappingElementLineageMappingElementResponse. getElement()Return the element result.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.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type LineageMappingElement Modifier and Type Method Description voidLineageMappingElementResponse. setElement(LineageMappingElement element)Set up the element result.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.
-