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 |
SystemManagerUtil.importEnvironment(int environmentId,
DBHelper dbHelper,
DBProperties.Operation dbOperation,
APIConstants.FileExtension fileExtension)
Imports the environment on the specified environmentId.
|
DBEnvironment |
SystemManagerUtil.scanEnvironment(DBHelper dbHelper)
Loads an Environment for the specified dbHelper Object.
|
RequestStatus |
SystemManagerUtil.scanIntoEnvironment(int environmentId,
DBHelper dbHelper,
DBProperties.Operation dbOperation)
Scan and save the environment meta data into the specified environmentId
by specifying the dbOperation and dbHelper object.
|