Package org.odpi.openmetadata.accessservices.discoveryengine.converters


package org.odpi.openmetadata.accessservices.discoveryengine.converters
Provides the converters that take beans from the repository services (eg entities and relationships) and converts them into Discovery Engine OMAS beans to return to the caller.
  • Classes
    Class
    Description
    AnnotationConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail object into an Annotation bean.
    ConnectionConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail and Relationship objects into a Connection bean (or a VirtualConnection bean).
    DataFieldConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DataField bean.
    DiscoveryAnalysisReportConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail object into an DiscoveryAnalysisReport bean.
    DiscoveryEnginePropertiesConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DiscoveryEngineProperties bean.
    DiscoveryServicePropertiesConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DiscoveryServiceProperties bean.
    RegisteredDiscoveryServiceConverter transfers the relevant properties from a DiscoveryServiceProperties bean and the Open Metadata Repository Services (OMRS) Relationship object into a RegisteredDiscoveryService bean.