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.SelectionCriteria |
APIConstants.SelectionCriteria.getSelectionCriteria(java.lang.String value) |
static APIConstants.SelectionCriteria |
APIConstants.SelectionCriteria.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.SelectionCriteria[] |
APIConstants.SelectionCriteria.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.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.
|
RequestStatus |
MappingManagerUtil.exportMappingXml(int nodeId,
Node.NodeType nodeType,
APIConstants.SelectionCriteria selectionCriteria)
Mapping Specifications are exported to XML for the specified nodeId.
|