Uses of Class
com.ads.api.beans.sm.SMTable
Packages that use SMTable
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 SMTable in com.ads.api.beans.sm
Methods in com.ads.api.beans.sm that return SMTableModifier and TypeMethodDescriptionSMTable.addAssociationsList(com.ads.association.export.model.ExportedAssociation associationObj) It will not add association to this object as it is being used internally.SMTable.addExtendedProperty(KeyValue extendedProperty) Adds the KeyValue Object for the specified table.SMTable.addSDIClassification(SDIClassification classification) It adds the given sdiClassification object to the list.SMSchema.getComponent(String tableName) Returns the SMTable Object for the specified tableName.SMTable.getParentTable()Returns the parentTable object of the table object.SMSchema.getSynonym(String tableName) Returns the SMTable Object for the specified tableName.SMColumn.getTable()Returns the SMTable object.Returns the SMTable Object for the specified tableName.SMSchema.getTable(String tableName, SMTable.SMTableType tableType) Returns the SMTable Object for the specified tableName.Returns the SMTable Object for the specified tableName.SMTable.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.SMTable.setColumnIndexes(List<SMIndex> columnIndexes) Method sets the list of columnIndexes as specified.SMTable.setExtendedProperties(List<KeyValue> extendedProperties) Method sets the list of KeyValue objects as specified.Methods in com.ads.api.beans.sm that return types with arguments of type SMTableModifier and TypeMethodDescriptionSMSchema.getAllTables()Returns the list of SMTable objects.SMSchema.getEntities(SMTable.SMTableType type) Returns the list of SMTable objects.SMSchema.getSynonyms()Returns the list of SMTable objects of type SYNONYM.SMEnvironment.getTables()Returns the list of SMTable objects.SMSchema.getTables()Returns the list of SMTable objects.SMSchema.getViews()Returns the list of SMTable objects of type VIEW.Methods in com.ads.api.beans.sm with parameters of type SMTableModifier and TypeMethodDescriptionvoidAdds the table to the SMTable Object.voidAdds the table to SMTable Object as specified in name.voidAdds Table as specified in SMTable Object.voidAdds the SMTable Object for the specified tableName.voidSMEnvironment.addTableByReferenceId(SMTable table) Adds the table to the SMTable Object by referenceId.voidSMTable.setParentTable(SMTable parentTable) Sets the parentTable as specified.voidMethod sets the _table as specified. -
Uses of SMTable in com.ads.api.util
Methods in com.ads.api.util that return SMTableModifier and TypeMethodDescriptionSystemManagerUtil.getTable(int tableId) Returns SMTable object for the specified tableId.SystemManagerUtil.getTable(int tableId, int fillOptions) Returns SMTable object for the specified tableId with fillOptions.SystemManagerUtil.getTableByEnvironmentId(int environmentId, String tableName) Returns SMTable object for the specified environmentId and tableName.Methods in com.ads.api.util that return types with arguments of type SMTableModifier and TypeMethodDescriptionSystemManagerUtil.getEnvironmentTables(int environmentId) Returns the List of tables for the specified environmentId.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. Returns the list of SMTable objects for the specified list of tableIds along with fillOptions value.Methods in com.ads.api.util with parameters of type SMTableModifier and TypeMethodDescriptionSystemManagerUtil.createTable(SMTable table) Inserts new Table for the specified SMTable Object.SystemManagerUtil.updateTable(SMTable table, boolean useReferenceId) Updates Table for the specified SMTable Object and useReferenceId. -
Uses of SMTable in com.ads.services.webservice.rest
Method parameters in com.ads.services.webservice.rest with type arguments of type SMTableModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntitySystemResource.createTables(List<SMTable> tables) Inserts new tables for the specified SMTable objects list.org.springframework.http.ResponseEntitySystemResource.updateTables(List<SMTable> tables, boolean useReferenceId) Updates the list of tables for the specified list of SMTable objects and useReferenceId.