Package | Description |
---|---|
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 |
---|---|
RequestStatus |
MappingManagerUtil.uploadMapping(int mapId,
MappingImportHelper mappingImportHelper)
Uploads the mappingSpecifications on the specified mapId of importFileType, importType specified in MappingImportHelper Object.
|
RequestStatus |
MappingManagerUtil.uploadMapping(int nodeId,
Node.NodeType nodeType,
MappingImportHelper mappingImportHelper)
Uploads the mappingSpecifications on the specified nodeId, nodeType of importFileType, importType specified in MappingImportHelper Object.
|