Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.DataFlowProperties
-
Packages that use DataFlowProperties 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.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of DataFlowProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type DataFlowProperties Modifier and Type Method Description StringLineageExchangeInterface. setupDataFlow(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String dataSupplierGUID, String dataConsumerGUID, DataFlowProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Link two elements together to show that data flows from one to the other.voidLineageExchangeInterface. updateDataFlow(String userId, String assetManagerGUID, String assetManagerName, String dataFlowGUID, DataFlowProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update relationship between two elements that shows that data flows from one to the other. -
Uses of DataFlowProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return DataFlowProperties Modifier and Type Method Description DataFlowPropertiesDataFlowElement. getDataFlowProperties()Return details of the relationshipMethods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type DataFlowProperties Modifier and Type Method Description voidDataFlowElement. setDataFlowProperties(DataFlowProperties dataFlowProperties)Set up relationship properties -
Uses of DataFlowProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type DataFlowProperties Constructor Description DataFlowProperties(DataFlowProperties template)Copy/clone constructor. -
Uses of DataFlowProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return DataFlowProperties Modifier and Type Method Description DataFlowPropertiesDataFlowRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type DataFlowProperties Modifier and Type Method Description voidDataFlowRequestBody. setProperties(DataFlowProperties properties)Set up the properties for the relationship.
-