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.FileExtension |
APIConstants.FileExtension.getFileExtension(java.lang.String value) |
static APIConstants.FileExtension |
APIConstants.FileExtension.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.FileExtension[] |
APIConstants.FileExtension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RequestStatus |
SystemManagerUtil.exportEnvironment(int environmentId,
APIConstants.FileExtension fileExtension)
Environment is exported to xml for the specified environmentId.
|
RequestStatus |
SystemManagerUtil.importEnvironment(int environmentId,
DBHelper dbHelper,
DBProperties.Operation dbOperation,
APIConstants.FileExtension fileExtension)
Imports the environment on the specified environmentId.
|