Uses of Enum Class
com.ads.api.beans.common.APIConstants.EndPointType
Packages that use APIConstants.EndPointType
Package
Description
Contains Collection Classes,Java Bean Classes which are common to all the modules like AMMObjectTypes, APIConstants, ImportHelper etc.
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...
-
Uses of APIConstants.EndPointType in com.ads.api.beans.common
Methods in com.ads.api.beans.common that return APIConstants.EndPointTypeModifier and TypeMethodDescriptionstatic APIConstants.EndPointTypeAPIConstants.EndPointType.getEndPointType(String value) Node.getEndPointType()static APIConstants.EndPointTypeReturns the enum constant of this class with the specified name.static APIConstants.EndPointType[]APIConstants.EndPointType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ads.api.beans.common with parameters of type APIConstants.EndPointTypeModifier and TypeMethodDescriptionvoidNode.setEndPointType(APIConstants.EndPointType endPointType) -
Uses of APIConstants.EndPointType in com.ads.api.util
Methods in com.ads.api.util with parameters of type APIConstants.EndPointTypeModifier and TypeMethodDescriptionLineageUtil.getColumnDetails(APIConstants.EndPointType endPointType, int mappingSequenceId) Returns the Listobject for the specified mappingSequenceId. LineageUtil.getColumnDetails(APIConstants.EndPointType endPointType, ArrayList<Integer> mappingSequenceIds) Returns the Map<Integer, List> object for the specified list of mappingSequenceIds. LineageUtil.getColumns(APIConstants.EndPointType endPointType, String systemName, String environmentName, String tableName, EnumSet<APIConstants.PropertiesType> propertiesTypes, String projectIds) Returns the Listobjects for the specified systemName, environmentName and tableName. LineageUtil.getColumns(APIConstants.EndPointType endPointType, HashMap<String, HashMap<String, ArrayList<String>>> systemEnvironmentTableMap, EnumSet<APIConstants.PropertiesType> propertiesTypes, String projectIds) Returns the Map<String, Map<String, Map<String, List>>> object for the specified systemEnvironmentTableMap. LineageUtil.getEnvironments(APIConstants.EndPointType endPointType, String systemName, String projectIds) Returns the Listobjects for the specified systemName. LineageUtil.getEnvironments(APIConstants.EndPointType endPointType, ArrayList<String> systemNames, String projectIds) Returns the Map<String, List> object for the specified list of systemNames. LineageUtil.getTables(APIConstants.EndPointType endPointType, String systemName, String environmentName, String projectIds) Returns the Listobjects for the specified systemName and environmentName. LineageUtil.getTables(APIConstants.EndPointType endPointType, HashMap<String, ArrayList<String>> systemEnvironmentMap, String projectIds) Returns the Map<String, Map<String, List>> object for the specified systemEnvironmentMap.