Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.DataFlowElement
-
Packages that use DataFlowElement 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 DataFlowElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return DataFlowElement Modifier and Type Method Description DataFlowElementLineageExchangeInterface. getDataFlow(String userId, String assetManagerGUID, String assetManagerName, String dataSupplierGUID, String dataConsumerGUID, String qualifiedName)Retrieve the data flow relationship between two elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type DataFlowElement Modifier and Type Method Description List<DataFlowElement>LineageExchangeInterface. getDataFlowConsumers(String userId, String assetManagerGUID, String assetManagerName, String dataSupplierGUID)Retrieve the data flow relationships linked from an specific element to the downstream consumers.List<DataFlowElement>LineageExchangeInterface. getDataFlowSuppliers(String userId, String assetManagerGUID, String assetManagerName, String dataConsumerGUID)Retrieve the data flow relationships linked from an specific element to the upstream suppliers. -
Uses of DataFlowElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type DataFlowElement Constructor Description DataFlowElement(DataFlowElement template)Copy/clone constructor -
Uses of DataFlowElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return DataFlowElement Modifier and Type Method Description DataFlowElementDataFlowElementResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return types with arguments of type DataFlowElement Modifier and Type Method Description List<DataFlowElement>DataFlowElementsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type DataFlowElement Modifier and Type Method Description voidDataFlowElementResponse. setElement(DataFlowElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.rest with type arguments of type DataFlowElement Modifier and Type Method Description voidDataFlowElementsResponse. setElementList(List<DataFlowElement> elementList)Set up the metadata element to return.
-