All Known Implementing Classes:
GovernanceActionElement, GovernanceActionTypeElement, GovernanceEngineElement, GovernanceServiceElement, IntegrationConnectorElement, IntegrationGroupElement, RegisteredGovernanceServiceElement, RegisteredIntegrationConnectorElement

public interface MetadataElement
MetadataElement 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
    Return the element header associated with the open metadata element.
    void
    Set up the element header associated with the open metadata element.
  • Method Details

    • getElementHeader

      ElementHeader getElementHeader()
      Return the element header associated with the open metadata element.
      Returns:
      element header object
    • setElementHeader

      void setElementHeader(ElementHeader elementHeader)
      Set up the element header associated with the open metadata element.
      Parameters:
      elementHeader - element header object