Uses of Enum Class
com.ads.api.beans.common.APIConstants.LoadOptions
Packages that use APIConstants.LoadOptions
Package
Description
Contains Collection Classes,Java Bean Classes which are common to all the modules like AMMObjectTypes, APIConstants, ImportHelper etc.
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 APIConstants.LoadOptions in com.ads.api.beans.common
Methods in com.ads.api.beans.common that return APIConstants.LoadOptionsModifier and TypeMethodDescriptionstatic APIConstants.LoadOptionsAPIConstants.LoadOptions.getLoadOptions(String value) static APIConstants.LoadOptionsReturns the enum constant of this class with the specified name.static APIConstants.LoadOptions[]APIConstants.LoadOptions.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of APIConstants.LoadOptions in com.ads.api.util
Methods in com.ads.api.util with parameters of type APIConstants.LoadOptionsModifier and TypeMethodDescriptionSystemManagerUtil.loadEnvironment(int systemId, String environmentName, boolean useRefrenceId, APIConstants.LoadOptions loadOptions) Loads the Environment for the specified systemId, environmentName and useReferenceId.