Uses of Class
com.ads.api.beans.csm.CSMEnvironment
Packages that use CSMEnvironment
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to Categories, Codesets, Code Values, Codeset Maps.
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...
-
Uses of CSMEnvironment in com.ads.api.beans.csm
Methods in com.ads.api.beans.csm that return types with arguments of type CSMEnvironmentMethod parameters in com.ads.api.beans.csm with type arguments of type CSMEnvironmentModifier and TypeMethodDescriptionvoidCodeset.setEnvironments(List<CSMEnvironment> environments) Sets the list of environments objects as specified. -
Uses of CSMEnvironment in com.ads.api.util
Methods in com.ads.api.util that return CSMEnvironmentModifier and TypeMethodDescriptionCodesetManagerUtil.getEnvironment(int environmentId) Returns the environment object for the specified environmentId.Methods in com.ads.api.util that return types with arguments of type CSMEnvironmentModifier and TypeMethodDescriptionCodesetManagerUtil.getEnvironments()Returns the list of environments along with all the details regarding each environment.Methods in com.ads.api.util with parameters of type CSMEnvironmentModifier and TypeMethodDescriptionCodesetManagerUtil.createEnvironment(CSMEnvironment csmEnvironment) CSMEnvironment is added for the specified environment object.CodesetManagerUtil.deleteEnvironment(CSMEnvironment csmEnvironment) Deletes the environment with the specified environmen object.CodesetManagerUtil.updateEnvironment(CSMEnvironment csmEnvironment) Updates the environment with the specified environment object.Method parameters in com.ads.api.util with type arguments of type CSMEnvironmentModifier and TypeMethodDescriptionCodesetManagerUtil.createEnvironments(List<CSMEnvironment> csmEnvironments) List of environments are added for the specified list of environment objects.