Class IntegrationConnectorProperties

java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorProperties

public class IntegrationConnectorProperties extends org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
IntegrationConnectorProperties contains the definition of an integration connector. This definition can be associated with multiple integration groups.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
    Copy/clone constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object objectToCompare)
    Compare the values of the supplied object with those stored in the current object.
    org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
    Return the connection used to create an instance of this integration connector.
    Retrieve the name of the technology used for this data asset.
    Returns the stored description property for the asset.
    Return the name of the resource that this asset represents.
    boolean
    Return whether the connector issues blocking calls and needs its own thread to run in.
    Set up the version identifier of the resource.
    int
    Create a hash code for this element type.
    void
    setConnection(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection connection)
    Set up the connection used to create an instance of this integration connector.
    void
    setDeployedImplementationType(String deployedImplementationType)
    Set up the name of the technology used for this data asset.
    void
    setDescription(String description)
    Set up the stored description property associated with the asset.
    void
    Set up the name of the resource that this asset represents.
    void
    setUsesBlockingCalls(boolean usesBlockingCalls)
    Set up whether the connector issues blocking calls and needs its own thread to run in.
    void
    setVersionIdentifier(String versionIdentifier)
    Set up the version identifier of the resource.
    Standard toString method.

    Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties

    getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties

    Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties

    getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IntegrationConnectorProperties

      public IntegrationConnectorProperties()
      Default constructor
    • IntegrationConnectorProperties

      public IntegrationConnectorProperties(IntegrationConnectorProperties template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getName

      public String getName()
      Return the name of the resource that this asset represents.
      Returns:
      string resource name
    • setName

      public void setName(String name)
      Set up the name of the resource that this asset represents.
      Parameters:
      name - string resource name
    • getVersionIdentifier

      public String getVersionIdentifier()
      Set up the version identifier of the resource.
      Returns:
      string version name
    • setVersionIdentifier

      public void setVersionIdentifier(String versionIdentifier)
      Set up the version identifier of the resource.
      Parameters:
      versionIdentifier - string version name
    • getDescription

      public String getDescription()
      Returns the stored description property for the asset. If no description is provided then null is returned.
      Returns:
      description String text
    • setDescription

      public void setDescription(String description)
      Set up the stored description property associated with the asset.
      Parameters:
      description - String text
    • getDeployedImplementationType

      public String getDeployedImplementationType()
      Retrieve the name of the technology used for this data asset.
      Returns:
      string name
    • setDeployedImplementationType

      public void setDeployedImplementationType(String deployedImplementationType)
      Set up the name of the technology used for this data asset.
      Parameters:
      deployedImplementationType - string name
    • getUsesBlockingCalls

      public boolean getUsesBlockingCalls()
      Return whether the connector issues blocking calls and needs its own thread to run in.
      Returns:
      flag
    • setUsesBlockingCalls

      public void setUsesBlockingCalls(boolean usesBlockingCalls)
      Set up whether the connector issues blocking calls and needs its own thread to run in.
      Parameters:
      usesBlockingCalls - flag
    • getConnection

      public org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection getConnection()
      Return the connection used to create an instance of this integration connector.
      Returns:
      Connection object
    • setConnection

      public void setConnection(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection connection)
      Set up the connection used to create an instance of this integration connector.
      Parameters:
      connection - connection object
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
      Returns:
      int hash code