Interface CorrelatedMetadataElement

All Known Implementing Classes:
AssetElement, CommentElement, ConnectionElement, ConnectorTypeElement, DataAssetElement, EndpointElement, ExternalReferenceElement, ExternalReferenceLinkElement, GlossaryCategoryElement, GlossaryElement, GlossaryTermElement, GovernanceDefinitionElement, InformalTagElement, LikeElement, NoteElement, NoteLogElement, PortElement, ProcessElement, RatingElement, ReferenceableElement, SchemaAttributeElement, SchemaTypeElement, SoftwareCapabilityElement, ValidValueElement

public interface CorrelatedMetadataElement
CorrelatedMetadataElement is the common interface for all metadata elements. It adds the header information that is stored with the properties. This includes detains of its unique identifier, type and origin.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.odpi.openmetadata.frameworks.governanceaction.properties.MetadataCorrelationHeader>
    Return the details of the external identifier and other correlation properties about the metadata source.
    org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader
    Return the element header associated with the open metadata element.
    void
    setCorrelationHeaders(List<org.odpi.openmetadata.frameworks.governanceaction.properties.MetadataCorrelationHeader> correlationHeaders)
    Set up the details of the external identifier and other correlation properties about the metadata source.
    void
    setElementHeader(org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader elementHeader)
    Set up the element header associated with the open metadata element.
  • Method Details

    • getElementHeader

      org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader getElementHeader()
      Return the element header associated with the open metadata element.
      Returns:
      element header object
    • setElementHeader

      void setElementHeader(org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader elementHeader)
      Set up the element header associated with the open metadata element.
      Parameters:
      elementHeader - element header object
    • getCorrelationHeaders

      List<org.odpi.openmetadata.frameworks.governanceaction.properties.MetadataCorrelationHeader> getCorrelationHeaders()
      Return the details of the external identifier and other correlation properties about the metadata source. There is one entry in the list for each element in the third party technology that maps to the single open source element.
      Returns:
      list of correlation properties objects
    • setCorrelationHeaders

      void setCorrelationHeaders(List<org.odpi.openmetadata.frameworks.governanceaction.properties.MetadataCorrelationHeader> correlationHeaders)
      Set up the details of the external identifier and other correlation properties about the metadata source. There is one entry in the list for each element in the third party technology that maps to the single open source element.
      Parameters:
      correlationHeaders - list of correlation properties objects