Package | Description |
---|---|
com.ads.api.beans.common |
Contains Collection Classes,Java Bean Classes which are specific to Mappings, Assigned Resources of the Project, Documents related to projects.
|
com.ads.api.util |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs etc...
|
Modifier and Type | Method and Description |
---|---|
static APIConstants.PropertiesType |
APIConstants.PropertiesType.getPropertiesType(java.lang.String value) |
static APIConstants.PropertiesType |
APIConstants.PropertiesType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.PropertiesType[] |
APIConstants.PropertiesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<SMColumn>>>> |
LineageUtil.getColumns(APIConstants.EndPointType endPointType,
java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.util.ArrayList<java.lang.String>>> systemEnvironmentTableMap,
java.util.EnumSet<APIConstants.PropertiesType> propertiesTypes,
java.lang.String projectIds)
Returns the Map
|
java.util.List<SMColumn> |
LineageUtil.getColumns(APIConstants.EndPointType endPointType,
java.lang.String systemName,
java.lang.String environmentName,
java.lang.String tableName,
java.util.EnumSet<APIConstants.PropertiesType> propertiesTypes,
java.lang.String projectIds)
Returns the List
|