Class RequestedCatalogTarget

java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties
org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
org.odpi.openmetadata.frameworks.integration.properties.RequestedCatalogTarget
Direct Known Subclasses:
CatalogTargetProcessorBase

public class RequestedCatalogTarget extends org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
RequestedCatalogTarget describes a catalog target that an integration connector should refresh.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
    RequestedCatalogTarget(org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget template, org.odpi.openmetadata.frameworks.connectors.Connector connectorToTarget)
    Copy/clone constructor
    Copy/clone constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object objectToCompare)
    Return comparison result based on the content of the properties.
    org.odpi.openmetadata.frameworks.connectors.Connector
     
    int
    Return hash code for this object
    void
    setCatalogTargetConnector(org.odpi.openmetadata.frameworks.connectors.Connector catalogTargetConnector)
     
    JSON-style toString

    Methods inherited from class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget

    getCatalogTargetElement, getRelationshipGUID, getRelationshipVersions, setCatalogTargetElement, setRelationshipGUID, setRelationshipVersions

    Methods inherited from class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTargetProperties

    getCatalogTargetName, getConfigurationProperties, getConnectionName, getDeleteMethod, getMetadataSourceQualifiedName, getPermittedSynchronization, getTemplateProperties, setCatalogTargetName, setConfigurationProperties, setConnectionName, setDeleteMethod, setMetadataSourceQualifiedName, setPermittedSynchronization, setTemplateProperties

    Methods inherited from class java.lang.Object

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

    • RequestedCatalogTarget

      public RequestedCatalogTarget()
      Default constructor
    • RequestedCatalogTarget

      public RequestedCatalogTarget(org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget template, org.odpi.openmetadata.frameworks.connectors.Connector connectorToTarget)
      Copy/clone constructor
      Parameters:
      template - object to copy
      connectorToTarget - connector to access the target resource
    • RequestedCatalogTarget

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

    • getCatalogTargetConnector

      public org.odpi.openmetadata.frameworks.connectors.Connector getCatalogTargetConnector()
    • setCatalogTargetConnector

      public void setCatalogTargetConnector(org.odpi.openmetadata.frameworks.connectors.Connector catalogTargetConnector)
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class org.odpi.openmetadata.frameworks.governanceaction.properties.CatalogTarget
      Returns:
      int hash code