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.
-
Class Summary Class Description AnnotationConverter<B> AnnotationConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail object into an Annotation bean.ConnectionConverter<B> 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<B> DataFieldConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DataField bean.DiscoveryAnalysisReportConverter<B> DiscoveryAnalysisReportConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail object into an DiscoveryAnalysisReport bean.DiscoveryEnginePropertiesConverter<B> DiscoveryEnginePropertiesConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DiscoveryEngineProperties bean.DiscoveryServicePropertiesConverter<B> DiscoveryServicePropertiesConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DiscoveryServiceProperties bean.RegisteredDiscoveryServiceConverter RegisteredDiscoveryServiceConverter transfers the relevant properties from a DiscoveryServiceProperties bean and the Open Metadata Repository Services (OMRS) Relationship object into a RegisteredDiscoveryService bean.