Uses of Enum Class
com.ads.api.beans.common.APIConstants.SelectionCriteria
Packages that use APIConstants.SelectionCriteria
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.SelectionCriteria in com.ads.api.beans.common
Methods in com.ads.api.beans.common that return APIConstants.SelectionCriteriaModifier and TypeMethodDescriptionAPIConstants.SelectionCriteria.getSelectionCriteria(String value) Returns the enum constant of this class with the specified name.static APIConstants.SelectionCriteria[]APIConstants.SelectionCriteria.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of APIConstants.SelectionCriteria in com.ads.api.util
Methods in com.ads.api.util with parameters of type APIConstants.SelectionCriteriaModifier 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.MappingManagerUtil.exportMappingXml(int nodeId, Node.NodeType nodeType, APIConstants.SelectionCriteria selectionCriteria) Mapping Specifications are exported to XML for the specified nodeId.