java.lang.Object
org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyElementBase
org.odpi.openmetadata.frameworks.connectors.properties.AssetLineage
Direct Known Subclasses:
ConnectedAssetLineage

public class AssetLineage extends AssetPropertyElementBase
Lineage shows the origin of the connected asset. It covers:
  • Design lineage - the known data movement and data stores that can supply data to this asset.
  • Operational lineage - showing the jobs that ran to create this asset
Currently lineage is not implemented in the ConnectedAssetProperties interface because more design work is needed. This class is therefore a placeholder for lineage information.
  • Constructor Details

    • AssetLineage

      public AssetLineage()
      Typical constructor.
    • AssetLineage

      public AssetLineage(AssetLineage templateLineage)
      Copy/clone constructor.
      Parameters:
      templateLineage - lineage object to copy.
  • Method Details

    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style