Package org.odpi.openmetadata.accessservices.dataengine.server.converters


package org.odpi.openmetadata.accessservices.dataengine.server.converters
Provides the converters that take beans from the repository services (eg entities and relationships) and converts them into DAta Engine OMAS beans to return to the caller.
  • Classes
    Class
    Description
    CollectionConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Collection bean.
    ConnectionConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Connection bean.
    ConnectorTypeConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a ConnectorTypeElement bean.
    DatabaseColumnConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DatabaseColumn bean.
    DatabaseConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Database bean.
    DatabaseSchemaConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DatabaseSchema bean.
    DatabaseTableConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a RelationalTable bean.
    DataFileConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DataFile bean.
    EndpointConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Endpoint bean.
    EventTypeConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a EventType bean.
    FileFolderConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a FileFolderElement bean.
    PortConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Port bean.
    ProcessConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Process bean.
    ReferenceableConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Referenceable bean.
    SchemaAttributeConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail object into a SchemaAttribute bean.
    SchemaTypeConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an SchemaType bean.
    TopicConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Topic bean.