Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.MetadataCorrelationHeader
-
Packages that use MetadataCorrelationHeader Package Description org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of MetadataCorrelationHeader in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return types with arguments of type MetadataCorrelationHeader Modifier and Type Method Description List<MetadataCorrelationHeader>ConnectionElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>ConnectorTypeElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>DataAssetElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>EndpointElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>GlossaryCategoryElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>GlossaryElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>GlossaryTermElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>GovernanceDefinitionElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>MetadataElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>PortElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>ProcessElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>SchemaAttributeElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>SchemaTypeElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>SoftwareServerCapabilityElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.List<MetadataCorrelationHeader>ValidValueElement. getCorrelationHeaders()Return the details of the external identifier and other correlation properties about the metadata source.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with type arguments of type MetadataCorrelationHeader Modifier and Type Method Description voidConnectionElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidConnectorTypeElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidDataAssetElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidEndpointElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidGlossaryCategoryElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidGlossaryElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidGlossaryTermElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidGovernanceDefinitionElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidMetadataElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidPortElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidProcessElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidSchemaAttributeElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidSchemaTypeElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidSoftwareServerCapabilityElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.voidValidValueElement. setCorrelationHeaders(List<MetadataCorrelationHeader> correlationHeaders)Set up the details of the external identifier and other correlation properties about the metadata source.Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type MetadataCorrelationHeader Constructor Description MetadataCorrelationHeader(MetadataCorrelationHeader template)Copy/clone constructor
-