Uses of Class
com.ads.api.beans.common.Lineage
Packages that use Lineage
Package
Description
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs, ROle, Business Glossary Catalog, Document etc...
Contains Resource Classes, methods related to System, Environment, Table, Column, Mappings, Subject, Business Catalogs, Tags, Associations, Files etc., includes the user authentication for the REST services methods.
-
Uses of Lineage in com.ads.api.util
Methods in com.ads.api.util that return LineageModifier and TypeMethodDescriptionLineageUtil.getColumnLineage(APIConstants.LineageType lineageType, String systemName, String environmentName, String tableName, String columnName, String projectIds) Returns the Lineage object for the specified system, environment, table and column name.LineageUtil.getEnvironmentLineage(APIConstants.LineageType lineageType, String systemName, String environmentName, String projectIds) Returns the Lineage object for the specified system and environment name.LineageUtil.getSystemLineage(APIConstants.LineageType lineageType, String systemName, String projectIds) Returns the Lineage object for the specified system name.LineageUtil.getTableLineage(APIConstants.LineageType lineageType, String systemName, String environmentName, String tableName, String projectIds) Returns the Lineage object for the specified system, environment and table name. -
Uses of Lineage in com.ads.services.webservice.rest
Methods in com.ads.services.webservice.rest that return types with arguments of type LineageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Lineage>LineageResource.getColumnLineage(APIConstants.LineageType lineageType, String systemName, String environmentName, String tableName, String columnName, String projectIds) Returns the lineage object response for the specified system, environment, table and column name.org.springframework.http.ResponseEntity<Lineage>LineageResource.getEnvironmentLineage(APIConstants.LineageType lineageType, String systemName, String environmentName, String projectIds) Returns the lineage object response for the specified system and environment name.org.springframework.http.ResponseEntity<Lineage>LineageResource.getSystemLineage(APIConstants.LineageType lineageType, String systemName, String projectIds) Returns the system lineage object response for the specified system name.org.springframework.http.ResponseEntity<Lineage>LineageResource.getTableLineage(APIConstants.LineageType lineageType, String systemName, String environmentName, String tableName, String projectIds) Returns the lineage object response for the specified system, environment and table name.