Uses of Class
com.ads.api.beans.bgm.BusinessObject
Packages that use BusinessObject
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 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 BusinessObject in com.ads.api.beans.bgm
Subclasses of BusinessObject in com.ads.api.beans.bgmModifier and TypeClassDescriptionclassThis class provides some beans control methods related to Business Policy such as status and user defined fields etc..classThis class provides some beans control methods related to Business Rule such as status and user defined fields etc..classThis class provides some beans control methods related to Business Term such as termId, catalog in which it is present, its definition, description, related Notes, classification type, steward Name associated to it etc...and its related Audit Specifications.classThis class provides some beans control methods related to custom objects such as publish and rating etc.Methods in com.ads.api.beans.bgm that return BusinessObjectModifier and TypeMethodDescriptionBusinessObject.addSDIClassification(SDIClassification classification) It adds the given sdiClassification object to the list.Methods in com.ads.api.beans.bgm that return types with arguments of type BusinessObjectMethod parameters in com.ads.api.beans.bgm with type arguments of type BusinessObjectModifier and TypeMethodDescriptionvoidCatalog.setBusinessObjects(List<BusinessObject> businessObjects) -
Uses of BusinessObject in com.ads.api.util
Methods in com.ads.api.util that return BusinessObjectModifier and TypeMethodDescriptionBusinessGlossaryUtil.getObject(Node.NodeType nodeType, int businessObjectId) Returns the businessObject for the specified businessObjectId and nodeType.Methods in com.ads.api.util that return types with arguments of type BusinessObjectModifier and TypeMethodDescriptionBusinessGlossaryUtil.getObjects(Node.NodeType nodeType, int catalogId) Returns the list of businessObjects for the specified catalogId and nodeType.BusinessGlossaryUtil.getObjects(Node.NodeType nodeType, List<Integer> businessObjectIds) Returns the list of businessObjects for the specified list of businessObjectIds and nodeType.BusinessGlossaryUtil.getObjects(String assetName, String catalogPath) Returns the list of businessObjects for the specified catalogPath and assetName.Methods in com.ads.api.util with parameters of type BusinessObjectModifier and TypeMethodDescriptionBusinessGlossaryUtil.createObject(BusinessObject businessObject) Creates the businessObject for the given input object(businessObject).BusinessGlossaryUtil.createObject(Node.NodeType nodeType, BusinessObject businessObject) Creates the businessObject for the given input object(businessObject) and nodeType.BusinessGlossaryUtil.deleteObject(BusinessObject businessObject) Deletes the businessObject for the specified input object(businessObject).BusinessGlossaryUtil.updateObject(Node.NodeType nodeType, BusinessObject businessObject) Updates the businessObject for the given input object(businessObject) and nodeType.Method parameters in com.ads.api.util with type arguments of type BusinessObjectModifier and TypeMethodDescriptionBusinessGlossaryUtil.createObjects(Node.NodeType nodeType, List<BusinessObject> businessObjects) Creates the businessObjects for the given input objects(businessObjects list) and nodeType.BusinessGlossaryUtil.updateObjects(Node.NodeType nodeType, List<BusinessObject> businessObjects) Updates the businessObjects for the given nodeType and input list of objects(businessObjects list). -
Uses of BusinessObject in com.ads.services.webservice.rest
Method parameters in com.ads.services.webservice.rest with type arguments of type BusinessObjectModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntityBusinessGlossaryResource.createBusinessAssets(List<BusinessObject> businessAssets) Creates the businessAssets for the given input list of assets.org.springframework.http.ResponseEntityBusinessGlossaryResource.updateBusinessAssets(List<BusinessObject> businessAssets) Updates the businessAssets for the given input list of assets(businessObjects list).