Uses of Enum Class
com.ads.api.beans.common.APIConstants.ExportOption
Packages that use APIConstants.ExportOption
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.ExportOption in com.ads.api.beans.common
Methods in com.ads.api.beans.common that return APIConstants.ExportOptionModifier and TypeMethodDescriptionstatic APIConstants.ExportOptionAPIConstants.ExportOption.getExportOption(String value) Returns the ExportOption.static APIConstants.ExportOptionReturns the enum constant of this class with the specified name.static APIConstants.ExportOption[]APIConstants.ExportOption.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of APIConstants.ExportOption in com.ads.api.util
Methods in com.ads.api.util with parameters of type APIConstants.ExportOptionModifier and TypeMethodDescriptionMappingManagerUtil.exportAll(int nodeId, Node.NodeType nodeType, APIConstants.SelectionCriteria selectionCriteria, APIConstants.ExportOption exportOption, boolean includePseudoCode, boolean visibleColumns) Mapping Specifications are exported to excel for the specified nodeId.