Class IntegrationConnectorBuilder


public class IntegrationConnectorBuilder extends ProcessBuilder
IntegrationConnectorBuilder creates the parts of a root repository entity for an IntegrationConnector entity.
  • Method Details

    • getInstanceProperties

      public InstanceProperties getInstanceProperties(String methodName) throws InvalidParameterException
      Return the supplied bean properties in an InstanceProperties object.
      Overrides:
      getInstanceProperties in class ProcessBuilder
      Parameters:
      methodName - name of the calling method
      Returns:
      InstanceProperties object
      Throws:
      InvalidParameterException - there is a problem with the properties
    • getRegisteredIntegrationConnectorProperties

      public InstanceProperties getRegisteredIntegrationConnectorProperties(String methodName) throws InvalidParameterException
      Return the supplied bean properties in an InstanceProperties object.
      Parameters:
      methodName - name of the calling method
      Returns:
      InstanceProperties object
      Throws:
      InvalidParameterException - there is a problem with the properties
    • getCatalogTargetProperties

      public InstanceProperties getCatalogTargetProperties(String catalogTargetName, String methodName) throws InvalidParameterException
      Return the supplied bean properties in an InstanceProperties object.
      Parameters:
      catalogTargetName - name of the catalog target
      methodName - name of the calling method
      Returns:
      InstanceProperties object
      Throws:
      InvalidParameterException - there is a problem with the properties
    • getRegisteredIntegrationConnectorProperties

      public InstanceProperties getRegisteredIntegrationConnectorProperties(String catalogTargetName, String methodName) throws InvalidParameterException
      Return the supplied bean properties in an InstanceProperties object.
      Parameters:
      catalogTargetName - name of catalog target
      methodName - name of the calling method
      Returns:
      InstanceProperties object
      Throws:
      InvalidParameterException - there is a problem with the properties