Uses of Class
com.ads.api.beans.sm.SMColumn
Packages that use SMColumn
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to System, Environment,Table, Column and Node.
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 SMColumn in com.ads.api.beans.sm
Methods in com.ads.api.beans.sm that return SMColumnModifier and TypeMethodDescriptionSMColumn.addAssociationsList(com.ads.association.export.model.ExportedAssociation associationObj) It will not add association to this object as it is being used internally.SMColumn.addColumnIndex(SMIndex columnIndex) Method adds the columnIndex as specified.SMColumn.addExtendedProperty(KeyValue systemKeyValuesVo) SMColumn.addSDIClassification(SDIClassification classification) It adds the given sdiClassification object to the list.SMColumn.addValidValues(CodeValue validValue) Returns the SMColumn object.Returns SMColumn Object for the specified name of the column.SMColumn.setAssociationsList(List<com.ads.association.export.model.ExportedAssociation> associations) It will not set any associations particular to this object as it is being used internally.SMColumn.setColumnIndexes(List<SMIndex> columnIndexes) Method sets the columnIndexes as specified.SMColumn.setExtendedProperties(List<KeyValue> extendedProperties) Method sets the list of KeyValues to the column as specified.Methods in com.ads.api.beans.sm that return types with arguments of type SMColumnModifier and TypeMethodDescriptionSMIndex.getColumns()Returns the Collection of SMColumn objects.SMTable.getColumns()Returns the list of SMColumn objects.Methods in com.ads.api.beans.sm with parameters of type SMColumnModifier and TypeMethodDescriptionvoidAdds the SMColumn as specified.voidAdds the column as specified.voidAdds the column specified with the details given as SMColumn.voidSMTable.addColumnByReferenceId(SMColumn column) Adds the Column as specified.Method parameters in com.ads.api.beans.sm with type arguments of type SMColumnModifier and TypeMethodDescriptionvoidSMIndex.setColumns(List<SMColumn> columns) Adds the list of SMColumn objects as specified. -
Uses of SMColumn in com.ads.api.util
Methods in com.ads.api.util that return SMColumnModifier and TypeMethodDescriptionSystemManagerUtil.getColumn(int columnId) Returns SMColumn object for the specified columnId.SystemManagerUtil.getColumn(int columnId, int fillOptions) Returns SMColumn object for the specified columnId.Returns SMColumn object for the specified columnName of a particular table whose tableId also specified.SystemManagerUtil.getColumnByTableId(int tableId, String columnName) Returns SMColumn Object for the specified tableId and columnName.Methods in com.ads.api.util that return types with arguments of type SMColumnModifier 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. SystemManagerUtil.getColumns(int tableId) Returns all the associated columns of the particular table as a list of column objects , for which specifying the tableId is mandatory in order to retrieve the columns.SystemManagerUtil.getColumns(int tableId, int fillOptions) Returns all the associated columns of the particular table as a list of column objects , for which specifying the tableId and fillOptions parameters are mandatory in order to retrieve the columns.SystemManagerUtil.getColumns(List<Integer> ids, int fillOptions) Returns the list of SMColumn objects for the specified list of columnIds along with fillOptions value.SystemManagerUtil.getIndexColumns(int tableId, String indexName, int fillOptions) Returns List of SMColumn objects for the specified tableId of which columns have the specified indexName as index where each column object contains details like column name,column datatype,column length and column precision etc..and also contains details of column indexes, column extended properties ,valid values and extended properties of valid values based on the fillOptions parameter value passed with reference/addition ofAPIConstants.SMFillOptions.SystemManagerUtil.getTableColumns(int tableId) Deprecated.since 8.2.1Methods in com.ads.api.util with parameters of type SMColumnModifier and TypeMethodDescriptionSystemManagerUtil.createColumn(SMColumn column) Inserts Column for the specified SMColumn Object.SystemManagerUtil.updateColumn(SMColumn column, boolean useReferenceId) Updates the Column for the specified SMColumn Object. -
Uses of SMColumn in com.ads.services.webservice.rest
Method parameters in com.ads.services.webservice.rest with type arguments of type SMColumnModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntitySystemResource.createColumns(List<SMColumn> columns) Creates the list of columns for the specified list of SMColumn objects.org.springframework.http.ResponseEntitySystemResource.updateColumns(List<SMColumn> columns, boolean useReferenceId) Updates the list of columns for the specified list of SMColumn objects and useReferenceId.