Package org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.converters


package org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.converters
The converters are responsible for converting entities, classifications and relationships retrieved from the open metadata repositories into Open Connector Framework (OCF) beans. The inheritance structure follows closely to the inheritance structure of the beans themselves and the naming convention is consistent. The converter used is the one that corresponds to the desired bean. When a converter is created, it is passed the entity with its embedded classifications and a relationship if required on the constructor. The bean is retrieved by calling getBean().
  • Classes
    Class
    Description
    EventTypeConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a bean that inherits from EventTypeElement.
    AssetConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an Asset bean.
    CertificationConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail object into an Certification bean.
    CommentConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Comment bean.
    ConnectorTypeConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail object into an ConnectorType bean.
    EndpointConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail object into an Endpoint bean.
    ExternalIdentifierConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Referenceable bean.
    ExternalReferenceConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Referenceable bean.
    InformalTagConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an InformalTag bean.
    LicenseConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail object into an License bean.
    LikeConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Like bean.
    LocationConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Referenceable bean.
    MeaningConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Meaning bean.
    NoteConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Note bean.
    NoteLogConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a NoteLogHeader bean.
    RatingConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Rating bean.
    ReferenceableConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Referenceable bean.
    RelatedAssetConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Referenceable bean.
    RelatedMediaConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a RelatedMediaReference bean.
    LicenseConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail object into a License bean.
    SchemaTypeConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an SchemaType bean.
    SearchKeywordConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Referenceable bean.