Uses of Class
com.ads.api.beans.bgm.Catalog
Packages that use Catalog
Package
Description
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 Catalog in com.ads.api.util
Methods in com.ads.api.util that return CatalogModifier and TypeMethodDescriptionBusinessGlossaryUtil.getCatalog(int catalogId) Returns the catalog object for the specified catalogId.BusinessGlossaryUtil.getCatalog(int objectTypeId, int parentCatalogId, String name) Returns the catalog object for the specified catalogName and parentCatalogId.Methods in com.ads.api.util that return types with arguments of type CatalogModifier and TypeMethodDescriptionBusinessGlossaryUtil.getAllCatalogs(int fillOptions) Returns the list of all catalog objects present in the BusinessGlossary module.BusinessGlossaryUtil.getCatalogs(int parentCatalogId) Returns the Listobjects for the specified parentCatalogId. BusinessGlossaryUtil.getCatalogs(int parentCatalogId, int fillOptions) Returns the list of catalog objects for the specified parentCatalogId and fillOptions.BusinessGlossaryUtil.getCatalogs(List<Integer> catalogIds) Returns the Listobjects for the specified catalogIds. BusinessGlossaryUtil.getCatalogs(List<Integer> catalogIds, int fillOptions) Returns the list of catalog objects for the specified catalogIds and fillOptions.BusinessGlossaryUtil.getCatalogsByAssetType(String assetTypeName, int fillOptions) Returns the list of catalog objects for the specified assetTypeName and fillExtendedProperties.BusinessGlossaryUtil.getCatalogsByAssetTypeId(int assetTypeId, int fillOptions) Returns the list of catalog objects for the specified assetTypeId and fillExtendedProperties.Methods in com.ads.api.util with parameters of type CatalogModifier and TypeMethodDescriptionBusinessGlossaryUtil.createCatalog(Catalog catalog) Creates the catalog for the given input (catalog) object.BusinessGlossaryUtil.updateCatalog(Catalog catalog) Updates the catalog with the specified catalog object.Method parameters in com.ads.api.util with type arguments of type CatalogModifier and TypeMethodDescriptionBusinessGlossaryUtil.createCatalogs(List<Catalog> catalogs, int fillOptions) Creates the list of catalogs for the given catalog objects list.BusinessGlossaryUtil.updateCatalogs(List<Catalog> catalogs, int fillOptions) Updates the catalogs for the specified catalog objects and fillOptions. -
Uses of Catalog in com.ads.services.webservice.rest
Method parameters in com.ads.services.webservice.rest with type arguments of type CatalogModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntityBusinessGlossaryResource.createCatalogs(List<Catalog> catalogs, int fillOptions) Creates the list of catalogs for the given catalog objects list.org.springframework.http.ResponseEntityBusinessGlossaryResource.updateCatalogs(List<Catalog> catalogs, int fillOptions) Updates the list of catalogs for the given catalog objects list.