Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.DataFlowProperties
-
Packages that use DataFlowProperties Package Description 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.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.
-