Uses of Class
com.ads.api.beans.bgm.AssetType
Packages that use AssetType
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 AssetType in com.ads.api.beans.bgm
Methods in com.ads.api.beans.bgm that return AssetTypeModifier and TypeMethodDescriptionBusinessObject.getAssetType()Returns the assetType details of the business object.Methods in com.ads.api.beans.bgm with parameters of type AssetTypeModifier and TypeMethodDescriptionvoidBusinessObject.setAssetType(AssetType assetType) Sets the assetType details as specified to the business object. -
Uses of AssetType in com.ads.api.util
Methods in com.ads.api.util that return AssetTypeModifier and TypeMethodDescriptionBusinessGlossaryUtil.getAssetType(int assetTypeId) Returns the assetType object for the specified assetTypeId.BusinessGlossaryUtil.getAssetType(String name) Returns the assetType object for the specified name.Methods in com.ads.api.util that return types with arguments of type AssetTypeModifier and TypeMethodDescriptionBusinessGlossaryUtil.getAllAssetTypes()Returns the list of all asstetType objects present in Business Glossary module.BusinessGlossaryUtil.getAssetTypes(List<Integer> assetTypeIds) Returns the Listobjects for the specified list of assetTypeIds. BusinessGlossaryUtil.getAssetTypesByNames(List<String> assetNames) Returns the Listobjects for the specified assetTypeNames. Methods in com.ads.api.util with parameters of type AssetTypeModifier and TypeMethodDescriptionBusinessGlossaryUtil.createAssetType(AssetType assetType) Creates the assetType for the given assetType object.BusinessGlossaryUtil.deleteAssetType(AssetType assetType) Deletes the assetType for the specified assetType object.BusinessGlossaryUtil.updateAssetType(AssetType assetType) Updates the assetType with the specified assetType object. -
Uses of AssetType in com.ads.services.webservice.rest
Method parameters in com.ads.services.webservice.rest with type arguments of type AssetTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntityBusinessGlossaryResource.createAssetTypes(List<AssetType> assetTypes) Creates the assetType for the given assetType object in the form of JSON.org.springframework.http.ResponseEntityBusinessGlossaryResource.updateAssetTypes(List<AssetType> assetTypes) Updates the assetTypes for the specified list of assetType objects.