Uses of Class
com.ads.api.beans.common.SDIClassification
Packages that use SDIClassification
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to Catalogs, SubCatalogs of Catalogs,Business Terms,Associated BusinessTerms, Associated TechnicalMetadata and Associated Documents related to BusinessTerms.
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 Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
-
Uses of SDIClassification in com.ads.api.beans.bgm
Methods in com.ads.api.beans.bgm that return types with arguments of type SDIClassificationModifier and TypeMethodDescriptionBusinessObject.getSDIClassifications()Returns the list of sdiClassifications of the business object.Methods in com.ads.api.beans.bgm with parameters of type SDIClassificationModifier and TypeMethodDescriptionBusinessObject.addSDIClassification(SDIClassification classification) It adds the given sdiClassification object to the list.Method parameters in com.ads.api.beans.bgm with type arguments of type SDIClassificationModifier and TypeMethodDescriptionvoidBusinessObject.setSDIClassifications(List<SDIClassification> sdiClassifications) Method sets the list of sdiClassifications to the business object as specified. -
Uses of SDIClassification in com.ads.api.beans.sm
Methods in com.ads.api.beans.sm that return types with arguments of type SDIClassificationModifier and TypeMethodDescriptionSMColumn.getSDIClassifications()Returns the list of sdiClassifications of the column.SMEnvironment.getSDIClassifications()Returns the list of sdiClassifications of the environment.SMSystem.getSDIClassifications()Returns the list of sdiClassifications of the system.SMTable.getSDIClassifications()Returns the list of sdiClassifications of the table.Methods in com.ads.api.beans.sm with parameters of type SDIClassificationModifier and TypeMethodDescriptionSMColumn.addSDIClassification(SDIClassification classification) It adds the given sdiClassification object to the list.SMEnvironment.addSDIClassification(SDIClassification classification) It adds the given sdiClassification object to the list.SMSystem.addSDIClassification(SDIClassification classification) It adds the given sdiClassification object to the list.SMTable.addSDIClassification(SDIClassification classification) It adds the given sdiClassification object to the list.Method parameters in com.ads.api.beans.sm with type arguments of type SDIClassificationModifier and TypeMethodDescriptionvoidSMColumn.setSDIClassifications(List<SDIClassification> sdiClassifications) Method sets the list of sdiClassifications to the column as specified.voidSMEnvironment.setSDIClassifications(List<SDIClassification> sdiClassifications) Method sets the list of sdiClassifications to the environment as specified.voidSMSystem.setSDIClassifications(List<SDIClassification> sdiClassifications) Method sets the list of sdiClassifications to the system as specified.voidSMTable.setSDIClassifications(List<SDIClassification> sdiClassifications) Method sets the list of sdiClassifications to the table as specified. -
Uses of SDIClassification in com.ads.api.util
Method parameters in com.ads.api.util with type arguments of type SDIClassificationModifier and TypeMethodDescriptionSystemManagerUtil.addSDIClassifications(Node.NodeType nodeType, Map<Integer, List<SDIClassification>> mapObjectIdsListSDIClassifications) This function is used to insert a list of SDI classifications for theĀ specified nodeType. -
Uses of SDIClassification in com.ads.mm.db.dao
Methods in com.ads.mm.db.dao that return types with arguments of type SDIClassificationModifier and TypeMethodDescriptionDBColumn.getSdiClassifications()DBEnvironment.getSdiClassifications()DBTable.getSdiClassifications()Method parameters in com.ads.mm.db.dao with type arguments of type SDIClassificationModifier and TypeMethodDescriptionvoidDBColumn.setSdiClassifications(List<SDIClassification> sdiClassifications) voidDBEnvironment.setSdiClassifications(List<SDIClassification> sdiClassifications) voidDBTable.setSdiClassifications(List<SDIClassification> sdiClassifications)