Class RequestedCatalogTarget

Direct Known Subclasses:
CatalogTargetProcessorBase

public class RequestedCatalogTarget extends CatalogTarget
RequestedCatalogTarget describes a catalog target that an integration connector should refresh.
  • Field Details

  • Constructor Details

    • RequestedCatalogTarget

      public RequestedCatalogTarget(CatalogTarget template, CatalogTargetContext catalogTargetContext, Connector connectorToTarget)
      Constructor for new catalog target processor
      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

    • getConnectorToTarget

      public Connector getConnectorToTarget()
      Return the connector to access the catalog target.
      Returns:
      connector
    • getIntegrationContext

      public CatalogTargetContext getIntegrationContext()
      Return the integration context for this catalog target.
      Returns:
      specialized context for this connector
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class 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 CatalogTarget
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class CatalogTarget
      Returns:
      int hash code