Package | Description |
---|---|
com.ads.api.beans.common |
Contains Collection Classes,Java Bean Classes which are specific to Mappings, Assigned Resources of the Project, Documents related to projects.
|
com.ads.api.util |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs etc...
|
Modifier and Type | Method and Description |
---|---|
static APIConstants.VersionMode |
APIConstants.VersionMode.getVersionMode(java.lang.String value) |
static APIConstants.VersionMode |
APIConstants.VersionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.VersionMode[] |
APIConstants.VersionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RequestStatus |
MappingManagerUtil.deleteMapping(int mapId,
APIConstants.VersionMode versionMode,
float versionNo)
Deletes the mapping of the specified mapId, versionMode.
|
RequestStatus |
MappingManagerUtil.deleteMapping(int nodeId,
Node.NodeType nodeType,
java.lang.String mapName,
APIConstants.VersionMode versionMode,
float versionNo)
Deletes the map for the specified mapName of the given nodeType and nodeId.
|
RequestStatus |
MappingManagerUtil.deleteMappings(int nodeId,
Node.NodeType nodeType,
APIConstants.VersionMode versionMode,
float versionNo)
Deletes the mappings of the given nodeType and nodeId.
|
RequestStatus |
MappingManagerUtil.deleteMappings(int nodeId,
Node.NodeType nodeType,
java.util.List<java.lang.String> mapNames,
APIConstants.VersionMode versionMode,
float versionNo)
Deletes the mappings of the specified List of mapNames of the given nodeType and nodeId.
|
RequestStatus |
MappingManagerUtil.deleteMappings(java.util.List<java.lang.Integer> mappingIds,
APIConstants.VersionMode versionMode,
float versionNo)
Deletes the mappings of the specified mappingIds.
|