Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.MetadataCorrelationProperties
-
Packages that use MetadataCorrelationProperties 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 MetadataCorrelationProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Subclasses of MetadataCorrelationProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements Modifier and Type Class Description classMetadataCorrelationHeaderMetadataCorrelationHeader provides details of the external identifier(s) and other correlation properties to help the connector/client work out the correlation between the open metadata elements and the third party technology elements. -
Uses of MetadataCorrelationProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type MetadataCorrelationProperties Constructor Description MetadataCorrelationProperties(MetadataCorrelationProperties template)Copy/clone constructor. -
Uses of MetadataCorrelationProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return MetadataCorrelationProperties Modifier and Type Method Description MetadataCorrelationPropertiesCanonicalVocabularyClassificationRequestBody. getMetadataCorrelationProperties()Return the properties used to correlate the external metadata element with the open metadata element.MetadataCorrelationPropertiesControlledGlossaryTermRequestBody. getMetadataCorrelationProperties()Return the properties used to correlate the external metadata element with the open metadata element.MetadataCorrelationPropertiesGlossaryRequestBody. getMetadataCorrelationProperties()Return the properties used to correlate the external metadata element with the open metadata element.MetadataCorrelationPropertiesTaxonomyClassificationRequestBody. getMetadataCorrelationProperties()Return the properties used to correlate the external metadata element with the open metadata element.MetadataCorrelationPropertiesUpdateRequestBody. getMetadataCorrelationProperties()Return the properties used to correlate the external metadata element with the open metadata element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type MetadataCorrelationProperties Modifier and Type Method Description voidCanonicalVocabularyClassificationRequestBody. setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)Set up the properties used to correlate the external metadata element with the open metadata element.voidControlledGlossaryTermRequestBody. setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)Set up the properties used to correlate the external metadata element with the open metadata element.voidGlossaryRequestBody. setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)Set up the properties used to correlate the external metadata element with the open metadata element.voidTaxonomyClassificationRequestBody. setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)Set up the properties used to correlate the external metadata element with the open metadata element.voidUpdateRequestBody. setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)Set up the properties used to correlate the external metadata element with the open metadata element.
-