Uses of Enum Class
com.ads.api.beans.common.APIConstants.FilePathType
Packages that use APIConstants.FilePathType
Package
Description
Contains Collection Classes,Java Bean Classes which are common to all the modules like AMMObjectTypes, APIConstants, ImportHelper etc.
Contains Collection Classes, Java Bean Classes which are related to ImportFileType, ImportType, filePath, mailComments and its details to Mappings, MappingSpecifications, Project and Subject.
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs, ROle, Business Glossary Catalog, Document etc...
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.
GreenPlum, Oracle, Netezza, SqlServer, SalesForce etc...and utility information like Table, View, synonym, ActualTableName, Precision, BufferLength specific to every Database Type.
-
Uses of APIConstants.FilePathType in com.ads.api.beans.common
Methods in com.ads.api.beans.common that return APIConstants.FilePathTypeModifier and TypeMethodDescriptionstatic APIConstants.FilePathTypeAPIConstants.FilePathType.getFilePathType(String value) Document.getFilePathType()Returns the path type of the given file.i.e ABSOLUTE OR RELATIVEImportHelper.getFilePathType()Returns the path type of the given file.i.e ABSOLUTE OR RELATIVEstatic APIConstants.FilePathTypeReturns the enum constant of this class with the specified name.static APIConstants.FilePathType[]APIConstants.FilePathType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ads.api.beans.common with parameters of type APIConstants.FilePathTypeModifier and TypeMethodDescriptionvoidDocument.setFilePathType(APIConstants.FilePathType filePathType) Method sets the path type for the specified file.voidImportHelper.setFilePathType(APIConstants.FilePathType filePathType) Method sets the path type for the specified file. -
Uses of APIConstants.FilePathType in com.ads.api.beans.mm.helper
Methods in com.ads.api.beans.mm.helper that return APIConstants.FilePathTypeModifier and TypeMethodDescriptionMappingImportHelper.getFilePathType()Returns the path type of the given file.i.e ABSOLUTE OR RELATIVEMethods in com.ads.api.beans.mm.helper with parameters of type APIConstants.FilePathTypeModifier and TypeMethodDescriptionvoidMappingImportHelper.setFilePathType(APIConstants.FilePathType filePathType) Method sets the path type for the specified file. -
Uses of APIConstants.FilePathType in com.ads.api.util
Methods in com.ads.api.util with parameters of type APIConstants.FilePathTypeModifier and TypeMethodDescriptionDocumentUtil.updateDocument(Node.NodeType nodeType, int nodeId, String documentName, 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. -
Uses of APIConstants.FilePathType in com.ads.mm.db.util
Methods in com.ads.mm.db.util that return APIConstants.FilePathTypeModifier and TypeMethodDescriptionDBHelper.getFilePathType()Returns the path type of the given file.i.e ABSOLUTE OR RELATIVEMethods in com.ads.mm.db.util with parameters of type APIConstants.FilePathTypeModifier and TypeMethodDescriptionvoidDBHelper.setFilePathType(APIConstants.FilePathType filePathType) Method sets the path type for the specified file.