Uses of Enum Class
com.ads.api.beans.common.APIConstants.DeleteMode
Packages that use APIConstants.DeleteMode
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.DeleteMode in com.ads.api.beans.common
Methods in com.ads.api.beans.common that return APIConstants.DeleteModeModifier and TypeMethodDescriptionstatic APIConstants.DeleteModeAPIConstants.DeleteMode.getDeleteMode(String value) static APIConstants.DeleteModeReturns the enum constant of this class with the specified name.static APIConstants.DeleteMode[]APIConstants.DeleteMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of APIConstants.DeleteMode in com.ads.api.util
Methods in com.ads.api.util with parameters of type APIConstants.DeleteModeModifier and TypeMethodDescriptionCodesetManagerUtil.deleteCodeValue(int codeValueId, APIConstants.DeleteMode deleteMode) Deletes the code value with the specified codeValueId and deleteMode.CodesetManagerUtil.deleteCodeValues(int codesetId, APIConstants.DeleteMode deleteMode) Deletes the list of codevalue objects with the specified codesetId and deleteMode.CodesetManagerUtil.deleteCodeValues(List<Integer> codeValueIds, APIConstants.DeleteMode deleteMode) Deletes the list of code value objects with the specified codeValueIds list and deleteMode.