Class ConnectorTypeConverter<B>


  • public class ConnectorTypeConverter<B>
    extends OpenMetadataAPIGenericConverter<B>
    ConnectorTypeConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a ConnectorTypeElement bean.
    • Constructor Detail

      • ConnectorTypeConverter

        public ConnectorTypeConverter​(OMRSRepositoryHelper repositoryHelper,
                                      String serviceName,
                                      String serverName)
        Constructor
        Parameters:
        repositoryHelper - helper object to parse entity/relationship objects
        serviceName - name of this component
        serverName - local server name
    • Method Detail

      • getNewBean

        public B getNewBean​(Class<B> beanClass,
                            EntityDetail entity,
                            String methodName)
                     throws PropertyServerException
        Using the supplied instances, return a new instance of the bean. This is used for beans that have contain a combination of the properties from an entity and a that os a connected relationship.
        Overrides:
        getNewBean in class OpenMetadataAPIGenericConverter<B>
        Parameters:
        beanClass - name of the class to create
        entity - entity containing the properties
        methodName - calling method
        Returns:
        bean populated with properties from the instances supplied
        Throws:
        PropertyServerException - there is a problem instantiating the bean
      • getNewBean

        public B getNewBean​(Class<B> beanClass,
                            EntityDetail entity,
                            Relationship relationship,
                            String methodName)
                     throws PropertyServerException
        Using the supplied instances, return a new instance of the bean. This is used for beans that have contain a combination of the properties from an entity and a that os a connected relationship.
        Overrides:
        getNewBean in class OpenMetadataAPIGenericConverter<B>
        Parameters:
        beanClass - name of the class to create
        entity - entity containing the properties
        relationship - relationship containing the properties
        methodName - calling method
        Returns:
        bean populated with properties from the instances supplied
        Throws:
        PropertyServerException - there is a problem instantiating the bean
      • getMetadataElementHeader

        public ElementHeader getMetadataElementHeader​(Class<B> beanClass,
                                                      InstanceHeader header,
                                                      String methodName)
                                               throws PropertyServerException
        Extract the properties from the entity or relationship.
        Parameters:
        beanClass - name of the class to create
        header - header from the entity containing the properties
        methodName - calling method
        Returns:
        filled out element header
        Throws:
        PropertyServerException - there is a problem in the use of the generic handlers because the converter has been configured with a type of bean that is incompatible with the handler
      • getElementStub

        public ElementStub getElementStub​(Class<B> beanClass,
                                          EntityProxy entityProxy,
                                          String methodName)
                                   throws PropertyServerException
        Extract the properties from the entity.
        Parameters:
        beanClass - name of the class to create
        entityProxy - entityProxy from the relationship containing the properties
        methodName - calling method
        Returns:
        filled out element header
        Throws:
        PropertyServerException - there is a problem in the use of the generic handlers because the converter has been configured with a type of bean that is incompatible with the handler