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.beans.mm.helper |
Contains Collection Classes, Java Bean Classes which are related to ImportFileType, ImportType, filePath, mailComments and its details to Mappings, MappingSpecifications, Project and Subject.
|
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...
|
com.ads.mm.db.util |
Contains Collection Classes, Java Bean Classes which are specific to different DataBaseTypes such as CSV, DB2,
GreenPlum, Oracle, Netezza, SqlServer, SalesForce etc...and utility information like Table, View, synonym, ActualTableName, Precision, BufferLength specific to every Database Type. |
Modifier and Type | Method and Description |
---|---|
APIConstants.FilePathType |
Document.getFilePathType()
Returns the path type of the given file.i.e ABSOLUTE OR RELATIVE
|
APIConstants.FilePathType |
ImportHelper.getFilePathType()
Returns the path type of the given file.i.e ABSOLUTE OR RELATIVE
|
static APIConstants.FilePathType |
APIConstants.FilePathType.getFilePathType(java.lang.String value) |
static APIConstants.FilePathType |
APIConstants.FilePathType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.FilePathType[] |
APIConstants.FilePathType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.setFilePathType(APIConstants.FilePathType filePathType)
Method sets the path type for the specified file.
|
void |
ImportHelper.setFilePathType(APIConstants.FilePathType filePathType)
Method sets the path type for the specified file.
|
Modifier and Type | Method and Description |
---|---|
APIConstants.FilePathType |
MappingImportHelper.getFilePathType()
Returns the path type of the given file.i.e ABSOLUTE OR RELATIVE
|
Modifier and Type | Method and Description |
---|---|
void |
MappingImportHelper.setFilePathType(APIConstants.FilePathType filePathType)
Method sets the path type for the specified file.
|
Modifier and Type | Method and Description |
---|---|
RequestStatus |
DocumentUtil.updateDocument(Node.NodeType nodeType,
int nodeId,
java.lang.String documentName,
java.lang.String filePath,
APIConstants.FilePathType filePathType)
File of the document is updated with the given documentName and with the filePath and
filePathType specified.The supported values for the filePathType are
ABSOLUTE, RELATIVE.
|
Modifier and Type | Method and Description |
---|---|
APIConstants.FilePathType |
DBHelper.getFilePathType()
Returns the path type of the given file.i.e ABSOLUTE OR RELATIVE
|
Modifier and Type | Method and Description |
---|---|
void |
DBHelper.setFilePathType(APIConstants.FilePathType filePathType)
Method sets the path type for the specified file.
|