Index

A B C D E F G H I J K L M N O P R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABSOLUTE - Enum constant in enum class com.ads.api.beans.common.APIConstants.FilePathType
ABSOLUTE - Refers to the given file path type is Absolute.
Access - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Microsoft Access stores data in its own format based on the Access Jet Database Engine.
Access - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Microsoft Access stores data in its own format based on the Access Jet Database Engine.
ACCOUNT_EXPIRED - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
 
ACTIVE - Enum constant in enum class com.ads.api.beans.common.APIConstants.SelectionCriteria
ACTIVE - Refers to only the Active Elements.
ACTIVE - Enum constant in enum class com.ads.api.beans.common.APIConstants.Status
ACTIVE - Refers to only the Active Elements.
add(String) - Method in enum class com.ads.api.beans.kv.KeyValue.DisplayPolicy
 
addAssociatedCrossID(String) - Static method in class com.ads.mm.etl.xml.mapping.MMUUID
 
addAssociatedID(String) - Method in class com.ads.mm.etl.xml.mapping.MMUUID
 
addAssociatedUUID(String) - Method in class com.ads.mm.etl.xml.mapping.MMUUID
 
addAssociationsList(ExportedAssociation) - Method in class com.ads.api.beans.sm.SMColumn
It will not add association to this object as it is being used internally.
addAssociationsList(ExportedAssociation) - Method in class com.ads.api.beans.sm.SMEnvironment
It will not add association to this object as it is being used internally.
addAssociationsList(ExportedAssociation) - Method in class com.ads.api.beans.sm.SMTable
It will not add association to this object as it is being used internally.
addAssociationsList(ExportedAssociation) - Method in class com.ads.mm.db.dao.DBColumn
It will not add association to this object as it is being used internally.
addAssociationsList(ExportedAssociation) - Method in class com.ads.mm.db.dao.DBEnvironment
It will not add association to this object as it is being used internally.
addAssociationsList(ExportedAssociation) - Method in class com.ads.mm.db.dao.DBTable
It will not add association to this object as it is being used internally.
addCatalogSelection(String, Long) - Method in class com.erwin.api.beans.scheduler.MetadataELNJobOptions
 
addCatalogsSelection(String, List<Long>) - Method in class com.erwin.api.beans.scheduler.MetadataELNJobOptions
 
addChildNode(String, Node) - Method in class com.ads.api.beans.common.Node
Adds the childNode to the Node specified as parameter.
addCodeValue(int, CodeValue, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Codevalue is added for the specified codesetId, codevalue object and also extended properties are added only if the saveExtendedProperties flag is true.
addCodeValue(CodeValue) - Method in class com.ads.api.beans.csm.Codeset
Returns the Codeset object by adding the specified CodeValue object to the codeValues list.
addCodeValue(CodeValue, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Codevalue is added for the specified codevalue object and also extended properties are added only if the saveExtendedProperties flag is true.
addCodeValue(String, String, String, String, boolean) - Method in class com.ads.services.webservice.CodesetManagerService
Codevalue is added for the specified codeValue object and also extended properties are added only if the saveExtendedProperties flag is true.
addCodeValueAs(String, boolean, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codevalue is added for the specified codeValue object and also extended properties are added only if the saveExtendedProperties flag is true.
addCodeValues(int, List<CodeValue>, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Codevalues are added for the specified codesetId list of codevalue objects and also extended properties are added only if the saveExtendedProperties flag is true.
addCodeValues(String, String, String, String, boolean) - Method in class com.ads.services.webservice.CodesetManagerService
Codevalues are added for the specified codeValue objects and also extended properties are added only if the saveExtendedProperties flag is true.
addCodeValues(List<CodeValue>) - Method in class com.ads.api.beans.csm.Codeset
Returns the codeset object by adding the specified list of CodeValue objects to the codeValues list.
addCodeValues(List<CodeValue>, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Codevalues are added for the specified list of codevalue objects and also extended properties are added only if the saveExtendedProperties flag is true.
addCodeValuesAs(String, boolean, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codevalues are added for the specified list of codeValue objects and also extended properties are added only if the saveExtendedProperties flag is true.
addColumn(SMColumn) - Method in class com.ads.api.beans.sm.SMIndex
Adds the SMColumn as specified.
addColumn(SMColumn) - Method in class com.ads.api.beans.sm.SMTable
Adds the column as specified.
addColumn(DBColumn) - Method in class com.ads.mm.db.dao.DBIndex
Adds the column as specified.
addColumn(DBColumn) - Method in class com.ads.mm.db.dao.DBTable
Adds the column as specified.
addColumn(MMDBColumn) - Method in class com.ads.mm.etl.xml.mapping.MMColumnMap
 
addColumn(MMDBColumn) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
addColumn(String) - Method in class com.ads.mm.etl.xml.mapping.MMColumnMap
 
addColumn(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
addColumn(String, SMColumn) - Method in class com.ads.api.beans.sm.SMTable
Adds the column specified with the details given as SMColumn.
addColumn(String, DBColumn) - Method in class com.ads.mm.db.dao.DBTable
Adds the column specified with the details given as DBColumn.
addColumnByReferenceId(SMColumn) - Method in class com.ads.api.beans.sm.SMTable
Adds the Column as specified.
addColumnByReferenceId(DBColumn) - Method in class com.ads.mm.db.dao.DBTable
Adds the Column as specified.
addColumnIndex(SMIndex) - Method in class com.ads.api.beans.sm.SMColumn
Method adds the columnIndex as specified.
addColumnIndex(DBIndex) - Method in class com.ads.mm.db.dao.DBColumn
 
addColumnValidValues(CodeVo) - Method in class com.ads.mm.db.dao.DBColumn
 
addDocument(int, Node.NodeType, Document) - Method in class com.ads.api.util.SystemManagerUtil
Document is added for the specified nodeId of nodeType.
addDocument(Document) - Method in class com.ads.api.beans.mm.Project
Adds a Document to the Project.
addDocument(Node.NodeType, int, Document) - Method in class com.ads.api.util.DocumentUtil
Document is added at the NodeId of the given nodeType with the document details.
addDocument(String, int, Node.NodeType, Document) - Method in class com.ads.api.util.SystemManagerUtil
Document is added for the specified nodeName, parentNodeId of parentNodeType.
addDocument(String, String, String, String, int, String) - Method in class com.ads.services.webservice.DocumentsService
Document is added at the nodeId of the given nodeType with the documentObjJson details.
addDocument(String, String, String, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Document is added for the specified nodeId of nodeType.
addDocumentAs(int, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Document is added for the specified nodeId of nodeType.
addDocumentAs(String, int, String, String) - Method in class com.ads.api.util.DocumentUtil
Document is added at the NodeId of the given nodeType with the document details.
addDocumentAs(String, int, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Document is added for the specified nodeName, parentNodeId of parentNodeType.
addDocuments(Node.NodeType, int, List<Document>) - Method in class com.ads.api.util.DocumentUtil
Documents are added at the NodeId of the given nodeType with the documentsObjJson details.
addDocuments(String, String, String, String, int, String) - Method in class com.ads.services.webservice.DocumentsService
Documents are added at the nodeId of the given nodeType with the documentsObjJsonArray details.
addDocumentsAs(String, int, String, String) - Method in class com.ads.api.util.DocumentUtil
Documents are added at the NodeId of the given nodeType with the documentsObjJson details.
addDocumentWithNodeName(String, String, String, String, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Document is added for the specified nodeName, parentNodeId of parentNodeType.
addEnvironment(SMEnvironment) - Method in class com.ads.api.beans.sm.SMSystem
Adds environment as specified in SMEnvironment Object.
addEnvironment(DBEnvironment) - Method in class com.ads.mm.db.dao.DBSystem
Adds the Environment to DBEnvironment Object.
addEnvironment(MMDBEnvironment) - Method in class com.ads.mm.etl.xml.mapping.MMEnvironmentMap
 
addEnvironment(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
addEnvironment(String) - Method in class com.ads.mm.etl.xml.mapping.MMEnvironmentMap
 
addEnvironment(String, DBEnvironment) - Method in class com.ads.mm.db.dao.DBSystem
Adds the Environment specified in name to DBEnvironment Object.
addExtendedProperty(KeyValue) - Method in class com.ads.api.beans.csm.CodeValue
Returns CodeValue object by adding specified KeyValue object to the CodeValue object where KeyValue object contains details like key,value, objectId,objectTypeId etc....
addExtendedProperty(KeyValue) - Method in class com.ads.api.beans.sm.SMColumn
 
addExtendedProperty(KeyValue) - Method in class com.ads.api.beans.sm.SMEnvironment
Adds the KeyValue Object for the specified table.
addExtendedProperty(KeyValue) - Method in class com.ads.api.beans.sm.SMTable
Adds the KeyValue Object for the specified table.
addExtendedProperty(KeyValue) - Method in class com.ads.mm.db.dao.DBColumn
 
addExtendedProperty(KeyValue) - Method in class com.ads.mm.db.dao.DBEnvironment
Adds the KeyValue Object for the specified table.
addExtendedProperty(KeyValue) - Method in class com.ads.mm.db.dao.DBTable
 
addForeignKeyColumnName(String) - Method in class com.ads.mm.db.dao.DBColumn
Appends the foreignKeyColumnName as specified.
addForeignKeyTableName(String) - Method in class com.ads.mm.db.dao.DBColumn
Appends the Column foreignKeyTableName as specified.
addIndex(int, SMIndex) - Method in class com.ads.api.util.SystemManagerUtil
Inserts a new index for the specified columnId and the specified SMIndex object should contain all the details pertaining to index such as index name which is mandatory, type,owner etc..
addIndex(SMIndex) - Method in class com.ads.api.util.SystemManagerUtil
Inserts a new index for the specified SMIndex Object.
addIndex(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Inserts a new index for the specified SMIndex Object.
addIndexAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Inserts a new index for the specified columnId and the specified SMIndex object should contain all the details pertaining to index such as index name which is mandatory, type,owner etc..
addIndexAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Inserts a new index for the specified SMIndex Object.
addIndexByColumnId(String, String, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Inserts a new index for the specified columnId and the specified SMIndex object should contain all the details pertaining to index such as index name which is mandatory, type,owner etc..
addIndexes(int, List<SMIndex>) - Method in class com.ads.api.util.SystemManagerUtil
Inserts list of indexes for the specified columnId where in each SMIndex object should contain index name.
addIndexes(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Inserts List of indexes for the specified SMIndex Objects.Each SMIndex object should contain all the details pertaining to index such as index name,type,owner etc...where index name is mandatory and SMIndex object should also contain either column object or list of column objects to which the index need to be added where in columnId is mandatory in each column object.
addIndexes(List<SMIndex>) - Method in class com.ads.api.util.SystemManagerUtil
Inserts List of indexes for the specified SMIndex Objects.Each SMIndex object should contain all the details pertaining to index such as index name,type,owner etc...where index name is mandatory and SMIndex object should also contain either column object or list of column objects to which the index need to be added where in columnId is mandatory in each column object.
addIndexesAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Inserts list of indexes for the specified columnId where in each SMIndex object should contain index name.
addIndexesAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Inserts List of indexes for the specified SMIndex Objects.Each SMIndex object should contain all the details pertaining to index such as index name,type,owner etc...where index name is mandatory and SMIndex object should also contain either column object or list of column objects to which the index need to be added where in columnId is mandatory in each column object.
addIndexesByColumnId(String, String, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Inserts list of indexes for the specified columnId where in each SMIndex object should contain index name.
addKeyValue(KeyValue) - Method in class com.ads.api.beans.kv.KeyValue
 
addKeyValue(KeyValue) - Method in class com.ads.api.util.KeyValueUtil
Inserts a single KeyValue pair object for the specified KeyValue object.
addKeyValue(KeyValue, Node.NodeType, int) - Method in class com.ads.api.util.KeyValueUtil
Inserts a single key value pair object for the specified key value object, objectType(nodeType) and objectId.
addKeyValue(String, String) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
addKeyValue(String, String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
addKeyValue(String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deprecated. 
addKeyValue(String, String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deprecated. 
addKeyValue(String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Deprecated. 
addKeyValue(String, String, String, List<String>) - Method in class com.ads.api.util.KeyValueUtil
Deprecated. 
addKeyValue(String, String, Map<String, List<String>>) - Method in class com.ads.api.util.KeyValueUtil
Deprecated. 
addKeyValueAs(String, APIConstants.OutputFormat) - Method in class com.ads.api.util.KeyValueUtil
Inserts a single KeyValue pair object for the specified KeyValue object,objectTypeId and objectId are mandatory.OutputFormat can be either JSON or XML.
addKeyValueAs(String, Node.NodeType, int, APIConstants.OutputFormat) - Method in class com.ads.api.util.KeyValueUtil
Inserts a single KeyValue pair object for the specified KeyValue object,objectTypeId and objectId.OutputFormat can be either JSON or XML.
addKeyValueAs(String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deprecated.

Sample 'ObjectTypeIdsListOfObjectIdsJson' JSON :
{
9:[1,2],
8:[3,4]
}

addKeyValueForObjectIds(String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Deprecated. 
addKeyValueForObjectTypeIdsMap(String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Deprecated. 
addKeyValueMap(Map<String, String>, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deprecated. 
addKeyValueMap(Map<String, String>, String, List<String>) - Method in class com.ads.api.util.KeyValueUtil
Deprecated. 
addKeyValueMap(Map<String, String>, Map<String, List<String>>) - Method in class com.ads.api.util.KeyValueUtil
Deprecated. 
addKeyValueMapAs(String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deprecated.

Sample 'keyValueMapJson' JSON :
{
"key1": "value1",
"key2": "value2"
}

Sample 'ObjectTypeIdsListOfObjectIdsJson' JSON :
{
9: [1,2],
8:[3,4]
}

addKeyValueMapAs(String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deprecated.

Sample 'keyvalueMapJson' JSON :
{
"key1": "value1",
"key2": "value2"
}

Sample 'objectIdListJson' JSON :
{
"objectId": [74,76]
}

addKeyValueObject(String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Inserts a single KeyValue pair object for the specified KeyValue object,objectTypeId and objectId.OutputFormat can be either JSON or XML.
addKeyValueObjectByObjectId(String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Inserts a single KeyValue pair object for the specified KeyValue object,objectTypeId and objectId.OutputFormat can be either JSON or XML.
addKeyValueObjects(String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Inserts a multiple KeyValue pair objects for the specified List of KeyValue objects,objectTypeId and objectId.OutputFormat can be either JSON or XML.
addKeyValueObjectsMap(String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Inserts multiple key-value pair objects for the specified node type and given objectIds along with key-value objects.
addKeyValues(List<KeyValue>, Node.NodeType, int) - Method in class com.ads.api.util.KeyValueUtil
Inserts a multiple key value pair objects for the specified list of key values given objectType(nodeType) and objectId.
addKeyValues(Map<Integer, List<KeyValue>>, Node.NodeType) - Method in class com.ads.api.util.KeyValueUtil
Inserts multiple key value pair objects for the specified node type and given objectIds along with key value objects.
addKeyValuesAs(String, Node.NodeType, int, APIConstants.OutputFormat) - Method in class com.ads.api.util.KeyValueUtil
Inserts a multiple KeyValue pair objects for the specified List of KeyValue objects,objectTypeId and objectId.OutputFormat can be either JSON or XML.
addKeyValuesAs(String, Node.NodeType, APIConstants.OutputFormat) - Method in class com.ads.api.util.KeyValueUtil
Inserts multiple key value pair objects for the specified node type and given objectIds along with key value objects.
addKeyValuesAs(String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deprecated.

Sample 'keyvalueMapJson' JSON :
{
"key1": "value1",
"key2": "value2"
}

addKeyValuesAs(String, String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deprecated.

Sample 'objectIdListJson' JSON :
{
"objectId": [1,2]
}

addKeyValuesForObjectId(String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Deprecated. 
addKeyValuesForObjectIds(String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Deprecated. 
addKeyValuesForObjectTypeIdsMap(String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Deprecated. 
addMappingDocument(int, Document) - Method in class com.ads.api.util.MappingManagerUtil
MappingDocument is added for the specified mapId.
addMappingDocument(int, Node.NodeType, String, Document) - Method in class com.ads.api.util.MappingManagerUtil
MappingDocument is added for the specified mapName.
addMappingDocument(String, String, String, int, String) - Method in class com.ads.services.webservice.MappingManagerService
Mapping Document will be added for the specified mapId.
addMappingDocumentAs(int, String, String) - Method in class com.ads.api.util.MappingManagerUtil
MappingDocument is added for the specified mapId.
addMappingDocumentAs(int, String, String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
MappingDocument is added for the specified mapName.
addMappingDocumentByMapName(String, String, String, String, int, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Mapping Document will be added for the specified mapName.
addMappingSpecification(int, MappingSpecificationRow) - Method in class com.ads.api.util.MappingManagerUtil
Inserts a single row of mappingSpecification for the specified mapId,mappingSpecificationRow.
addMappingSpecification(String, String, String, int, String) - Method in class com.ads.services.webservice.MappingManagerService
Inserts a single row of mappingSpecification for the specified mapId and mappingSpecificationRow.
addMappingSpecificationAs(int, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Inserts a single row of mappingSpecification for the specified mapId, mappingSpecificationRow.
addMappingSpecifications(int, ArrayList<MappingSpecificationRow>) - Method in class com.ads.api.util.MappingManagerUtil
Inserts List of mappingSpecifications into the specified mapId.
addMappingSpecifications(int, ArrayList<MappingSpecificationRow>) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Inserts list of mappingSpecifications into the specified mappingId.
addMappingSpecifications(String, String, String, int, String) - Method in class com.ads.services.webservice.MappingManagerService
Inserts List of mappingSpecifications into the specified mapId.
addMappingSpecificationsAs(int, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Inserts List of mappingSpecifications into the specified mapId.
addOrphanColumn(MMDBColumn) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
addSchema(SMSchema) - Method in class com.ads.api.beans.sm.SMEnvironment
Adds the schema as specified.
addSchema(DBSchema) - Method in class com.ads.mm.db.dao.DBEnvironment
Adds the schema as specified.
addSchema(String, DBTable) - Method in class com.ads.mm.db.dao.DBEnvironment
Adds the specified schemaName to schemas.
addSDIClassification(SDIClassification) - Method in class com.ads.api.beans.bgm.BusinessObject
It adds the given sdiClassification object to the list.
addSDIClassification(SDIClassification) - Method in class com.ads.api.beans.sm.SMColumn
It adds the given sdiClassification object to the list.
addSDIClassification(SDIClassification) - Method in class com.ads.api.beans.sm.SMEnvironment
It adds the given sdiClassification object to the list.
addSDIClassification(SDIClassification) - Method in class com.ads.api.beans.sm.SMSystem
It adds the given sdiClassification object to the list.
addSDIClassification(SDIClassification) - Method in class com.ads.api.beans.sm.SMTable
It adds the given sdiClassification object to the list.
addSDIClassifications(Node.NodeType, Map<Integer, List<SDIClassification>>) - Method in class com.ads.api.util.SystemManagerUtil
This function is used to insert a list of SDI classifications for the  specified nodeType.
addSDIClassifications(String, String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
This function is used to insert a list of SDI classifications for the  specified nodeType.
addSDIClassificationsAs(String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
This function is used to insert a list of SDI classifications for the  specified nodeType.
addSourceColumn(MMDBColumn) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
addStatusMessage(String) - Method in class com.icc.util.RequestStatus
Adds the statusMessage as specified.
addSubKeyValue(KeyValue) - Method in class com.ads.api.beans.kv.KeyValue
 
addSystem(MMDBSystem) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
addSystem(String) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
addTable(SMTable) - Method in class com.ads.api.beans.sm.SMEnvironment
Adds the table to the SMTable Object.
addTable(SMTable) - Method in class com.ads.api.beans.sm.SMSchema
Adds Table as specified in SMTable Object.
addTable(DBTable) - Method in class com.ads.mm.db.dao.DBEnvironment
Adds the table to the DBTable Object.
addTable(DBTable) - Method in class com.ads.mm.db.dao.DBSchema
Adds Table as specified in DBTable Object.
addTable(MMDBTable) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
addTable(MMDBTable) - Method in class com.ads.mm.etl.xml.mapping.MMTableMap
 
addTable(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
addTable(String) - Method in class com.ads.mm.etl.xml.mapping.MMTableMap
 
addTable(String, SMTable) - Method in class com.ads.api.beans.sm.SMEnvironment
Adds the table to SMTable Object as specified in name.
addTable(String, SMTable) - Method in class com.ads.api.beans.sm.SMSchema
Adds the SMTable Object for the specified tableName.
addTable(String, DBTable) - Method in class com.ads.mm.db.dao.DBEnvironment
Adds the table to DBTable Object as specified in name.
addTableByReferenceId(SMTable) - Method in class com.ads.api.beans.sm.SMEnvironment
Adds the table to the SMTable Object by referenceId.
addTableByReferenceId(DBTable) - Method in class com.ads.mm.db.dao.DBEnvironment
 
addTableByReferenceId(DBTable) - Method in class com.ads.mm.db.dao.DBSchema
Adds Table as specified in DBTable Object.
addTables(Collection<DBTable>) - Method in class com.ads.mm.db.dao.DBSchema
Adds the Tables as specified as Collection of DBTable Objects.
addTables(Map<String, DBTable>) - Method in class com.ads.mm.db.dao.DBEnvironment
Adds the List of tables to DBTable.
addTableToSupportSystem(String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
addTableToSupportSystem(String, String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
addTag(Tag) - Method in class com.ads.api.beans.sm.SMColumn
 
addTag(Tag) - Method in class com.ads.api.beans.sm.SMEnvironment
 
addTag(Tag) - Method in class com.ads.api.beans.sm.SMTable
 
addTag(Tag) - Method in class com.ads.api.util.TagUtil
Inserts a new tag for the specified tag object.
addTag(Tag) - Method in class com.ads.mm.db.dao.DBColumn
 
addTag(Tag) - Method in class com.ads.mm.db.dao.DBEnvironment
 
addTag(Tag) - Method in class com.ads.mm.db.dao.DBTable
 
addTag(String, String, String, String) - Method in class com.ads.services.webservice.TagService
Inserts a new tag for the specified tag object.
addTagAs(String, String) - Method in class com.ads.api.util.TagUtil
Inserts a new tag for the specified tag object.
addTags(String, String, String, String) - Method in class com.ads.services.webservice.TagService
Inserts list of tags for the specified list of tag objects.
addTags(List<Tag>) - Method in class com.ads.api.util.TagUtil
Inserts list of tags for the specified list of tag objects.
addTags(List<Tag>) - Method in class com.ads.services.webservice.rest.TagResource
Inserts list of tags for the specified list of tag objects.
addTagsAs(String, String) - Method in class com.ads.api.util.TagUtil
Inserts list of tags for the specified list of tag objects.
addTargetColumn(MMDBColumn) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
addTestCase(int, Node.NodeType, TestCase) - Method in class com.ads.api.util.TestManagerUtil
TestCase will be added for the specified nodeId of nodeType with the details given in TestCase Object.
addTestCaseAs(int, String, String, String) - Method in class com.ads.api.util.TestManagerUtil
TestCase will be added for the specified nodeId of nodeType with the details given in TestCase Object.
addTestCaseByNodeId(String, String, String, int, String, String) - Method in class com.ads.services.webservice.TestManagerService
TestCase will be added for the specified nodeId of nodeType with the details given in TestCase Object.
addTransformation(MMMapping, MMMappingTransformation) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
addUserData(String, Object) - Method in class com.ads.api.beans.kv.KeyValue
 
addValidationStep(int, Node.NodeType, String, TestCaseValidationStep) - Method in class com.ads.api.util.TestManagerUtil
ValidationStep will be added for the specified testCaseName of nodeId, nodeType with details given in TestCaseValidationStep Object.
addValidationStep(int, TestCaseValidationStep) - Method in class com.ads.api.util.TestManagerUtil
ValidationStep will be added for the specified testCaseId with details given in TestCaseValidationStep Object.
addValidationStep(String, TestCaseValidationStep) - Method in class com.ads.api.beans.tm.TestCase
Adds the stepName to validationStepMap.
addValidationStep(String, String, String, String, int, String, String) - Method in class com.ads.services.webservice.TestManagerService
ValidationStep will be added for the specified testCaseName of nodeId, nodeType with details given in TestCaseValidationStep Object.
addValidationStepAs(int, String, String) - Method in class com.ads.api.util.TestManagerUtil
ValidationStep will be added for the specified testCaseId with details given in TestCaseValidationStep Object.
addValidationStepAs(int, String, String, String, String) - Method in class com.ads.api.util.TestManagerUtil
ValidationStep will be added for the specified testCaseName of nodeId, nodeType with details given in TestCaseValidationStep Object.
addValidationStepByTestCaseId(String, String, String, int, String) - Method in class com.ads.services.webservice.TestManagerService
ValidationStep will be added for the specified testCaseId with details given in TestCaseValidationStep Object.
addValidationSteps(int, Node.NodeType, String, List<TestCaseValidationStep>) - Method in class com.ads.api.util.TestManagerUtil
ValidationSteps will be added for the specified testCaseName of nodeId, nodeType with details given in the List of TestCaseValidationStep Objects.
addValidationSteps(int, List<TestCaseValidationStep>) - Method in class com.ads.api.util.TestManagerUtil
ValidationSteps will be added for the specified testCaseId with details given in the List of TestCaseValidationStep Objects.
addValidationSteps(String, String, String, String, int, String, String) - Method in class com.ads.services.webservice.TestManagerService
ValidationSteps will be added for the specified testCaseName of nodeId, nodeType with details given in the List of TestCaseValidationStep Objects.
addValidationStepsAs(int, String, String) - Method in class com.ads.api.util.TestManagerUtil
ValidationSteps will be added for the specified testCaseId with details given in the List of TestCaseValidationStep Objects.
addValidationStepsAs(int, String, String, String, String) - Method in class com.ads.api.util.TestManagerUtil
ValidationSteps will be added for the specified testCaseName of nodeId, nodeType with details given in the List of TestCaseValidationStep Objects.
addValidationStepsByTestCaseId(String, String, String, int, String) - Method in class com.ads.services.webservice.TestManagerService
ValidationSteps will be added for the specified testCaseId with details given in the List of TestCaseValidationStep Objects.
addValidValues(CodeValue) - Method in class com.ads.api.beans.sm.SMColumn
 
addValidValues(CodeVo) - Method in class com.ads.mm.db.dao.DBColumn
 
ADS_FORM - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an AMM_FORM can have AMM_FORM.
ADS_FORM_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_FORM_ID can have ADS_FORM.
ADS_KEY_VALUE - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
ADS_KEY_VALUE nodeType is used to refer when the node we access is a KeyValue under any of the KeyValues.
ADS_KEY_VALUE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_KEY_VALUE can have ADS_KEY_VALUE.
ADS_KEY_VALUE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_KEY_VALUE_ID can have ID of ADS_KEY_VALUE.
ADS_MAIL_CMD - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_MAIL_CMD can have ADS_MAIL_CMD.
ADS_MAIL_CMD_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_MAIL_CMD_ID can have ID of ADS_MAIL_CMD.
ADS_PROFILE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_PROFILE can have ADS_PROFILE.
ADS_PROFILE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_PROFILE_ID can have ID of ADS_PROFILE.
ADS_SECURITY_ROLE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_SECURITY_ROLE can have ADS_SECURITY_ROLE.
ADS_SECURITY_ROLE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_SECURITY_ROLE_ID can have ID of ADS_SECURITY_ROLE.
ADS_USER - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_USER can have ADS_USER.
ADS_USER_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_USER_ID can have ID of ADS_USER.
ADS_WORKFLOW - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_WORKFLOW can have ADS_WORKFLOW.
ADS_WORKFLOW_ASSIGNEMENT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_WORKFLOW_ASSIGNEMENT_ID can have ID of ADS_WORKFLOW_ASSIGNMENT.
ADS_WORKFLOW_ASSIGNMENT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_WORKFLOW_ASSIGNMENT can have ADS_WORKFLOW_ASSIGNMENT.
ADS_WORKFLOW_FOLDER - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_WORKFLOW_FOLDER can have ADS_WORKFLOW_FOLDER.
ADS_WORKFLOW_FOLDER_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_WORKFLOW_FOLDER_ID can have ID of ADS_WORKFLOW_FOLDER.
ADS_WORKFLOW_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_WORKFLOW_ID can have ID of ADS_WORKFLOW.
ADS_WORKFLOW_STAGE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ADS_WORKFLOW_STAGE can have ADS_WORKFLOW_STAGE.
AI_MATCH - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
ALL - Enum constant in enum class com.ads.api.beans.common.APIConstants.SelectionCriteria
ALL - Refers to all Elements i.e both Active and Passive Elements.
ALL - Enum constant in enum class com.ads.api.beans.common.Node.Depth
ALL is used when the Depth we want to retrieve is the names of the projects,projectIds, projectDetails, projectDocuments Details and projectResources Details.
ALL - Enum constant in enum class com.ads.mm.db.util.DBHelper.ScanCriteria
The ALL type defines to scan all the objects(viz Tables/View/Synonyms) from the given database.
ALL_VERSIONS - Enum constant in enum class com.ads.api.beans.common.APIConstants.VersionMode
ALL_VERSIONS - Refers to all elements.
AMAZON_REDSHIFT - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud.
AmazonRedshift - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud.
AmazonRedshift - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud.
AMM_LICENSE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an AMM_LICENSE can have AMM_LICENSE.
AMM_LICENSE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an AMM_LICENSE_ID can have AMM_LICENSE.
AMM_SHUTDOWN - Enum constant in enum class com.ads.api.beans.common.APIConstants.RunState
 
AMM_STARTUP - Enum constant in enum class com.ads.api.beans.common.APIConstants.RunState
 
AMMObjectTypes - Class in com.ads.api.beans.common
Basic purpose is to define different ObjectTypes used in DIS Application.
AMMObjectTypes() - Constructor for class com.ads.api.beans.common.AMMObjectTypes
 
AMMService - Class in com.ads.services.webservice
Web Services are based on the SOAP protocol.The response can be either JSON or XML.
AMMService() - Constructor for class com.ads.services.webservice.AMMService
 
AMMUtil - Class in com.ads.api.util
Contains the methods to get the application, system information etc.
AMP - Enum constant in enum class com.ads.api.beans.common.APIConstants.FileExtension
AMP - Refers to the file extension is AMP.
ANY - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
Any of the above types Only applicable in select places, like Event Handling
APIConstants - Class in com.ads.api.beans.common
This class provides some beans control methods related to versionMode, SelectionCriteria, ExportOption and its details.
APIConstants() - Constructor for class com.ads.api.beans.common.APIConstants
 
APIConstants.AuthenticationResponseCode - Enum Class in com.ads.api.beans.common
 
APIConstants.AuthenticationResponseType - Enum Class in com.ads.api.beans.common
 
APIConstants.BGMFillOptions - Enum Class in com.ads.api.beans.common
 
APIConstants.CSMFillOptions - Enum Class in com.ads.api.beans.common
 
APIConstants.DefinedBy - Enum Class in com.ads.api.beans.common
 
APIConstants.DeleteMode - Enum Class in com.ads.api.beans.common
These ENUM constants are used to specify the status as ACTIVE, PASSIVE, RETIRE.
APIConstants.ELNScope - Enum Class in com.ads.api.beans.common
 
APIConstants.EndPointType - Enum Class in com.ads.api.beans.common
 
APIConstants.ExpiryType - Enum Class in com.ads.api.beans.common
 
APIConstants.ExportOption - Enum Class in com.ads.api.beans.common
These ENUM constants are used to specify the ExportOption as EXPORT_INTO_MULTIPLE_SHEET, EXPORT_ALL, and EXPORT_INTO_SINGLE_SHEET.
APIConstants.FileExtension - Enum Class in com.ads.api.beans.common
These ENUM constants are used to specify the FileExtension as AMP, ZIP, and XML.
APIConstants.FilePathType - Enum Class in com.ads.api.beans.common
These ENUM constants are used to specify the FilePathType as ABSOLUTE, RELATIVE.
APIConstants.JOBInterval - Enum Class in com.ads.api.beans.common
 
APIConstants.JOBState - Enum Class in com.ads.api.beans.common
 
APIConstants.JOBType - Enum Class in com.ads.api.beans.common
 
APIConstants.LanguagePreference - Enum Class in com.ads.api.beans.common
 
APIConstants.LineageType - Enum Class in com.ads.api.beans.common
 
APIConstants.LoadOptions - Enum Class in com.ads.api.beans.common
 
APIConstants.MetadataScanAction - Enum Class in com.ads.api.beans.common
 
APIConstants.MMFillOptions - Enum Class in com.ads.api.beans.common
 
APIConstants.Module - Enum Class in com.ads.api.beans.common
 
APIConstants.OutputFormat - Enum Class in com.ads.api.beans.common
 
APIConstants.PropertiesType - Enum Class in com.ads.api.beans.common
 
APIConstants.RelationshipType - Enum Class in com.ads.api.beans.common
 
APIConstants.RSMFillOptions - Enum Class in com.ads.api.beans.common
 
APIConstants.RunState - Enum Class in com.ads.api.beans.common
 
APIConstants.sdiFillOptions - Enum Class in com.ads.api.beans.common
 
APIConstants.SelectionCriteria - Enum Class in com.ads.api.beans.common
These ENUM constants are used to specify the SelectionCriteria as ALL, ACTIVE, and PASSIVE.
APIConstants.SMFillOptions - Enum Class in com.ads.api.beans.common
 
APIConstants.Status - Enum Class in com.ads.api.beans.common
These ENUM constants are used to specify the status as ACTIVE, PASSIVE, RETIRE.
APIConstants.UserAccountStatus - Enum Class in com.ads.api.beans.common
 
APIConstants.VersionMode - Enum Class in com.ads.api.beans.common
These ENUM constants are used to specify the VersionMode such as ALL_VERSIONS, CURRENT_VERSION, and SPECIFIC_VERSION.
APP_DATA_EXPORTER - Enum constant in enum class com.ads.api.beans.common.APIConstants.JOBType
 
APP_DATA_IMPORTER - Enum constant in enum class com.ads.api.beans.common.APIConstants.JOBType
 
APP_DATA_MIGRATOR_JOBS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an APP_DATA_MIGRATOR_JOBS can have APP_DATA_MIGRATOR_JOBS.
APP_DATA_MIGRATOR_JOBS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an APP_DATA_MIGRATOR_JOBS_ID can have ID of APP_DATA_MIGRATOR_JOBS.
APP_PREFERENCE - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
APP_PREFERENCE nodeType is used to refer App_Preferences.
APP_PREFERENCE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an APP_PREFERENCE can have APP_PREFERENCE.
APP_PREFERENCE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an APP_PREFERENCE_ID can have ID of APP_PREFERENCE.
APPEND - Enum constant in enum class com.ads.api.beans.common.APIConstants.MetadataScanAction
APPEND Operation refers to Add New
APPEND - Enum constant in enum class com.icc.util.DBProperties.Operation
APPEND Operation refers to Add New
APPEND_TO_EXISTING - Enum constant in enum class com.ads.api.beans.mm.helper.MappingImportHelper.ImportType
APPEND_TO_EXISTING ImportType is used to refer when the ImportType we use is APPEND_TO_EXISTING.
AppendedColumn(String, String, String, String, String, String, String, String) - Constructor for class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
AppendedColumn(String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
APPLICATION_DOCUMENTS_PATH - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value of application documents path.
ARCHIVED_PUBLISHED_MAP_IDS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an ARCHIVED_PUBLISHED_MAP_IDS can have ARCHIVED_PUBLISHED_MAP_IDS, the IDS of the archived maps which are published.
ARCHIVED_VERSIONS_CLEANUP - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ARCHIVED_VERSIONS_CLEANUP can have ARCHIVED_VERSIONS_CLEANUP.
ARCHIVED_VERSIONS_CLEANUP_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ARCHIVED_VERSIONS_CLEANUP_ID can have ARCHIVED_VERSIONS_CLEANUP.
AssetType - Class in com.ads.api.beans.bgm
This class provides some beans control methods related to AssetType such as id, name, description and its related Audit History Details.
AssetType() - Constructor for class com.ads.api.beans.bgm.AssetType
 
assignCodeset(int, Codeset) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
assignCodeset(Node.NodeType, int, Codeset) - Method in class com.ads.api.util.CodesetManagerUtil
Assigns the specified codeset object to the specified nodeType and nodeId.
assignCodeset(String, String, String, String, int, String) - Method in class com.ads.services.webservice.CodesetManagerService
Assigns the specified codeset object to the specified nodeType and nodeId.
assignCodesetAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
assignCodesetAs(String, int, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Assigns the specified codeset object to the specified nodeType and nodeId.
assignCodesets(int, List<Codeset>) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
assignCodesets(int, List<Integer>, boolean) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
assignCodesets(Node.NodeType, int, List<Codeset>) - Method in class com.ads.api.util.CodesetManagerUtil
Assigns the specified list of codesets to the specified nodeType and nodeId.
assignCodesets(Node.NodeType, int, List<Integer>, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Assigns codesets of specified codeset ids to the specified nodeType and nodeId.
assignCodesets(String, String, String, String, int, String, boolean) - Method in class com.ads.services.webservice.CodesetManagerService
Assigns codesets of specified codeset ids to the specified nodeType and nodeId.
assignCodesetsAs(int, String, boolean, String) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
assignCodesetsAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
assignCodesetsAs(String, int, String, boolean, String) - Method in class com.ads.api.util.CodesetManagerUtil
Assigns codesets of specified codeset ids to the specified nodeType and nodeId.
AssignedResource - Class in com.ads.api.beans.common
This class provides some beans control methods related to the Resources and Resources assigned Details along with the AuditHistory.
AssignedResource() - Constructor for class com.ads.api.beans.common.AssignedResource
 
associateMappings(MMSystemMap.Type) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
associateTag(Node.NodeType, int, String) - Method in class com.ads.api.util.TagUtil
Tag is associated to the object for the specified nodeType and nodeId.
associateTag(Node.NodeType, List<Integer>, String) - Method in class com.ads.api.util.TagUtil
The tag is associated to the objects for the specified nodeType and list of nodeIds.
associateTag(String, String, String, String, int, String) - Method in class com.ads.services.webservice.TagService
The tag is associated to the object for the specified nodeType and nodeId.
associateTagAs(String, int, String, String) - Method in class com.ads.api.util.TagUtil
Tag is associated to the object for the specified nodeType and nodeId.
associateTagByIds(String, String, String, String, String, String) - Method in class com.ads.services.webservice.TagService
The tag is associated to the objects for the specified nodeType and list of nodeIds.
associateTagByIdsAs(String, String, String, String) - Method in class com.ads.api.util.TagUtil
Tag is associated to the objects for the specified nodeType and list of nodeIds.
associateTags(Node.NodeType, int, List<String>) - Method in class com.ads.api.util.TagUtil
List of tags are associated to the object for the specified nodeType and nodeId.
associateTags(Node.NodeType, String, String) - Method in class com.ads.services.webservice.rest.TagResource
List of tags are associated to the object for the specified nodeType and objectIds.
associateTags(Node.NodeType, List<Integer>, List<String>) - Method in class com.ads.api.util.TagUtil
List of tags are associated to the objects for the specified nodeType and list of nodeIds.
associateTags(String, String, String, String, int, String) - Method in class com.ads.services.webservice.TagService
List of tags are associated to the object for the specified nodeType and nodeId.
associateTagsAs(String, int, String, String) - Method in class com.ads.api.util.TagUtil
List of tags are associated to the object for the specified nodeType and nodeId.
associateTagsByIds(String, String, String, String, String, String) - Method in class com.ads.services.webservice.TagService
List of tags are associated to the objects for the specified nodeType and list of nodeIds.
associateTagsByIdsAs(String, String, String, String) - Method in class com.ads.api.util.TagUtil
List of tags are associated to the objects for the specified nodeType and list of nodeIds.
Association - Class in com.ads.api.beans.bgm
This class provides some beans control methods related to Association such as associationId, sourceObjectId, sourceObjectTypeId, targetObjectId, targetObjectTypeId, relationship details and fields etc..
Association() - Constructor for class com.ads.api.beans.bgm.Association
 
AssociationResource - Class in com.ads.services.webservice.rest
Contains the methods which performs the operations like creation, update, deletion and retrieval of associations.
AssociationResource() - Constructor for class com.ads.services.webservice.rest.AssociationResource
 
AssociationService - Class in com.ads.services.webservice
Contains the methods which performs the operations like creation, update, deletion and retrieval of associations.
AssociationService() - Constructor for class com.ads.services.webservice.AssociationService
 
AssociationUtil - Class in com.ads.api.util
Contains the methods related to perform the associations between the Business Objects etc.
AuditHistory - Class in com.ads.api.beans.common
This class provides some beans control methods related AuditHistory such as createdBy, createdDate, lastModifiedBy and lastModifiedDate...
AuditHistory() - Constructor for class com.ads.api.beans.common.AuditHistory
 
AuditHistory(String, Date, String, Date) - Constructor for class com.ads.api.beans.common.AuditHistory
 
AUTHENTICATION_ERROR - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
 
AUTHENTICATION_NOT_AVAILABLE - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
 

B

BAD_CREDENTIALS - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
 
baselineProject(int, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Appends the baseline to the project for the specified projectId.
baselineProject(int, String, String) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Appends the baseline to the project for the specified projectId.
baselineProject(String, String, String, int, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Appends the baseline to the project for the specified projectId.
baselineProjectAs(int, String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Appends the baseline to the project for the specified projectId.
BasicNode - Class in com.ads.api.beans.common
 
BasicNode() - Constructor for class com.ads.api.beans.common.BasicNode
 
BasicNode(int) - Constructor for class com.ads.api.beans.common.BasicNode
 
BasicNode(int, int) - Constructor for class com.ads.api.beans.common.BasicNode
 
BasicNode(Node.NodeType, int) - Constructor for class com.ads.api.beans.common.BasicNode
 
BGM_CATALOG - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_CATALOG can have BGM_CATALOG.
BGM_CATALOG_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_CATALOG_ID can have ID of BGM_CATALOG.
BGM_CATEGORY - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_CATEGORY can have BGM_CATEGORY.
BGM_CATEGORY_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_CATEGORY_ID can have ID of BGM_CATEGORY.
BGM_CUSTOM - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
BGM_CUSTOM nodeType is used to refer when the node we access is a Custom object under any of the Custom catalogs.
BGM_CUSTOM - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_CUSTOM can have BGM_CUSTOM.
BGM_CUSTOM_CATALOG - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_CUSTOM_CATALOG can have BGM_CUSTOM_CATALOG.
BGM_CUSTOM_CATALOG_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_CUSTOM_CATALOG_ID can have ID of BGM_CUSTOM_CATALOG.
BGM_CUSTOM_CATALOGS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_CUSTOM_CATALOGS can have BGM_CUSTOM_CATALOGS.
BGM_CUSTOM_CATALOGS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_CUSTOM_CATALOGS_ID can have ID of BGM_CUSTOM_CATALOGS.
BGM_CUSTOM_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_CUSTOM_ID can have ID of BGM_CUSTOM.
BGM_CUSTOM_TYPES - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
BGM_CUSTOM_TYPES nodeType is used to refer BGM Custom Type.
BGM_CUSTOM_TYPES - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BG_CUSTOM_TYPES can have BG_CUSTOM_TYPES.
BGM_CUSTOM_TYPES_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BG_CUSTOM_TYPES_ID can have BG_CUSTOM_TYPES.
BGM_DATA_CLASSIFICATION_TYPE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_DATA_CLASSIFICATION_TYPE can have BGM_DATA_CLASSIFICATION_TYPE.
BGM_DATA_CLASSIFICATION_TYPE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_DATA_CLASSIFICATION_TYPE_ID can have ID of BGM_DATA_CLASSIFICATION_TYPE.
BGM_DATA_COLLECTION_TYPE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_DATA_COLLECTION_TYPE can have BGM_DATA_COLLECTION_TYPE.
BGM_DATA_COLLECTION_TYPE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_DATA_COLLECTION_TYPE_ID can have ID of BGM_DATA_COLLECTION_TYPE.
BGM_DATA_OBJECT_TYPE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_DATA_OBJECT_TYPE can have BGM_DATA_OBJECT_TYPE.
BGM_DATA_OBJECT_TYPE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_DATA_OBJECT_TYPE_ID can have ID of BGM_DATA_OBJECT_TYPE.
BGM_GLOSSARY_STATUS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_GLOSSARY_STATUS can have BGM_GLOSSARY_STATUS.
BGM_GLOSSARY_STATUS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_GLOSSARY_STATUS_ID can have ID of BGM_GLOSSARY_STATUS.
BGM_MEANING_CATEGORY_TYPE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_MEANING_CATEGORY_TYPE can have BGM_MEANING_CATEGORY_TYPE.
BGM_MEANING_CATEGORY_TYPE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_MEANING_CATEGORY_TYPE_ID can have ID of BGM_MEANING_CATEGORY_TYPE.
BGM_METADATA_AI_MATCH_SCHEDULE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_METADATA_AI_MATCH_SCHEDULE can have BGM_METADATA_AI_MATCH_SCHEDULE.
BGM_METADATA_AI_MATCH_SCHEDULE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_METADATA_AI_MATCH_SCHEDULE_ID can have ID of BGM_METADATA_AI_MATCH_SCHEDULE.
BGM_POLICY - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
BGM_POLICY nodeType is used to refer when the node we access is a Policy under any of the Policy's.
BGM_POLICY - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_POLICY can have BGM_POLICY.
BGM_POLICY_CATALOG - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, a BGM_POLICY_CATALOG can have BGM_POLICY_CATALOG.
BGM_POLICY_CATALOG_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_POLICY_CATALOG_ID can have BGM_POLICY_CATALOG.
BGM_POLICY_CATALOGS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_POLICY_CATALOGS can have BGM_POLICY_CATALOGS.
BGM_POLICY_CATALOGS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_POLICY_CATALOGS_ID can have BGM_POLICY_CATALOGS.
BGM_POLICY_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_POLICY_ID can have ID of BGM_POLICY.
BGM_RULE - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
BGM_RULE nodeType is used to refer when the node we access is a Rule under any of the rules.
BGM_RULE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_RULE can have BGM_RULE.
BGM_RULE_CATALOG - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, a BGM_RULE_CATALOG can have BGM_RULE_CATALOG.
BGM_RULE_CATALOG_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_RULE_CATALOG_ID can have BGM_RULE_CATALOG.
BGM_RULE_CATALOGS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_RULE_CATALOGS can have BGM_RULE_CATALOGS.
BGM_RULE_CATALOGS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_RULE_CATALOGS_ID can have BGM_RULE_CATALOGS.
BGM_RULE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_RULE_ID can have ID of BGM_RULE.
BGM_STEWARDSHIP_GOALS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_STEWARDSHIP_GOALS can have BGM_STEWARDSHIP_GOALS.
BGM_STEWARDSHIP_GOALS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_STEWARDSHIP_GOALS_ID can have BGM_STEWARDSHIP_GOALS.
BGM_TERM - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
BGM_TERM nodeType is used to refer when the node we access is a Term under any of the catalogs.
BGM_TERM - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_TERM can have BGM_TERM.
BGM_TERM_CATALOG - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, a BGM_TERM_CATALOG can have BGM_TERM_CATALOG.
BGM_TERM_CATALOG_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_TERM_CATALOG_ID can have BGM_TERM_CATALOG.
BGM_TERM_CATALOGS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_TERM_CATALOGS can have BGM_TERM_CATALOGS.
BGM_TERM_CATALOGS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_TERM_CATALOGS_ID can have BGM_TERM_CATALOGS.
BGM_TERM_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BGM_TERM_ID can have ID of BGM_TERM.
BIGDATA_CLOUDERA - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
CLOUDERA's open source platform, for the distribution of HADOOP and related projects.
BIGDATA_HORTONWORKS - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
HORTONWORKS drives actionable intelligence with Connected Data Platforms that maximize the value of all data—data-in-motion and data-at-rest.
BIGDATA_MAPR - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
MapR is a programming model and an associated implementation for processing and generating large data sets with a parallel, distributed algorithm on a cluster.
BigDataCloudera - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
CLOUDERA's open source platform, for the distribution of HADOOP and related projects.
BigDataCloudera - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
CLOUDERA's open source platform, for the distribution of HADOOP and related projects.
BigDataHortonWorks - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
HORTONWORKS drives actionable intelligence with Connected Data Platforms that maximize the value of all data—data-in-motion and data-at-rest.
BigDataHortonWorks - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
HORTONWORKS drives actionable intelligence with Connected Data Platforms that maximize the value of all data—data-in-motion and data-at-rest.
BigDataMapR - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
MapR is a programming model and an associated implementation for processing and generating large data sets with a parallel, distributed algorithm on a cluster.
BigDataMapR - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
MapR is a programming model and an associated implementation for processing and generating large data sets with a parallel, distributed algorithm on a cluster.
BigQuery - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
BigQuery is Google's fully managed, serverless data warehouse that enables scalable analysis over petabytes of data.
BigQuery - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Any other DatabaseType can be accessed by specifying the databaseType as OTHER.
BIGQUERY - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
BigQuery
BODS_PSEUDOCODE - Enum constant in enum class com.ads.api.beans.mm.Project.ProjectETL
 
BONECP - Enum constant in enum class com.icc.util.DBProperties.ConnectionPoolType
 
BOOLEAN - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 
BOTH - Enum constant in enum class com.ads.api.beans.common.APIConstants.ELNScope
Integer value = 4
BOTH - Enum constant in enum class com.ads.api.beans.common.APIConstants.EndPointType
BOTH - Refers to both Source / Target Type in Lineage / Mapping Row
BOTH - Enum constant in enum class com.ads.api.beans.common.APIConstants.LoadOptions
BOTH - Loads all the valid and invalid tables and columns.
BOTH - Enum constant in enum class com.ads.api.beans.common.APIConstants.RelationshipType
BOTH - Refers to forward and reverse relationship types.
BU - Enum constant in enum class com.ads.api.beans.rsm.Role.RoleType
 
BUP_DETAILS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BUP_DETAILS can have BUP_DETAILS.
BUP_DETAILS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BUP_DETAILS_ID can have BUP_DETAILS.
BUSINESS - Enum constant in enum class com.ads.api.beans.common.APIConstants.PropertiesType
BUSINESS - Refers to Business Properties of a column in Lineage / Mapping Row.
BUSINESS_ENTITY_TYPE - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
Business Entity Type
BUSINESS_ENTITY_TYPE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BUSINESS_ENTITY_TYPE can have BUSINESS_ENTITY_TYPE.
BUSINESS_ENTITY_TYPE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BUSINESS_ENTITY_TYPE_ID can have ID of BUSINESS_ENTITY_TYPE.
BUSINESS_GLOSSARY_MANAGER - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
BUSINESS_GLOSSARY_MANAGER_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BUSINESS_GLOSSARY_MANAGER_ID can have ID of BUSINESS_GLOSSARY_MANAGER_KEY.
BUSINESS_GLOSSARY_MANAGER_KEY - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an BUSINESS_GLOSSARY_MANAGER_KEY can have BUSINESS_GLOSSARY_MANAGER_KEY.
BUSINESSASSETS_EXTENDED_PROPERTIES - Enum constant in enum class com.ads.api.beans.common.APIConstants.BGMFillOptions
 
BusinessGlossaryResource - Class in com.ads.services.webservice.rest
Contains the methods related to perform the operations such as creation, update, deletion and retrieval of Catalogs, AssetTypes, Business Objects etc.
BusinessGlossaryResource() - Constructor for class com.ads.services.webservice.rest.BusinessGlossaryResource
 
BusinessGlossaryService - Class in com.ads.services.webservice
Contains the methods related to perform the operations such as creation, update, deletion and retrieval of Catalogs, AssetTypes, Business Objects etc.
BusinessGlossaryService() - Constructor for class com.ads.services.webservice.BusinessGlossaryService
 
BusinessGlossaryUtil - Class in com.ads.api.util
Contains the methods related to perform the operations such as creation, update, deletion and retrieval of Catalogs, AssetTypes, Business Objects etc.
BusinessObject - Class in com.ads.api.beans.bgm
This class provides some beans control methods related to Business Term, Business Rule, Business Policy and Custom object such as name, id, catalog in which it is present, its definition, description, related notes, objectTypeId, catalogsTypeId, workflowStatus, sdiClassifications etc...and its related Audit Specifications.
BusinessObject() - Constructor for class com.ads.api.beans.bgm.BusinessObject
 
BusinessObject(Node.NodeType) - Constructor for class com.ads.api.beans.bgm.BusinessObject
 
BusinessPolicy - Class in com.ads.api.beans.bgm
This class provides some beans control methods related to Business Policy such as status and user defined fields etc..
BusinessPolicy() - Constructor for class com.ads.api.beans.bgm.BusinessPolicy
 
BusinessRule - Class in com.ads.api.beans.bgm
This class provides some beans control methods related to Business Rule such as status and user defined fields etc..
BusinessRule() - Constructor for class com.ads.api.beans.bgm.BusinessRule
 
BusinessTerm - Class in com.ads.api.beans.bgm
This class provides some beans control methods related to Business Term such as termId, catalog in which it is present, its definition, description, related Notes, classification type, steward Name associated to it etc...and its related Audit Specifications.
BusinessTerm() - Constructor for class com.ads.api.beans.bgm.BusinessTerm
 

C

C3P0 - Enum constant in enum class com.icc.util.DBProperties.ConnectionPoolType
 
callCAT(String, String, String, String, String, String) - Method in class com.ads.services.webservice.CATfXService
Method used to call or execute the existing AMM CAT Templates for the specified catName.
CAT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CAT can have CAT.
CAT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CAT_ID can have CAT.
Catalog - Class in com.ads.api.beans.bgm
This class provides some beans control methods related to Catalog such as catalogId, catalogName, parentCatalogId in which it is present and its related Audit Specifications.
Catalog() - Constructor for class com.ads.api.beans.bgm.Catalog
 
CATALOG_EXTENDED_PROPERTIES - Enum constant in enum class com.ads.api.beans.common.APIConstants.BGMFillOptions
Integer value = 1
CatalogImportHelper - Class in com.ads.api.beans.bgm
This class provides some beans control methods related to filePath, filePathType and its details.
CatalogImportHelper() - Constructor for class com.ads.api.beans.bgm.CatalogImportHelper
 
Category - Class in com.ads.api.beans.csm
The category class contains several useful class fields and methods related to category and sub categories.
Category() - Constructor for class com.ads.api.beans.csm.Category
 
Category.Type - Enum Class in com.ads.api.beans.csm
These ENUM constants are used to specify the CategoryType as ENTERPRISE_CODESETS, CODESET_MAPPINGS.
CATFX_WORKFLOW - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CATFX_WORKFLOW can have CATFX_WORKFLOW.
CATFX_WORKFLOW_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CATFX_WORKFLOW_ID can have CATFX_WORKFLOW.
CATfXService - Class in com.ads.services.webservice
Contains the method called callCAT which is used to call or execute the existing Code Automation Templates for the specified catName.
CATfXService() - Constructor for class com.ads.services.webservice.CATfXService
 
CHECKBOX - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 
CHINESE - Enum constant in enum class com.ads.api.beans.common.APIConstants.LanguagePreference
 
clearJobs(String, long) - Method in class com.ads.api.util.SchedulerUtil
Clears the Jobs for the specified objectType and objectId.Specifying the objectType and objectId are mandatory to clear the Jobs
If the Jobs are deleted all its associated Data will also be deleted.
clearJobs(String, long, APIConstants.JOBType) - Method in class com.ads.api.util.SchedulerUtil
Clears the Jobs for the specified objectType,objectId and jobType Specifying the objectType,objectId and jobType are mandatory to clear the Jobs
If the Jobs are deleted all its associated Data will also be deleted.
clearJobs(String, String, String, String, long) - Method in class com.ads.services.webservice.SchedulerService
Clears the Jobs for the specified objectType and objectId.Specifying the objectType and objectId are mandatory to clear the Jobs
If the Jobs are deleted all its associated data will also be deleted.
clearJobsAs(String, long, String) - Method in class com.ads.api.util.SchedulerUtil
Deletes the Jobs for the specified objectType and objectId.Specifying the objectType and objectId are mandatory to delete Jobs
If the Jobs are deleted all its associated data will also be deleted.
clearJobsByJobType(String, String, String, String, long, String) - Method in class com.ads.services.webservice.SchedulerService
Clears the Jobs for the specified objectType, objectId and jobType Specifying the objectType,objectId and jobType are mandatory to clear the Jobs
If the Jobs are deleted all its associated data will also be deleted.
clearJobsByJobTypeAs(String, long, String, String) - Method in class com.ads.api.util.SchedulerUtil
Deletes the Jobs for the specified objectType, objectId and jobType Specifying the objectType,objectId and jobType are mandatory to delete Jobs
If the Jobs are deleted all its associated data will also be deleted.
clearTags(Node.NodeType, int) - Method in class com.ads.api.util.TagUtil
Clears the tags for the specified nodeType and nodeId.
clearTags(Node.NodeType, String) - Method in class com.ads.services.webservice.rest.TagResource
Clears the tags for the specified nodeType and nodeId.
clearTags(Node.NodeType, List<Integer>) - Method in class com.ads.api.util.TagUtil
Clears the tags for the specified nodeType and list of nodeIds.
clearTags(String, String, String, String, int) - Method in class com.ads.services.webservice.TagService
Clears the tags for the specified nodeType and nodeId.
clearTagsAs(String, int, String) - Method in class com.ads.api.util.TagUtil
Clears the tags for the specified nodeType and nodeId.
clearTagsByIds(String, String, String, String, String) - Method in class com.ads.services.webservice.TagService
Clears the tags for the specified nodeType and list of nodeIds.
clearTagsByIdsAs(String, String, String) - Method in class com.ads.api.util.TagUtil
Clears the tags for the specified nodeType and list of nodeIds.
clone() - Method in class com.ads.mm.db.dao.DBColumn
clone method creates a copy of the object.
clone() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
cloneCodeset(int, int, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is cloned for the given srcCodesetId to the given tgtCategoryId.
cloneCodeset(String, String, String, int, int, boolean) - Method in class com.ads.services.webservice.CodesetManagerService
Codeset is cloned for the given srcCodesetId to the given tgtCategoryId.
cloneCodesetAs(int, int, boolean, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is cloned for the given srcCodesetId to the given tgtCategoryId.
cloneEnvironment(int, String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Clone Environment creates another copy of the Environment.
cloneEnvironment(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Clone Environment creates another copy of the Environment.
cloneEnvironment(String, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Clone Environment creates another copy of the Environment.
cloneEnvironment(String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Clone Environment creates another copy of the Environment.
cloneEnvironmentAs(int, String, int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Clone Environment creates another copy of the Environment.
cloneEnvironmentAs(int, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Clone Environment creates another copy of the Environment.
cloneEnvironmentAs(String, String, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Clone Environment creates another copy of the Environment.
cloneEnvironmentById(String, String, String, int, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Clone Environment creates another copy of the Environment.
cloneEnvironmentBySystemId(String, String, String, int, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Clone Environment creates another copy of the Environment.
cloneMapping(int, boolean, String, int, Node.NodeType) - Method in class com.ads.api.util.MappingManagerUtil
Clone Mapping creates another copy of the map.
cloneMapping(int, Node.NodeType, String, boolean, String, int, Node.NodeType) - Method in class com.ads.api.util.MappingManagerUtil
Clone Mapping creates another copy of the map.
cloneMappingAs(int, boolean, String, int, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Clone Mapping creates another copy of the map.
cloneMappingAs(int, String, String, boolean, String, int, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Clone Mapping creates another copy of the map.
cloneMappingByName(String, String, String, String, int, String, boolean, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Clone Mapping creates another copy of the map.
cloneMappingWithNewVersion(String, String, String, int, boolean, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Clone Mapping creates another copy of the map with newVersion.
clubSourceSystems(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
clubSourceSystemsForDataStage(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
CODE_AUTOMATION_TEMPLATE_FRAMEWORKS - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
CODE_MAPPINGS - Enum constant in enum class com.ads.api.beans.common.APIConstants.CSMFillOptions
Integer value = 8
CODE_SETS - Enum constant in enum class com.ads.api.beans.common.APIConstants.CSMFillOptions
Integer value = 4
CODE_VALUE_EXTENDED_PROPERTIES - Enum constant in enum class com.ads.api.beans.common.APIConstants.CSMFillOptions
Integer value = 2
CODE_VALUES - Enum constant in enum class com.ads.api.beans.common.APIConstants.CSMFillOptions
Integer value = 1
Codeset - Class in com.ads.api.beans.csm
The codeset class contains several useful class fields and methods related to codeset and category in which the codeset is present.
Codeset() - Constructor for class com.ads.api.beans.csm.Codeset
 
CODESET_MANAGER - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
CODESET_MAPPINGS - Enum constant in enum class com.ads.api.beans.csm.Category.Type
 
CodesetManagerService - Class in com.ads.services.webservice
The Simple Object Access Protocol or SOAP is a protocol for sending and receiving messages between applications
Web Services are based on the SOAP protocol.The response can be either JSON or XML.
CodesetManagerService() - Constructor for class com.ads.services.webservice.CodesetManagerService
 
CodesetManagerUtil - Class in com.ads.api.util
Contains the methods related to perform the operations such as creation, update, deletion and retrieval of Categories, Codesets, Code Mappings, Code Values etc.
CodeValue - Class in com.ads.api.beans.csm
The CodeValue class contains several useful class fields and methods related to CodeValue and Codeset in which the CodeValue is present.
CodeValue() - Constructor for class com.ads.api.beans.csm.CodeValue
 
COLORPICKER - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 
COLUMN - Enum constant in enum class com.ads.api.beans.common.APIConstants.sdiFillOptions
Integer value = 8
COLUMN - Enum constant in enum class com.ads.api.beans.sm.SMNode.SMNodeType
SMNodeType value COLUMN refers to the new column which is created under a table which can be a specific attribute or property of the table under which it is present.
COLUMN_EXTENDED_PROPERTIES - Enum constant in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
Integer value = 16
COLUMN_INDEXES - Enum constant in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
Integer value = 8
COLUMN_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
COLUMN_VALID_VALUES - Enum constant in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
Integer value = 32
COLUMNS - Enum constant in enum class com.ads.api.beans.common.APIConstants.ELNScope
Integer value = 2
com.ads.api.beans.bgm - package com.ads.api.beans.bgm
Contains Collection Classes,Java Bean Classes which are specific to Catalogs, SubCatalogs of Catalogs,Business Terms,Associated BusinessTerms, Associated TechnicalMetadata and Associated Documents related to BusinessTerms.
com.ads.api.beans.common - package com.ads.api.beans.common
Contains Collection Classes,Java Bean Classes which are common to all the modules like AMMObjectTypes, APIConstants, ImportHelper etc.
com.ads.api.beans.csm - package com.ads.api.beans.csm
Contains Collection Classes,Java Bean Classes which are specific to Categories, Codesets, Code Values, Codeset Maps.
com.ads.api.beans.kv - package com.ads.api.beans.kv
Contains Collection Classes,Java Bean Classes which are specific to KeyValue.
com.ads.api.beans.mm - package com.ads.api.beans.mm
Contains Collection Classes,Java Bean Classes which are specific to Mappings, MappingSpecifications, Project and Subject.
com.ads.api.beans.mm.helper - package 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.beans.rsm - package com.ads.api.beans.rsm
Contains Collection Classes, Java Bean Classes which are related to Role, User, Permission and its details.
com.ads.api.beans.sm - package com.ads.api.beans.sm
Contains Collection Classes,Java Bean Classes which are specific to System, Environment,Table, Column and Node.
com.ads.api.beans.tm - package com.ads.api.beans.tm
Contains Collection Classes, Java Bean Classes which are specific to TestCases, TestSteps and TestValidations.
com.ads.api.util - package com.ads.api.util
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...
com.ads.mm.db.dao - package com.ads.mm.db.dao
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
com.ads.mm.db.util - package 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.
com.ads.mm.etl.xml.mapping - package com.ads.mm.etl.xml.mapping
 
com.ads.mm.etl.xml.mapping.exception - package com.ads.mm.etl.xml.mapping.exception
 
com.ads.mm.xml.erwin - package com.ads.mm.xml.erwin
 
com.ads.services.webservice - package com.ads.services.webservice
Contains Utility Classes, methods related to System, Environment, Table, Column, Mappings, Subject, KeyValue Pairs, Business Catalogs, Documents, Tags, Associations, Code sets, Code values, Roles, Permissions etc...,includes the user authentication for the web services methods, specification of outputFormat in the methods.
com.ads.services.webservice.rest - package com.ads.services.webservice.rest
Contains Resource Classes, methods related to System, Environment, Table, Column, Mappings, Subject, Business Catalogs, Tags, Associations, Files etc., includes the user authentication for the REST services methods.
com.erwin.api.beans.scheduler - package com.erwin.api.beans.scheduler
Contains Collection Classes, Java Bean Classes which are related to Jobs and its details.
com.icc.util - package com.icc.util
Contains a class called RequestStatus which is a Boolean class which wraps a value of the primitive type boolean in an object.
COMBOBOX - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 
COMBOVALUES - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 
COMPLETED - Enum constant in enum class com.ads.api.beans.common.APIConstants.JOBState
 
COMPONENT - Enum constant in enum class com.ads.api.beans.sm.SMNode.SMNodeType
SMNodeType value COMPONENT refers to the modular part of the system.Multiple components can be combined together.
COMPONENT - Enum constant in enum class com.ads.api.beans.sm.SMTable.SMTableType
Component is name given to ETL program unit.
COMPONENT - Enum constant in enum class com.ads.mm.db.dao.DBTable.TableType
Component is name given to ETL program unit.
CONSOLIDATE - Enum constant in enum class com.ads.api.beans.kv.KeyValue.DisplayPolicy
 
containsValue(String) - Static method in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
copyColumns(DBTable) - Method in class com.ads.mm.db.dao.DBTable
Copies the columns as of like the columns as specified.
copyProperties(MMDBEnvironment) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
copyProperties(MMDBSystem) - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
copyProperties(MMDBTable) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
countWordOccurence(String, String) - Static method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
createAssetType(AssetType) - Method in class com.ads.api.util.BusinessGlossaryUtil
Creates the assetType for the given assetType object.
createAssetType(String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Creates the assetType for the given assetType object in the form of JSON.
createAssetTypeAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Creates the assetType for the given assetType object in the form of JSON.
createAssetTypes(List<AssetType>) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Creates the assetType for the given assetType object in the form of JSON.
createAssociation(Association) - Method in class com.ads.api.util.AssociationUtil
Creates the association for the given association object.
createAssociation(String, String, String, String) - Method in class com.ads.services.webservice.AssociationService
Creates the association for the given association object.
createAssociationAs(String, String) - Method in class com.ads.api.util.AssociationUtil
Creates the association for the given association object.
createAssociations(String, String, String, String) - Method in class com.ads.services.webservice.AssociationService
Creates the associations for the given list of association objects.
createAssociations(List<Association>) - Method in class com.ads.api.util.AssociationUtil
Creates the associations for the given list of association objects.
createAssociations(List<Association>) - Method in class com.ads.services.webservice.rest.AssociationResource
Creates the associations for the given list of association objects.
createAssociationsAs(String, String) - Method in class com.ads.api.util.AssociationUtil
Creates the associations for the given list of association objects.
createBusinessAssets(List<BusinessObject>) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Creates the businessAssets for the given input list of assets.
createCatalog(Catalog) - Method in class com.ads.api.util.BusinessGlossaryUtil
Creates the catalog for the given input (catalog) object.
createCatalog(String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Creates the Catalog for the given catalog Object i.e in the form of JSON.
createCatalogAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Creates the catalog for the given catalog object i.e in the form of JSON.
createCatalogs(String, String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Creates the list of catalogs for the given catalog objects list.
createCatalogs(List<Catalog>, int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Creates the list of catalogs for the given catalog objects list.
createCatalogs(List<Catalog>, int) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Creates the list of catalogs for the given catalog objects list.
createCatalogsAs(String, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Creates the list of catalogs for the given catalog objects list.
createCategories(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Categories are added for the specified list of category objects.
createCategories(List<Category>) - Method in class com.ads.api.util.CodesetManagerUtil
Categories are added for the specified list of category objects.
createCategoriesAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Categories are added for the specified list of category objects.
createCategory(int, Category.Type, String) - Method in class com.ads.api.util.CodesetManagerUtil
Category is added for the specified categoryName and categoryType.
createCategory(Category) - Method in class com.ads.api.util.CodesetManagerUtil
Category is added for the specified category object.
createCategory(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Category is added for the specified category object.
createCategoryAs(int, String, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Category is added for the specified categoryName and categoryType.
createCategoryAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Category is added for the specified category object.
createCategoryByName(String, String, String, int, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Category is added for the specified categoryName and categoryType.
createCodeset(int, Codeset, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is added for the specified categoryId, codeset object and also code values are added only if the saveCodeValues flag is true.
createCodeset(Codeset, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is added for the specified codeset object and also codevalues are added only if the saveCodeValues flag is true.
createCodeset(String, String, String, String, boolean) - Method in class com.ads.services.webservice.CodesetManagerService
Codeset is added for the specified codeset object and also codevalues are added only if the saveCodeValues flag is true.
createCodesetAs(String, boolean, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is added for the specified codeset object and also codevalues are added only if the saveCodeValues flag is true.
createCodesets(int, List<Codeset>, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are added for the specified list of codeset objects and also code values are added only if the saveCodeValues flag is true.
createCodesets(String, String, String, String, boolean) - Method in class com.ads.services.webservice.CodesetManagerService
Codesets are added for the specified list of codeset objects and also codevalues are added only if the saveCodeValues flag is true.
createCodesets(List<Codeset>, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are added for the specified list of codeset objects and also codevalues are added only if the saveCodeValues flag is true.
createCodesetsAs(String, boolean, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are added for the specified list of codeset objects and also codevalues are added only if the saveCodeValues flag is true.
createColumn(SMColumn) - Method in class com.ads.api.util.SystemManagerUtil
Inserts Column for the specified SMColumn Object.
createColumn(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Inserts Column for the specified SMColumn Object.
createColumnAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Inserts Column for the specified SMColumn Object.
createColumnInPool(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
createColumnInPool(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
createColumnInPool(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
createColumnInPool(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
createColumns(List<SMColumn>) - Method in class com.ads.services.webservice.rest.SystemResource
Creates the list of columns for the specified list of SMColumn objects.
createCopy() - Method in class com.ads.mm.db.dao.DBColumn
 
createCSMEnvironment(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Environment is added for the specified environment object.
createCSMEnvironments(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
List of environments are added for the specified list of environment objects.
createEnvironment(CSMEnvironment) - Method in class com.ads.api.util.CodesetManagerUtil
CSMEnvironment is added for the specified environment object.
createEnvironment(SMEnvironment) - Method in class com.ads.api.util.SystemManagerUtil
Inserts a new System Environment for the specified environment object.It creates the environment with the given details.
createEnvironment(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Inserts a new System Environment for the specified environment object.It creates the environment with the given details.outputFormat can be either JSON or XML.
createEnvironmentAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
CSMEnvironment is added for the specified environment object.
createEnvironmentAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Inserts a new System Environment for the specified environment object in JSON.It creates the environment with the given details.
createEnvironments(List<CSMEnvironment>) - Method in class com.ads.api.util.CodesetManagerUtil
List of environments are added for the specified list of environment objects.
createEnvironments(List<SMEnvironment>) - Method in class com.ads.services.webservice.rest.SystemResource
Inserts a new system environment for the specified environment object.
createEnvironmentsAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
List of environments are added for the specified list of environment objects.
createJob(SchedulerJob) - Method in class com.ads.api.util.SchedulerUtil
Creates the Job for the given schedulerJob Object.
createJob(String, String, String, String) - Method in class com.ads.services.webservice.SchedulerService
Creates the Job for the JobDetails i.e in the form of JSON.
createJobAs(String, String) - Method in class com.ads.api.util.SchedulerUtil
Creates the Job for the given jobDetails Object i.e in the form of JSON.
createJobs(String, String, String, String) - Method in class com.ads.services.webservice.SchedulerService
Creates the list of Jobs for the given List Objects i.e in the form of JSONArray.
createJobs(List<SchedulerJob>) - Method in class com.ads.api.util.SchedulerUtil
Creates the list of Jobs for the given List Objects.
createJobsAs(String, String) - Method in class com.ads.api.util.SchedulerUtil
Creates the list of Jobs for the given List Objects i.e in the form of JSONArray.
createMapping(Mapping) - Method in class com.ads.api.util.MappingManagerUtil
Creates Mapping With the specified Mapping Object.
createMapping(Mapping, boolean) - Method in class com.ads.api.util.MappingManagerUtil
Creates Mapping with the specified mapping object and addSpecifications.
createMapping(MMMapping, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
createMapping(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Creates Mapping for the specified Mapping Object in the form of JSON where in specifying the projectId, mappingName are Mandatory in the Mapping Object.
createMapping(List<Mapping>, int) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Creates Mappings for the specified mapping objects and fillOptions.
Specifying projectId or subjectId and mappingName are mandatory in each mapping object.
Here fillOptions can be Integer values of either APIConstants.MMFillOptions.MAPPING_SPECIFICATIONS or APIConstants.MMFillOptions.MAPPING_DOCUMENTS or APIConstants.MMFillOptions.MAPPING_EXTENDED_PROPERTIES for example: If you want to add mappings along with mapping specifications and documents you need to pass the fillOptions parameter value as 3 (MAPPING_SPECIFICATIONS(1) + MAPPING_DOCUMENTS(2)).
createMappingAs(String, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Creates Mapping for the specified mappingObject in the JSON and addSpecifications.
createMappingAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Creates Mapping for the specified MappingObject in JSON.
createMappings(String, String, String, String, boolean) - Method in class com.ads.services.webservice.MappingManagerService
Creates Mappings for the specified mapping objects,addSpecifications and outputFormat.
createMappings(List<Mapping>, boolean) - Method in class com.ads.api.util.MappingManagerUtil
Creates Mappings with the specified mapping objects and addSpecifications.
createMappings(List<Mapping>, int) - Method in class com.ads.api.util.MappingManagerUtil
Creates Mappings for the specified mapping objects and fillOptions.
createMappingsAs(String, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Creates Mappings for the specified mapping objects,addSpecifications and outputFormat.
createMappingsWithFillOptions(String, int, String) - Method in class com.ads.api.util.MappingManagerUtil
Creates Mappings for the specified mapping objects and fillOptions.
createMappingsWithFillOptions(String, String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Creates Mappings for the specified mapping objects and fillOptions.
createMappingWithSpecifications(String, String, String, String, boolean) - Method in class com.ads.services.webservice.MappingManagerService
Creates Mapping for the specified mapping object,addSpecifications and outputFormat.
createObject(BusinessObject) - Method in class com.ads.api.util.BusinessGlossaryUtil
Creates the businessObject for the given input object(businessObject).
createObject(Node.NodeType, BusinessObject) - Method in class com.ads.api.util.BusinessGlossaryUtil
Creates the businessObject for the given input object(businessObject) and nodeType.
createObject(String, String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Creates the businessObject for the given input object(businessObject) and nodeType.
createObjectAs(String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Creates the businessObject for the given input object(businessObject).
createObjects(Node.NodeType, List<BusinessObject>) - Method in class com.ads.api.util.BusinessGlossaryUtil
Creates the businessObjects for the given input objects(businessObjects list) and nodeType.
createObjects(String, String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Creates the businessObjects for the given input objects(businessObjects list).
createObjectsAs(String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Creates the businessObjects for the given input objects(businessObjects list).
createProject(Project) - Method in class com.ads.api.util.MappingManagerUtil
Creates a project for the specified Project Object.
createProject(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Creates a project for the specified Project Object in JSON.
createProjectAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Creates a project for the specified Project Object in JSON.
createProjects(List<Project>) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Creates the list of projects for the specified list of project objects.
Specifying the projectName in each project object is mandatory along with the other information regarding project.
createSubject(int, int, String) - Method in class com.ads.api.util.MappingManagerUtil
Creates Subject for the specified ProjectId, ParentSubjectId and SubjectName.
createSubject(int, int, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Creates Subject for the specified ProjectId, ParentSubjectId, SubjectName and Subject Description.
createSubject(Subject) - Method in class com.ads.api.util.MappingManagerUtil
Creates Subject for the specified Subject Object.
createSubject(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Creates a Subject for the specified Subject Object .
createSubjectAs(int, int, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Creates Subject for the specified ProjectId, ParentSubjectId and subjectName in JSON.
createSubjectAs(int, int, String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Creates Subject for the specified ProjectId, ParentSubjectId, SubjectName and SubjectDescription in JSON.
createSubjectAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Creates Subject for the specified SubjectObject in JSON.
createSubjectByName(String, String, String, int, int, String) - Method in class com.ads.services.webservice.MappingManagerService
Creates Subject for the specified ProjectId, ParentSubjectId, SubjectName.
createSubjects(List<Subject>) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Creates the list of subjects for the specified list of subject objects.
createSubjectWithDescription(String, String, String, int, int, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Creates Subject for the specified ProjectId, ParentSubjectId, SubjectName and SubjectDescription.
createSystem(SMSystem) - Method in class com.ads.api.util.SystemManagerUtil
Inserts a new system for the specified SMSystem Object.SMSystem object should contain all the details pertaining to system such as name, business purpose, DBMS platform,location etc...where in systemName are mandatory.
createSystem(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Inserts a new system for the specified SMSystem Object.Specifying systemName is Mandatory.
createSystemAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Inserts a new system for the specified SMSystem Object.Specifying systemName is Mandatory.
createSystems(List<SMSystem>) - Method in class com.ads.services.webservice.rest.SystemResource
Creates the list of systems for the specified list of SMSystem objects.
createTable(SMTable) - Method in class com.ads.api.util.SystemManagerUtil
Inserts new Table for the specified SMTable Object.
createTable(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Inserts new Table for the specified SMTable Object.
createTableAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Inserts new Table for the specified SMTable Object.
createTables(List<SMTable>) - Method in class com.ads.services.webservice.rest.SystemResource
Inserts new tables for the specified SMTable objects list.
CREDENTIALS_EXPIRED - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
 
CRITICALITY - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CRITICALITY can have CRITICALITY.
CRITICALITY_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CRITICALITY_ID can have ID of CRITICALITY.
CSM_CODE_MAP_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CSM_CODE_MAP_ID can have CSM_CODE_MAP.
CSM_CODE_VALUE - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
CSM_CODE_VALUE nodeType is used to refer when the node we access is a COdeValue under any of the CodeValues.
CSM_CODE_VALUE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CSM_CODE_VALUE can have CSM_CODE_VALUE.
CSM_CODE_VALUE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CSM_CODE_VALUE_ID can have CSM_CODE_VALUE.
CSM_CODEMAP - Static variable in class com.ads.api.beans.common.AMMObjectTypes
 
CSM_CODEMAP_CATEGORY - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CSM_CODEMAP_CATEGORY can have CSM_CODEMAP_CATEGORY.
CSM_CODEMAP_CATEGORY_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
 
CSM_CODEMAP_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
 
CSM_CODESET - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
CSM_CODESET nodeType is used to refer when the node we access is a codeset.
CSM_CODESET - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CSM_CODESET can have CSM_CODESET.
CSM_CODESET_CATEGORY - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
CSM_CODESET_CATEGORY nodeType is used to refer when the node we access is a codeset category.
CSM_CODESET_CATEGORY - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CSM_CODESET_CATEGORY can have CSM_CODESET_CATEGORY.
CSM_CODESET_CATEGORY_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
 
CSM_CODESET_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
 
CSM_MAP_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CSM_MAP_ID can have CSM_MAP_ID.
CSMEnvironment - Class in com.ads.api.beans.csm
The CSMEnvironment class contains several useful class fields and methods related to CSMEnvironment.
CSMEnvironment() - Constructor for class com.ads.api.beans.csm.CSMEnvironment
 
CURRENT_VERSION - Enum constant in enum class com.ads.api.beans.common.APIConstants.VersionMode
CURRENT_VERSION - Refers to the present/current version.
CUSTOM_VIEW - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CUSTOM_VIEW can have CUSTOM_VIEW.
CUSTOM_VIEW_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an CUSTOM_VIEW_ID can have ID of CUSTOM_VIEW.
CustomObject - Class in com.ads.api.beans.bgm
This class provides some beans control methods related to custom objects such as publish and rating etc.
CustomObject() - Constructor for class com.ads.api.beans.bgm.CustomObject
 
CWM - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
The CWM defines a specification for modeling metaData for relational, non-relational, multi-dimensional, and most other objects found in a data warehousing environment.
CWM - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
The CWM defines a specification for modeling metaData for relational, non-relational, multi-dimensional, and most other objects found in a data warehousing environment.
CWM - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
The CWM defines a specification for modeling metaData for relational, non-relational, multi-dimensional, and most other objects found in a data warehousing environment.

D

DATA_MARKETPLACE - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
DATA_MARKETPLACE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an DATA_MARKETPLACE_ID can have ID of DATA_MARKETPLACE_KEY.
DATA_MARKETPLACE_KEY - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an DATA_MARKETPLACE_KEY can have DATA_MARKETPLACE_KEY.
DATA_PROFILE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an DATA_PROFILE can have DATA_PROFILE.
DATA_PROFILE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an DATA_PROFILE_ID can have ID of DATA_PROFILE.
DATA_VALUE_SCORE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an DATA_VALUE_SCORE can have DATA_VALUE_SCORE.
DATA_VALUE_SCORE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an DATA_VALUE_SCORE_ID can have ID of DATA_VALUE_SCORE.
DATA_VALUE_SCORE_WEIGHTAGE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an DATA_VALUE_SCORE_WEIGHTAGE can have DATA_VALUE_SCORE_WEIGHTAGE.
DATA_VALUE_SCORE_WEIGHTAGE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an DATA_VALUE_SCORE_WEIGHTAGE_ID can have ID of DATA_VALUE_SCORE_WEIGHTAGE.
dataAssetsSearch(JSONObject) - Method in class com.ads.api.util.SystemManagerUtil
 
Databricks - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Any other DatabaseType can be accessed by specifying the databaseType as OTHER.
Databricks - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Any other DatabaseType can be accessed by specifying the databaseType as OTHER.
DATABRICKS - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
Databricks
DATASTAGE - Enum constant in enum class com.ads.api.beans.mm.helper.MappingImportHelper.ImportFileType
DATASTAGE ImportFileType is used to refer when the fileType we import is DATASTAGE.
DATASTAGE_PSEUDOCODE - Enum constant in enum class com.ads.api.beans.mm.Project.ProjectETL
 
DATATYPE - Enum constant in enum class com.ads.mm.xml.erwin.ERWinBase.ColumnProperties
DATATYPE is the column property which specifies the type of the data a column holds.
DATATYPE_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
DataValidationStatus - Class in com.ads.mm.db.dao
 
DataValidationStatus() - Constructor for class com.ads.mm.db.dao.DataValidationStatus
 
DataValidationType - Enum Class in com.ads.mm.db.dao
 
DATEPICKER - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 
DB2 - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
DB2 is designed to store, analyze and retrieve the data efficiently and is extended with the support of Object-Oriented features and non-relational structures with XML.
DB2 - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
DB2 is designed to store, analyze and retrieve the data efficiently and is extended with the support of Object-Oriented features and non-relational structures with XML.
DB2 - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
DB2 is designed to store, analyze and retrieve the data efficiently.
DBColumn - Class in com.ads.mm.db.dao
This class consists of methods relating to DBColumn object such as ColumnName, ColumnClass, ColumnAlias, Audit Details, Maximum Value, Minimum Value,
percentNullValue, primaryKeyFlag, logicalColumnName, usedInGapAnalysis, userDefinedFields etc....
DBColumn() - Constructor for class com.ads.mm.db.dao.DBColumn
 
DBColumn(String) - Constructor for class com.ads.mm.db.dao.DBColumn
 
DBComponent - Class in com.ads.mm.db.dao
This class consists of methods to mark and assign dataSteward to the component.
DBComponent() - Constructor for class com.ads.mm.db.dao.DBComponent
 
DBEnvironment - Class in com.ads.mm.db.dao
This class provides some beans control methods related to Environments,Schemas, Tables.
DBEnvironment() - Constructor for class com.ads.mm.db.dao.DBEnvironment
 
DBEnvironment(String) - Constructor for class com.ads.mm.db.dao.DBEnvironment
 
DBEnvironment.DatabaseType - Enum Class in com.ads.mm.db.dao
These constants are used to specify whether the DatabaseType is of any of the listed Types : Excel, CWM, ETL, ERWin, Access,DSV,JSON, XSD, SqlServer, Oracle, SqlServerWindows, GreenPlum, TeraData, VERTICA, Pervasive, DB2, MySQL, SYBASE, SAP, BigDataCloudera, BigDataHortonWorks, BigDataMapR, NETEZZA, AmazonRedshift, Salesforce, Snowflake, BigQuery and None.
DBEnvironment.DBOperation - Enum Class in com.ads.mm.db.dao
These constants are used to specify whether the DBOperation can be an UPDATE, INSERT, VALIDATE, INVALIDATE OR SKIP.
DBHelper - Class in com.ads.mm.db.util
This class consists of methods relating to dbDriver, dbSchema, maximumConnectionsPerPartition, minimumConnectionsPerPartition
partitions, rowSeparator,dbUrl, ipAddress etc...
DBHelper() - Constructor for class com.ads.mm.db.util.DBHelper
 
DBHelper(DBProperties) - Constructor for class com.ads.mm.db.util.DBHelper
 
DBHelper.ModelType - Enum Class in com.ads.mm.db.util
These ENUM constants are used to specify whether the ModelType can be PHYSICAL and LOGICAL.
DBHelper.ScanCriteria - Enum Class in com.ads.mm.db.util
 
DBIndex - Class in com.ads.mm.db.dao
 
DBIndex() - Constructor for class com.ads.mm.db.dao.DBIndex
 
DBOperationHelper - Class in com.ads.mm.db.dao
This class consists of methods extended to DBComponent to setMessage, getMessage, to check whether isSuccessful etc...
DBOperationHelper() - Constructor for class com.ads.mm.db.dao.DBOperationHelper
 
DBProperties - Class in com.icc.util
This class consists of methods related to retrieve the information regarding DataBaseHost, DataBaseName, DataBaseType, Domain,
DriverName, MaximumConnections, MinimumConnections, Schemas, Partitions etc..
DBProperties() - Constructor for class com.icc.util.DBProperties
 
DBProperties.ConnectionPoolType - Enum Class in com.icc.util
Connection Pool Type to use in the backend
DBProperties.DatabaseType - Enum Class in com.icc.util
These constants are used to specify the DataBaseType from any of the listed types as, ERWIN, CWM, XMI, XSD, DSV, JSON, EXCEL, MSACCESS,HSQLDB,
SQLSERVER, SQLSERVERWINDOWS, ORACLE, GREENPLUM, VERTICA, SYBASE, PERVASIVE, TERADATA, DB2, MYSQL, NETEZZA, SAP,
AMAZON_REDSHIFT("AmazonRedshift"), OTHER, ODBC, BIGQUERY("BigQuery"), BIGDATA_CLOUDERA("Cloudera"), BIGDATA_HORTONWORKS("Hortonworks"), BIGDATA_MAPR("MapR"),SALESFORCE.
DBProperties.Operation - Enum Class in com.icc.util
These constants are used to specify whether the operation Type is of FRESH_UPLOAD, APPEND, UPDATE_APPEND.
DBSchema - Class in com.ads.mm.db.dao
This class provides some beans control methods related to Environments, Schemas and Tables, Views, Synonyms, Components.
DBSchema() - Constructor for class com.ads.mm.db.dao.DBSchema
 
DBSchema(String) - Constructor for class com.ads.mm.db.dao.DBSchema
 
DBSystem - Class in com.ads.mm.db.dao
This Class consists of methods related to DBSystem object which extends DBComponent and systemId, SystemName,EnvironmentMap.
DBSystem() - Constructor for class com.ads.mm.db.dao.DBSystem
 
DBSystem(int) - Constructor for class com.ads.mm.db.dao.DBSystem
 
DBTable - Class in com.ads.mm.db.dao
This class consists of methods relating to DBTable Object such as TableType, EntityBaseType, schemaName, tableDefinitionComments
tableDefinition, tableComments, logicalTableName, Audit History, userDefinedFields etc..
DBTable() - Constructor for class com.ads.mm.db.dao.DBTable
 
DBTable(String) - Constructor for class com.ads.mm.db.dao.DBTable
 
DBTable.EntityBaseType - Enum Class in com.ads.mm.db.dao
These constants are used to specify ENTITY, ENTITY_ROOT, ENTITY_ELEMENT, ENTITY_ATTRIBUTE.
DBTable.TableType - Enum Class in com.ads.mm.db.dao
These Constants are used to specify the TableType as Table, View, Synonym or Component.
DDL - Enum constant in enum class com.ads.mm.db.util.DBHelper.ModelType
DDL Model represents the physical implementation of the model in a database which shows all table structures, including column name, column data type, column constraints, primary key, foreign key and relationships between tables.
decrementTabCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
DEFAULT_COLUMN_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DEFAULT_DATATYPE - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DEFAULT_DBMS_TYPE - Static variable in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
DEFAULT_ENTITY_UID - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DEFAULT_ENVIRONMENT_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DEFAULT_LENGTH - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DEFAULT_PRECISION - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DEFAULT_SCALE - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DEFAULT_SYSTEM_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DEFAULT_TABLE_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DEFAULT_TABLE_TYPE - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DEFAULT_XPATH - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DEFAULTE_ENV_BUSINESS_ENTITY_TYPE - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DEFAULTE_TABLE_BUSINESS_ENTITY_TYPE - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
DELETE_AND_RELOAD - Enum constant in enum class com.ads.api.beans.mm.helper.MappingImportHelper.ImportType
DELETE_AND_RELOAD ImportType is used to refer when the ImportType we use is DELETE_AND_RELOAD.
DELETE_KEY_COUNT - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an DELETE_KEY_COUNT can have DELETE_KEY_COUNT i.e the number of deleted keyValues
deleteAllKeyValuesForObjectId(String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Deletes all Keys for the specified ObjectId and ObjectTypeId.
deleteAllKeyValuesForObjectIds(String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Delete all Keys for the specified ObjectTypeId and List of ObjectId's.
deleteAllKeyValuesForObjectTypeIdsMap(String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Deletes all Keys for the specified Map of ObjectTypeId and List of ObjectId's.
deleteAssetType(int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the assetType for the specified id.Specifying the assetTypeId is mandatory to delete a particular assetType.
deleteAssetType(AssetType) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the assetType for the specified assetType object.
deleteAssetType(String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Deletes the assetType with the specified assetTypeId.
deleteAssetTypeAs(int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the assetType with the specified assetTypeId.
deleteAssetTypeAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the assetType for the specified assetType object.
deleteAssetTypeByAsset(String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Deletes the assetType for the specified assetType object.
deleteAssetTypes(String) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Deletes the list of assetTypes for the specified list of assetTypeIds.
deleteAssociation(int) - Method in class com.ads.api.util.AssociationUtil
Deletes the association with the specified associationId.
deleteAssociation(String, String, String, int) - Method in class com.ads.services.webservice.AssociationService
Deletes the association with the specified associationId.
deleteAssociationAs(int, String) - Method in class com.ads.api.util.AssociationUtil
Deletes the association with the specified associationId.
deleteAssociations(int, int) - Method in class com.ads.api.util.AssociationUtil
Deletes the associations with the specified objectId and objectTypeId.
deleteAssociations(Node.NodeType, String) - Method in class com.ads.services.webservice.rest.AssociationResource
Deletes all the associations of an object for the specified nodeType and objectIds.
deleteAssociations(String) - Method in class com.ads.services.webservice.rest.AssociationResource
Deletes the associations with the specified list of associationIds.
deleteAssociations(String, String, String, String) - Method in class com.ads.services.webservice.AssociationService
Deletes the associations with the specified list of associationIds.
deleteAssociations(List<Integer>) - Method in class com.ads.api.util.AssociationUtil
Deletes the associations with the specified list of associationIds.
deleteAssociationsAs(String, String) - Method in class com.ads.api.util.AssociationUtil
Deletes the associations with the specified list of associationIds.
deleteAssociationsByObjectType(String, String, String, int, int) - Method in class com.ads.services.webservice.AssociationService
Deletes the associations with the specified objectId and objectTypeId.
deleteAssociationsByObjectTypeAs(int, int, String) - Method in class com.ads.api.util.AssociationUtil
Deletes the associations with the specified objectId and objectTypeId.
deleteCatalog(int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the catalog with the specified catalogId.
deleteCatalog(String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Deletes the catalog with the specified catalogId.
deleteCatalogAs(int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the catalog with the specified catalogId.
deleteCatalogs(Node.NodeType, String) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Deletes the catalogs for the specified list of catalogIds.
deleteCategories(String, String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the categories with the specified list of categoryIds and categoryType.
deleteCategories(List<Integer>, Category.Type) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the categories with the specified list of categoryIds and categoryType.
deleteCategoriesAs(String, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the categories with the specified list of categoryIds and categoryType.
deleteCategory(int, Category.Type) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the category with the specified categoryId and categoryType.
deleteCategory(int, Category.Type, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the category with the specified categoryName and categoryType.
deleteCategory(Category) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the category with the specified category object.
deleteCategory(String, String, String, int, String) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the category with the specified categoryId and categoryType.
deleteCategoryAs(int, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the category with the specified categoryId and categoryType.
deleteCategoryAs(int, String, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the category with the specified categoryName and categoryType.
deleteCategoryByName(String, String, String, int, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the category with the specified categoryName and categoryType.
deleteCodeset(int) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the codeset with the specified codesetId.Specifying the codesetId is mandatory to delete a particular codeset.
deleteCodeset(int, APIConstants.VersionMode) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the codeset with the specified codesetId and versionMode.
deleteCodeset(Codeset) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the codeset with the specified codeset object.
deleteCodeset(String, String, String, int, String) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the codeset with the specified codesetId and versionMode.
deleteCodesetAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the codeset with the specified codesetId.Specifying the codesetId is mandatory to delete a particular codeset.
deleteCodesetAs(int, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the codeset with the specified codesetId and versionMode.
deleteCodesets(int) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the list of codesets for the given categoryId.
deleteCodesets(int, APIConstants.VersionMode) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the list of codesets for the specified categoryId and versionMode Specifying the categoryId is mandatory to delete codesets.
deleteCodesets(int, List<String>, APIConstants.VersionMode) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the list of codesets for the specified categoryId, codesetNames list and versionMode.
deleteCodesets(String, String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the codesets with the specified codesetIds list and versionMode.
deleteCodesets(List<Integer>) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the codesets with the specified list of codesetIds.
deleteCodesets(List<Integer>, APIConstants.VersionMode) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the codeset with the specified codesetIds list and versionMode.
deleteCodesetsAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the list of codesets for the given categoryId.
deleteCodesetsAs(int, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the list of codesets for the specified categoryId and versionMode Specifying the categoryId is mandatory to delete codesets.
deleteCodesetsAs(int, String, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the list of codesets for the specified categoryId, codesetNames and versionMode.
deleteCodesetsAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the codesets with the specified list of codesetIds.
deleteCodesetsAs(String, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the codesets with the specified codesetIds list and versionMode.
deleteCodesetsByCategory(String, String, String, int, String) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the list of codesets for the specified categoryId and versionMode Specifying the categoryId is mandatory to delete codesets.
deleteCodesetsByNames(String, String, String, int, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the list of codesets for the specified categoryId, codesetNames and versionMode.
deleteCodeValue(int, APIConstants.DeleteMode) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the code value with the specified codeValueId and deleteMode.
deleteCodeValue(String, String, String, int, String) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the codevalue with the specified codeValueId and deleteMode.
deleteCodeValueAs(int, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the codevalue object with the specified codeValueId and deleteMode.
deleteCodeValues(int, APIConstants.DeleteMode) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the list of codevalue objects with the specified codesetId and deleteMode.
deleteCodeValues(String, String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the list of codevalue objects with the specified codeValueIds list and deleteMode.
deleteCodeValues(List<Integer>, APIConstants.DeleteMode) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the list of code value objects with the specified codeValueIds list and deleteMode.
deleteCodeValuesAs(int, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the list of codevalue objects with the specified codesetId and deleteMode.
deleteCodeValuesAs(String, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the list of codeValue objects with the specified codeValueIds list and deleteMode.
deleteCodeValuesByCodeset(String, String, String, int, String) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the list of codevalue objects with the specified codesetId and deleteMode.
deleteColumn(int) - Method in class com.ads.api.util.SystemManagerUtil
Removes column for the specified columnId.
deleteColumn(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Removes column for the specified columnId.
deleteColumnAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Removes column for the specified columnId.
deleteColumns(String) - Method in class com.ads.services.webservice.rest.SystemResource
Removes columns for the specified list of columnIds.
deleteCSMEnvironment(String, String, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the environment with the specified environmentId.
deleteCSMEnvironmentByName(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the environment with the specified environmentName.
deleteCSMEnvironments(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Deletes the environments with the specified list of environmentIds.
DELETED - Enum constant in enum class com.ads.api.beans.common.APIConstants.UserAccountStatus
 
deleteDocument(int) - Method in class com.ads.api.util.DocumentUtil
Deletes the Document with the specified documentId.
deleteDocument(Node.NodeType, int) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the Document for the specified docId of nodeType.
deleteDocument(Node.NodeType, int, String) - Method in class com.ads.api.util.DocumentUtil
Deletes the document with the given documentName of the specified nodeId of nodeType.
deleteDocument(String, String, String, int) - Method in class com.ads.services.webservice.DocumentsService
Deletes the Document with the specified documentId.
deleteDocumentAs(int, String) - Method in class com.ads.api.util.DocumentUtil
Deletes the Document with the specified documentId.
deleteDocumentAs(String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the Document for the specified docId of nodeType.
deleteDocumentAs(String, int, String, String) - Method in class com.ads.api.util.DocumentUtil
Deletes the document with the given documentName of the specified nodeId of nodeType.
deleteDocumentById(String, String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Deletes the Document for the specified docId of nodeType.
deleteDocumentByName(String, String, String, String, int, String) - Method in class com.ads.services.webservice.DocumentsService
Deletes the document with the given documentName of the specified nodeId of nodeType.
deleteDocuments(int, Node.NodeType) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the documents of the specified nodeId of nodeType.
deleteDocuments(Node.NodeType, int) - Method in class com.ads.api.util.DocumentUtil
Deletes the documents of the specified nodeId of nodeType.
deleteDocuments(Node.NodeType, List<Integer>) - Method in class com.ads.api.util.SystemManagerUtil
Documents are deleted for the specified List of docIds of the given nodeType.
deleteDocuments(String, int, Node.NodeType) - Method in class com.ads.api.util.SystemManagerUtil
Documents are deleted for the specified nodeName, parentNodeId of parentNodeType.
deleteDocuments(String, String, String, String, int) - Method in class com.ads.services.webservice.DocumentsService
Deletes the documents of the specified nodeId of nodeType.
deleteDocuments(String, String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Deletes the documents of the specified nodeId of nodeType.
deleteDocuments(List<Integer>) - Method in class com.ads.api.util.DocumentUtil
Documents with the specified List of DocumentIds are deleted.
deleteDocumentsAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the documents of the specified nodeId of nodeType.
deleteDocumentsAs(String, int, String) - Method in class com.ads.api.util.DocumentUtil
Deletes the documents of the specified nodeId of nodeType.
deleteDocumentsAs(String, int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Documents are deleted for the specified nodeName, parentNodeId of parentNodeType.
deleteDocumentsAs(String, String) - Method in class com.ads.api.util.DocumentUtil
Documents are deleted for the specified List of DocumentIds.
deleteDocumentsAs(String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Documents are deleted for the specified List of docIds of the given nodeType.
deleteDocumentsByDocIds(String, String, String, String) - Method in class com.ads.services.webservice.DocumentsService
Documents are deleted for the specified List of DocumentIds.
deleteDocumentsByIds(String, String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Documents are deleted for the specified List of docIds of the given nodeType.
deleteDocumentsByNodeName(String, String, String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Documents are deleted for the specified nodeName, parentNodeId of parentNodeType.
deleteEnvironment(int) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the environment with the specified environmentId.
deleteEnvironment(int) - Method in class com.ads.api.util.SystemManagerUtil
Removes System Environment for the specified environmentId.
deleteEnvironment(int, APIConstants.VersionMode) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the environment with the specified environmentId and versionMode.
deleteEnvironment(CSMEnvironment) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the environment with the specified environmen object.
deleteEnvironment(SMEnvironment) - Method in class com.ads.api.beans.sm.SMSystem
Deletes the specified environment object
deleteEnvironment(String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the environment with the specified environmentName.
deleteEnvironment(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Removes System Environment for the specified environmentId.
deleteEnvironmentAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the environment with the specified environmentId.
deleteEnvironmentAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Removes System Environment for the specified environmentId.
deleteEnvironmentAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the environment with the specified environmentName.
deleteEnvironmentById(String, String, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Deletes the environment with the specified environmentId and versionMode.
deleteEnvironmentByIdAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the environment with the specified environmentId and versionMode.
deleteEnvironmentDocuments(int) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the Environment Documents of the specified environmentId.
deleteEnvironmentDocuments(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the Environment Documents of the specified environmentName and systemId.
deleteEnvironmentDocuments(String, String, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Deletes the Environment Documents of the specified environmentName and systemId.
deleteEnvironmentDocumentsAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the Environment Documents of the specified environmentId.
deleteEnvironmentDocumentsAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the Environment Documents of the specified environmentName and systemId.
deleteEnvironmentDocumentsById(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Deletes the Environment Documents of the specified environmentId.
deleteEnvironments(String, APIConstants.VersionMode) - Method in class com.ads.services.webservice.rest.SystemResource
Deletes the environments with the specified list of environmentIds and versionMode.
deleteEnvironments(List<Integer>) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the environments with the specified list of environmentIds.
deleteEnvironmentsAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Deletes the environments with the specified list of environmentIds.
deleteIndex(SMIndex) - Method in class com.ads.api.util.SystemManagerUtil
Removes index for the specified SMIndex object.
deleteIndex(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Removes index for the specified SMIndex object.
deleteIndexAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Removes index for the specified SMIndex object.
deleteIndexById(int) - Method in class com.ads.api.util.SystemManagerUtil
Removes SMIndex for the specified indexId.
deleteIndexById(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Removes SMIndex for the specified indexId.
deleteIndexByIdAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Removes SMIndex for the specified indexId.
deleteIndexes(Node.NodeType, int) - Method in class com.ads.api.util.SystemManagerUtil
Removes indexes for the specified nodeId of nodeType.
deleteIndexes(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Removes indexes for the specified list of SMIndex objects.
deleteIndexes(List<SMIndex>) - Method in class com.ads.api.util.SystemManagerUtil
Removes indexes for the specified list of SMIndex objects.
deleteIndexesAs(String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Removes indexes for the specified nodeId of nodeType.
deleteIndexesAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Removes indexes for the specified list of SMIndex objects.
deleteIndexesById(List<Integer>) - Method in class com.ads.api.util.SystemManagerUtil
Removes indexes for the specified list of index ids.
deleteIndexesByIds(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Removes indexes for the specified list of index ids.
deleteIndexesByIdsAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Removes indexes for the specified list of index ids.
deleteIndexesByNode(String, String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Removes indexes for the specified nodeId of nodeType.
deleteJob(String, String) - Method in class com.ads.api.util.SchedulerUtil
Deletes the Job with the specified objectType and jobName.Specifying the objectType and jobName are mandatory to delete a particular Job
If the Job is deleted all its associated Data will also be deleted.
deleteJob(String, String, String, String, String) - Method in class com.ads.services.webservice.SchedulerService
Deletes the Job with the specified objectType and jobName.Specifying the objectType and jobName are mandatory to delete a particular Job
If the Job is deleted all its associated data will also be deleted.
deleteJobAs(String, String, String) - Method in class com.ads.api.util.SchedulerUtil
Deletes the Job with the specified objectType and jobName.Specifying the objectType and jobName are mandatory to delete a particular Job
If the Job is deleted all its associated data will also be deleted.
deleteKeyValueByIds(String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Deletes all Keys for the specified List of keyId's.
deleteKeyValueByName(String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Deletes all Keys for the specified Key, ObjectId and Object Type Id.outputFormat can be either JSON or XML.
deleteKeyValueListAs(String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Delete all Keys for the specified ObjectTypeId and List of ObjectId's as JSON.outputFormat can be either JSON or XML.
deleteKeyValueListAs(String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deletes all Keys for the specified List of keys, ObjectId and ObjectTypeId.outputFormat can be either JSON or XML.
deleteKeyValueMapAs(String, String) - Method in class com.ads.api.util.KeyValueUtil
Deletes all Keys for the specified Map of ObjectTypeId and List of ObjectId's.
deleteKeyValues(String, String) - Method in class com.ads.api.util.KeyValueUtil
Deletes all Keys for the specified ObjectId and ObjectTypeId.
deleteKeyValues(String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deletes all Keys for the specified Key, ObjectId and ObjectTypeId.
deleteKeyValues(String, List<String>) - Method in class com.ads.api.util.KeyValueUtil
Delete all Keys for the specified ObjectTypeId and List of ObjectId's.
deleteKeyValues(List<String>) - Method in class com.ads.api.util.KeyValueUtil
Deletes all Keys for the specified List of keyId's.
deleteKeyValues(List<String>, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deletes all Keys for the specified List of keys, ObjectId and ObjectTypeId.
deleteKeyValues(Map<String, List<String>>) - Method in class com.ads.api.util.KeyValueUtil
Deletes all Keys for the specified Map of ObjectTypeId with its List of ObjectId's.
deleteKeyValuesAs(String, String) - Method in class com.ads.api.util.KeyValueUtil
Deletes all Keys for the specified List of keyId's.outputFormat can be either JSON or XML.
deleteKeyValuesAs(String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deletes all Keys for the specified ObjectId and ObjectTypeId.outputFormat can be either JSON or XML.
deleteKeyValuesAs(String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Deletes all Keys for the specified Key, ObjectId and Object Type Id.outputFormat can be either JSON or XML.
deleteKeyValuesByNameForObjectId(String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Deletes all Keys for the specified List of keys, ObjectId and ObjectTypeId.
deleteMapByName(String, String, String, String, int, String, String, float) - Method in class com.ads.services.webservice.MappingManagerService
Deletes the map for the specified mapName of the given nodeType and nodeId.
deleteMapping(int) - Method in class com.ads.api.util.MappingManagerUtil
Removes Mapping for the specified mappingId.
deleteMapping(int, APIConstants.VersionMode, float) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mapping of the specified mapId, versionMode.
deleteMapping(int, Node.NodeType, String, APIConstants.VersionMode, float) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the map for the specified mapName of the given nodeType and nodeId.
deleteMapping(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Deletes Mapping for the specified mappingId.outputFormat can be either JSON or XML.
deleteMappingAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes Mapping for the specified mappingId.
deleteMappingAs(int, String, float, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mapping of the specified mapId and versionMode.
deleteMappingAs(int, String, String, String, float, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the map for the specified mapName of the given nodeType and nodeId.
deleteMappingByMapId(String, String, String, int, String, float) - Method in class com.ads.services.webservice.MappingManagerService
Deletes the mapping of the specified mapId, versionMode.
deleteMappings(int, Node.NodeType, APIConstants.VersionMode, float) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mappings of the given nodeType and nodeId.
deleteMappings(int, Node.NodeType, List<String>, APIConstants.VersionMode, float) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mappings of the specified List of mapNames of the given nodeType and nodeId.
deleteMappings(String, APIConstants.VersionMode, float) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Deletes the mappings of the specified mappingIds.
deleteMappings(String, String, String, String, String, float) - Method in class com.ads.services.webservice.MappingManagerService
Deletes the mappings of the specified mappingIds.
deleteMappings(List<Integer>, APIConstants.VersionMode, float) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mappings of the specified mappingIds.
deleteMappingsAs(int, String, String, float, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mappings of the given nodeType and nodeId.
deleteMappingsAs(int, String, String, String, float, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mappings of the specified List of mapNames of the given nodeType and nodeId.
deleteMappingsAs(String, String, float, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mappings for the specified mappingIds.
deleteMappingsByListOfMapNames(String, String, String, String, int, String, String, float) - Method in class com.ads.services.webservice.MappingManagerService
Deletes the mappings of the specified List of mapNames of the given nodeType and nodeId.
deleteMappingsByNodeType(String, String, String, String, int, String, float) - Method in class com.ads.services.webservice.MappingManagerService
Deletes the mappings of the given nodeType and nodeId.
deleteMappingSpecification(int) - Method in class com.ads.api.util.MappingManagerUtil
Removes mappingSpecification for the specified mappingSequenceId.
deleteMappingSpecification(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Deletes mappingSpecification for the specified mappingSequenceId.outputFormat can be either Json or XML.
deleteMappingSpecificationAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes mappingSpecification for the specified mappingSequenceId.
deleteMappingSpecificationRow(MappingSpecificationRow) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mappingSpecification for the specified mappingSpecificationRow Object.
deleteMappingSpecificationRow(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Deletes the mappingSpecificationRow for the specified mappingSpecificationRow Object.
deleteMappingSpecificationRowAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mappingSpecificationRow for the specified mappingSpecificationRow Object.
deleteMappingSpecificationRows(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Deletes the mappingSpecifications for the specified List of mappingSpecificationRows.
deleteMappingSpecificationRows(List<MappingSpecificationRow>) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mappingSpecifications for the specified List of mappingSpecificationRows.
deleteMappingSpecificationRowsAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mappingSpecifications for the specified List of mappingSpecificationRows.
deleteMappingSpecifications(int) - Method in class com.ads.api.util.MappingManagerUtil
Removes all mappingSpecification rows for the specified mappingId.
deleteMappingSpecifications(String) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Deletes the mappingSpecifications for the specified list of mappingSequenceIds.
deleteMappingSpecifications(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Deletes all the mappingSpecification rows for the specified mappingId.outputFormat can be either Json or XML.
deleteMappingSpecifications(List<Integer>) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mappingSpecifications for the specified List of mappingSequenceIds.Specifying the mappingSequenceIds are mandatory.
deleteMappingSpecificationsAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes all mappingSpecification rows for the specified mappingId.
deleteMappingSpecificationsAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the mappingSpecifications for the specified List of mapSequenceIds.
deleteMappingSpecificationsWithMapSeqIds(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Deletes all mappingSpecification rows for the specified MapSeqIds.
deleteObject(BusinessObject) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the businessObject for the specified input object(businessObject).
deleteObject(Node.NodeType, int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the businessObject for the specified businessObjectId and nodeType.
deleteObject(String, String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Deletes the businessObject for the specified businessObjectId and nodeType.
deleteObjectAs(String, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the businessObject for the specified businessObjectId and nodeType.Specifying the businessObjectId and nodeType are mandatory to delete a particular businessObject.
deleteObjects(Node.NodeType, int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the businessObjects for the specified catalogId and nodeType.
deleteObjects(Node.NodeType, String) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Deletes the businessObjects for the specified list of businessAssetIds and nodeType.
deleteObjects(Node.NodeType, List<Integer>) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the businessObjects for the specified list of businessObjectIds and nodeType.
deleteObjects(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the businessObjects for the specified assetName and catalogPath.
deleteObjects(String, String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Deletes the businessObjects for the specified list of businessObjectIds and nodeType.Specifying the businessObjectIds list and nodeType are mandatory to delete businessObjects.
deleteObjectsAs(String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the businessObjects for the specified list of businessObjectIds and nodeType.Specifying the businessObjectIds list and nodeType are mandatory to delete businessObjects.
deleteObjectsByAsset(String, String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Deletes the businessObjects for the specified assetName and catalogPath.
deleteObjectsByAssetAs(String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the businessObjects for the specified assetName and catalogPath.
deleteObjectsByCatalog(String, String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Deletes the businessObjects for the specified catalogId and nodeType.
deleteObjectsByCatalogAs(String, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Deletes the businessObjects for the specified catalogId and nodeType.
deleteProject(int) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the project with the specified projectId.
deleteProject(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Deletes a project for the specified projectId.
deleteProjectAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes a project of the specified projectId.
deleteProjects(String) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Deletes the list of projects for the specified projectIds.Specifying projectIds list is mandatory to delete the projects.
If the projects are deleted all its associated date will also be deleted.
deleteSubject(int) - Method in class com.ads.api.util.MappingManagerUtil
Removes the subject of the specified subjectId.
deleteSubject(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Deletes the subject for the specified subjectId.
deleteSubjectAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Deletes the subject for the specified subjectId.
deleteSubjects(String) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Deletes the list of subjects for the specified subjectIds.
deleteSystem(int) - Method in class com.ads.api.util.SystemManagerUtil
Removes SMSystem for the specified systemId.It deletes the System only if it does not contain any Environments or Documents associated with it.
deleteSystem(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Removes SMSystem for the specified systemId.It deletes the System only if it does not contain any Environments or Documents associated with it.
deleteSystemAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Removes SMSystem for the specified systemId.It deletes the System only if it does not contain any Environments or Documents associated with it.
deleteSystemDocuments(int) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the systemDocuments for the specified systemId.
deleteSystemDocuments(String) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the System Documents for the specified systemName.
deleteSystemDocuments(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Deletes the systemDocuments for the specified systemId.
deleteSystemDocumentsAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the systemDocuments for the specified systemId.
deleteSystemDocumentsAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the systemDocuments for the specified systemName.
deleteSystemDocumentsBySystemName(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Deletes the systemDocuments for the specified systemName.
deleteSystems(String) - Method in class com.ads.services.webservice.rest.SystemResource
Deletes the systems for the specified list of systemIds.
deleteTable(int) - Method in class com.ads.api.util.SystemManagerUtil
Removes the table for the specified tableId.
deleteTable(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Removes the table for the specified tableId.
deleteTableAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Removes the table for the specified tableId.
deleteTables(int) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the list of tables for the given environmentId.
deleteTables(String) - Method in class com.ads.services.webservice.rest.SystemResource
Deletes the tables with the specified list of tableIds.
deleteTables(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Deletes the tables with the specified list of tableIds.
deleteTables(List<Integer>) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the tables with the specified list of tableIds.
deleteTablesAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the tables with the specified list of tableIds.
deleteTablesByEnvironmentId(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Deletes the list of tables for the given environmentId.
deleteTablesByEnvironmentIdAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Deletes the list of tables for the given environmentId.
deleteTag(int) - Method in class com.ads.api.util.TagUtil
Removes tag object for the specified tag id.
deleteTag(Tag) - Method in class com.ads.api.util.TagUtil
Removes tag for the specified tag object.
deleteTag(String, String, String, String) - Method in class com.ads.services.webservice.TagService
Removes tag for the specified tag object.
deleteTagAs(int, String) - Method in class com.ads.api.util.TagUtil
Removes tag object for the specified tag id.
deleteTagAs(String, String) - Method in class com.ads.api.util.TagUtil
Removes tag for the specified tag object.
deleteTagById(String, String, String, int) - Method in class com.ads.services.webservice.TagService
Removes tag object for the specified tag id.
deleteTags(String) - Method in class com.ads.services.webservice.rest.TagResource
Removes tags for the specified list of tagIds.
deleteTags(String, String, String, String) - Method in class com.ads.services.webservice.TagService
Removes tags for the specified list of tagIds.
deleteTags(List<Integer>) - Method in class com.ads.api.util.TagUtil
Removes tags for the specified list of tagIds.
deleteTagsAs(String, String) - Method in class com.ads.api.util.TagUtil
Removes tags for the specified list of tagIds.
deleteTestCase(int) - Method in class com.ads.api.util.TestManagerUtil
Removes the TestCase of the specified testCaseId.
deleteTestCase(String, String, String, int) - Method in class com.ads.services.webservice.TestManagerService
Removes the TestCase of the specified testCaseId.
deleteTestCaseAs(int, String) - Method in class com.ads.api.util.TestManagerUtil
Removes the TestCase of the specified testCaseId.
deleteTestCases(String, String, String, String) - Method in class com.ads.services.webservice.TestManagerService
Removes the TestCases of the specified List of testCaseId's.
deleteTestCases(List<Integer>) - Method in class com.ads.api.util.TestManagerUtil
Removes the TestCases of the specified List of testCaseId's.
deleteTestCasesAs(String, String) - Method in class com.ads.api.util.TestManagerUtil
Removes the TestCases of the specified List of testCaseId's.
deleteValidationStep(int) - Method in class com.ads.api.util.TestManagerUtil
Removes the ValidationStep of the specified validationStepId.
deleteValidationStep(int, Node.NodeType, String, String) - Method in class com.ads.api.util.TestManagerUtil
Removes the ValidationStep of the specified stepName, testCaseName, nodeId, nodeType.
deleteValidationStep(int, String) - Method in class com.ads.api.util.TestManagerUtil
Removes the ValidationStep of the specified testCaseId and stepName.
deleteValidationStep(String, String, String, String, int, String, String) - Method in class com.ads.services.webservice.TestManagerService
Removes the ValidationStep of the specified stepName, testCaseName, nodeId, nodeType.
deleteValidationStepAs(int, String, String) - Method in class com.ads.api.util.TestManagerUtil
Removes the ValidationStep of the specified testCaseId and stepName.
deleteValidationStepAs(int, String, String, String, String) - Method in class com.ads.api.util.TestManagerUtil
Removes the ValidationStep of the specified stepName, testCaseName, nodeId, nodeType.
deleteValidationStepById(String, String, String, int) - Method in class com.ads.services.webservice.TestManagerService
Removes the ValidationStep of the specified validationStepId.
deleteValidationStepByIdAs(int, String) - Method in class com.ads.api.util.TestManagerUtil
Removes the ValidationStep of the specified validationStepId.
deleteValidationStepByTestCaseId(String, String, String, int, String) - Method in class com.ads.services.webservice.TestManagerService
Removes the ValidationStep of the specified testCaseId and stepName.
deleteValidationSteps(int) - Method in class com.ads.api.util.TestManagerUtil
Removes the ValidationSteps of the specified testCaseId.
deleteValidationSteps(int, Node.NodeType, String, List<String>) - Method in class com.ads.api.util.TestManagerUtil
Removes the ValidationSteps of the specified List of stepNames, testCaseName, nodeId, nodeType.
deleteValidationSteps(int, List<String>) - Method in class com.ads.api.util.TestManagerUtil
Removes the ValidationSteps of the specified testCaseId and List of stepNames.
deleteValidationSteps(String, String, String, String, int, String, String) - Method in class com.ads.services.webservice.TestManagerService
Removes the ValidationSteps of the specified List of stepNames, testCaseName, nodeId, nodeType.
deleteValidationSteps(List<Integer>) - Method in class com.ads.api.util.TestManagerUtil
Removes the TestSteps of the specified List of stepIds.
deleteValidationStepsAs(int, String) - Method in class com.ads.api.util.TestManagerUtil
Removes the ValidationSteps of the specified testCaseId.
deleteValidationStepsAs(int, String, String) - Method in class com.ads.api.util.TestManagerUtil
Removes the ValidationSteps of the specified testCaseId and List of stepNames.
deleteValidationStepsAs(int, String, String, String, String) - Method in class com.ads.api.util.TestManagerUtil
Removes the ValidationSteps of the specified List of stepNames, testCaseName, nodeId, nodeType.
deleteValidationStepsAs(String, String) - Method in class com.ads.api.util.TestManagerUtil
Deletes the TestSteps for the specified List of stepIds.
deleteValidationStepsByIds(String, String, String, String) - Method in class com.ads.services.webservice.TestManagerService
Removes the TestSteps of the specified List of stepIds.
deleteValidationStepsByListOfStepNames(String, String, String, int, String) - Method in class com.ads.services.webservice.TestManagerService
Removes the ValidationSteps of the specified testCaseId and List of stepNames.
deleteValidationStepsByTestCaseId(String, String, String, int) - Method in class com.ads.services.webservice.TestManagerService
Removes the ValidationSteps of the specified testCaseId.
DETAILS - Enum constant in enum class com.ads.api.beans.common.Node.Depth
DETAILS is used when the Depth we want to retrieve is the names of the projects, projectIds along with the project details i.e
ProjectDescription, costCenter, projectSponserFullName, projectBusinessSponserFullName, projectOwnerFullName and auditHistory Details.
DETAILS_DOCUMENTS - Enum constant in enum class com.ads.api.beans.common.Node.Depth
DETAILS_DOCUMENTS is used when the Depth we want to retrieve is the names of the projects,projectIds, projectDetails, along with projectDocuments Details
i.e ProjectDocumentId, ProjectDocumentName, ProjectDocumentType, projectDocumentIntendedDescription, projectDocumentOwner, projectDocumentObject, projectDocumentOwner, projectDocumentStatus, projectDocumentsApprovalRequiredFlag, projectDocumentObjectLink.
DETAILS_PROJECT_RESOURCES - Enum constant in enum class com.ads.api.beans.common.Node.Depth
DETAILS_PROJECT_RESOURCES is used when the Depth we want to retrieve is the names of the projects,projectIds, projectDetails, along with projectResources Details
i.e projectResourcesAssignedRole, projectResourcesAssignedRespnsibilities, projectResourcesUserId, projectResourcesRoleId.
DI - Enum constant in enum class com.ads.api.beans.rsm.Role.RoleType
 
DI_INSTANCE - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
DI Instance details
DI_INSTANCE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an DI_INSTANCE can have DI_INSTANCE.
DI_INSTANCE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an DI_INSTANCE_ID can have ID of DI_INSTANCE.
DISABLED - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
 
DISABLED - Enum constant in enum class com.ads.api.beans.common.APIConstants.UserAccountStatus
 
DISCOVER_ASSETS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an DISCOVER_ASSETS can have DISCOVER_ASSETS.
DISCOVER_ASSETS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an DISCOVER_ASSETS can have ID of DISCOVER_ASSETS.
dissociateTag(Node.NodeType, int, String) - Method in class com.ads.api.util.TagUtil
The tag is dissociated from the object for the specified nodeType and nodeId.
dissociateTag(Node.NodeType, List<Integer>, String) - Method in class com.ads.api.util.TagUtil
Tag is dissociated from the objects for the specified nodeType list of nodeIds and tagName.
dissociateTag(String, String, String, String, int, String) - Method in class com.ads.services.webservice.TagService
Tag is dissociated from the object for the specified nodeType and nodeId.
dissociateTagAs(String, int, String, String) - Method in class com.ads.api.util.TagUtil
Tag is dissociated from the object for the specified nodeType and nodeId.
dissociateTagByIds(String, String, String, String, String, String) - Method in class com.ads.services.webservice.TagService
Tag is dissociated from the objects for the specified nodeType list of nodeIds and tagName.
dissociateTagByIdsAs(String, String, String, String) - Method in class com.ads.api.util.TagUtil
Tag is dissociated from the objects for the specified nodeType list of nodeIds and tagName.
dissociateTags(Node.NodeType, int, List<String>) - Method in class com.ads.api.util.TagUtil
List of tags are dissociated from the object for the specified nodeType, nodeId and list of tagNames.
dissociateTags(Node.NodeType, String, String) - Method in class com.ads.services.webservice.rest.TagResource
List of tags are dissociated from the object for the specified nodeType, objectIds and list of tagNames.
dissociateTags(Node.NodeType, List<Integer>, List<String>) - Method in class com.ads.api.util.TagUtil
List of tags are dissociated from the objects for the specified nodeType, list of nodeIds and list of tagNames.
dissociateTags(String, String, String, String, int, String) - Method in class com.ads.services.webservice.TagService
List of tags are dissociated from the object for the specified nodeType, nodeId and list of tagNames.
dissociateTagsAs(String, int, String, String) - Method in class com.ads.api.util.TagUtil
List of tags are dissociated from the object for the specified nodeType, nodeId and list of tagNames.
dissociateTagsByIds(String, String, String, String, String, String) - Method in class com.ads.services.webservice.TagService
List of tags are dissociated from the objects for the specified nodeType, list of nodeIds and list of tagNames.
dissociateTagsByIdsAs(String, String, String, String) - Method in class com.ads.api.util.TagUtil
List of tags are dissociated from the objects for the specified nodeType, list of nodeIds and list of tagNames.
Document - Class in com.ads.api.beans.common
This class provides some beans control methods related to Documents and its related Audit Specifications.
Document() - Constructor for class com.ads.api.beans.common.Document
 
DocumentsService - Class in com.ads.services.webservice
Web Services are based on the SOAP protocol.The response can be either JSON or XML.
DocumentsService() - Constructor for class com.ads.services.webservice.DocumentsService
 
DocumentUtil - Class in com.ads.api.util
Contains the methods related to perform the operations such as creation, update, deletion and retrieval of Documents.
downloadFile(String) - Method in class com.ads.services.webservice.rest.FileResource
Downloads the file from the given file location on the server, specifying the file location is mandatory, and the input file path should be relative path only.
downloadFile(String, String, String) - Method in class com.ads.services.webservice.FileService
Downloads the file from given file location from the server, Specifying the fileLocation is mandatory, and the input file path should be relative path only.
DSV - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Delimiter-separated values(DSV) store two-dimensional arrays of data by separating the values in each row with specific delimiter characters.
DSV - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Delimiter-separated values(DSV) store two-dimensional arrays of data by separating the values in each row with specific delimiter characters.
DSV - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
Delimiter-separated values(DSV) store two-dimensional arrays of data by separating the values in each row with specific delimiter characters.
DUAL - Enum constant in enum class com.ads.api.beans.common.APIConstants.LineageType
DUAL - Refers to dual lineage.
DUPLICATE_TESTCASE_VALIDATION_STEP_NAME - Static variable in class com.ads.api.beans.common.APIConstants
A constant DUPLICATE_TESTCASE_VALIDATION_STEP_NAME holds the String value DUPLICATE_TESTCASE_VALIDATION_STEP_NAME i.e the duplicateStepnames

E

ENABLED - Enum constant in enum class com.ads.api.beans.common.APIConstants.UserAccountStatus
 
ENGLISH - Enum constant in enum class com.ads.api.beans.common.APIConstants.LanguagePreference
 
ensureEnvironmentExists(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
ensureSystemExists(String) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
ensureTableExists(MMSystemMap, String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
ensureTableExists(MMSystemMap, String, String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
ensureTableExists(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
ensureTableExists(String, String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
ensureTableExists(String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
ensureTableExists(String, String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
ENTERPRISE_CODESETS - Enum constant in enum class com.ads.api.beans.csm.Category.Type
 
ENTITY - Enum constant in enum class com.ads.api.beans.sm.SMColumn.SMColumnType
Entity SMColumnType is used to refer to the root element.Entity can be a table or node.
ENTITY - Enum constant in enum class com.ads.mm.db.dao.DBTable.EntityBaseType
ENTITY EntityBaseType is used to refer, when the node we access is a Table.
ENTITY_ATTRIBUTE - Enum constant in enum class com.ads.api.beans.sm.SMColumn.SMColumnType
Entity_Attribute SMColumnType is used to refer to the specific columns or properties of a particular entity.Entity attribute can be a column.
ENTITY_ATTRIBUTE - Enum constant in enum class com.ads.mm.db.dao.DBTable.EntityBaseType
ENTITY_ATTRIBUTE EntityBaseType is used to refer, when the node we access is a Column.
ENTITY_ELEMENT - Enum constant in enum class com.ads.api.beans.sm.SMColumn.SMColumnType
Entity_Element SMColumnType can be a property of the Entity which can have zero or more occurrences.
ENTITY_ELEMENT - Enum constant in enum class com.ads.mm.db.dao.DBTable.EntityBaseType
ENTITY_ELEMENT EntityBaseType is used to refer, when the node we access is a Column and in turn which itself is a Table.
ENTITY_ROOT - Enum constant in enum class com.ads.mm.db.dao.DBTable.EntityBaseType
ENTITY_ROOT EntityBaseType is used to refer, when the node we access is a Root or ParentTable.
ENTITY_UID - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
ENV_BUSINESS_ENTITY_TYPE - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
ENV_CLEANUP - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ENV_CLEANUP can have ENV_CLEANUP.
ENV_CLEANUP_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ENV_CLEANUP_ID can have ID of ENV_CLEANUP.
ENVIRONMENT - Enum constant in enum class com.ads.api.beans.common.APIConstants.sdiFillOptions
Integer value = 2
ENVIRONMENT - Enum constant in enum class com.ads.api.beans.sm.SMNode.SMNodeType
SMNodeType value ENVIRONMENT refers to the new environment which is created under a system in metaData Repository.
ENVIRONMENT_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
ENVIRONMENT_TABLES_COLUMNS - Enum constant in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
Integer value = 256
equals(Object) - Method in class com.ads.mm.db.dao.DBColumn
equals method used to compare objects and return boolean value as true or false.
equals(Object) - Method in class com.ads.mm.db.dao.DBTable
Method used to compare for equality and returns value as true or false.
equals_old(Object) - Method in class com.ads.mm.db.dao.DBTable
Method used to compare for equality and returns value as true or false.
ER_0001 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_0002 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_0003 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_0004 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_0005 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_D_2001 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_D_2002 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_D_2003 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_D_2004 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_D_2005 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_D_2006 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_L_3001 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_L_3002 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_L_3003 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_L_3004 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_L_3005 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_L_3006 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_P_1001 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_P_1002 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_P_1003 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_P_1004 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_P_1005 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_P_1006 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_S_4001 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_S_4002 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_S_4003 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_S_4004 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_S_4005 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ER_S_4006 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
ERROR_CFX_IMPORT_FAILED - Static variable in class com.ads.api.beans.common.RequestStatusConstants
 
ERROR_CFX_IMPORT_OVERRIDE - Static variable in class com.ads.api.beans.common.RequestStatusConstants
 
ERROR_CFX_WORKFLOW_IMPORT_FAILED - Static variable in class com.ads.api.beans.common.RequestStatusConstants
 
ERROR_CFX_WORKFLOW_IMPORT_OVERRIDE - Static variable in class com.ads.api.beans.common.RequestStatusConstants
 
ERWin - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
ERwin is a software tool for data modeling of custom developed information systems, including databases of transactional systems and data marts.
ERWin - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
ERwin is a software tool for data modeling of custom developed information systems, including databases of transactional systems and data marts.
ERWIN - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
ERwin is a software tool for data modeling of custom developed information systems, including databases of transactional systems and data marts.
ERWin9 - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Deprecated.
ERWin9 - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Deprecated.
ERWIN9 - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
Deprecated.
ERWinBase - Class in com.ads.mm.xml.erwin
This class consists of ENUM constants as ColumnProperties which specifies the properties a column can have and ModelType which specifies the way data can be represented.
ERWinBase() - Constructor for class com.ads.mm.xml.erwin.ERWinBase
 
ERWinBase.ColumnProperties - Enum Class in com.ads.mm.xml.erwin
These constants specifies the ColumnProperties such as DATATYPE, LENGTH, PRECISION and SCALE.
ETL - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
ETL Component could be a Source, Transformation, Lookup, Staging, Destination Component.
ETL - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
ETL defines the components in ETL Tools.
ETL - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
ETL defines the components in ETL Tools.
EVERY_DAY - Enum constant in enum class com.ads.api.beans.common.APIConstants.JOBInterval
 
EVERY_MONTH - Enum constant in enum class com.ads.api.beans.common.APIConstants.JOBInterval
 
EVERY_WEEK - Enum constant in enum class com.ads.api.beans.common.APIConstants.JOBInterval
 
Excel - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Microsoft Excel has the basic features of all spreadsheets, using a grid of cells arranged in numbered rows and letter-named columns to organize the data manipulations.
Excel - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Microsoft Excel has the basic features of all spreadsheets, using a grid of cells arranged in numbered rows and letter-named columns to organize the data manipulations.
EXCEL - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
Microsoft Excel has the basic features of all spreadsheets, using a grid of cells arranged in numbered rows and letter-named columns to organize the data manipulations.
EXCLUDE_SELECTION - Enum constant in enum class com.ads.mm.db.util.DBHelper.ScanCriteria
The EXCLUDE_SELECTION type defines to scan the objects (viz Tables/View/Synonyms) from the given database by excluding the objects specified in the selectedTables/selectedViews/selectedSynonyms property from the given database.
EXPAND - Enum constant in enum class com.ads.api.beans.kv.KeyValue.DisplayPolicy
 
EXPORT_ALL - Enum constant in enum class com.ads.api.beans.common.APIConstants.ExportOption
EXPORT_ALL - Refers to Exporting to individual Excel Files.
EXPORT_INTO_MULTIPLE_SHEET - Enum constant in enum class com.ads.api.beans.common.APIConstants.ExportOption
EXPORT_INTO_MULTIPLE_SHEET - Refers to Exporting to single workbook with multiple ExcelSheets.
EXPORT_INTO_SINGLE_SHEET - Enum constant in enum class com.ads.api.beans.common.APIConstants.ExportOption
EXPORT_INTO_SINGLE_SHEET - Refers to Exporting to a single Excel Sheet.
exportAll() - Method in class com.ads.api.util.CodesetManagerUtil
All the codesets present in enterprise codesets are exported to excel.
exportAll(int, Node.NodeType, APIConstants.SelectionCriteria, APIConstants.ExportOption, boolean, boolean) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specifications are exported to excel for the specified nodeId.
exportAll(String, String, String, String, int, String, String, boolean, boolean) - Method in class com.ads.services.webservice.MappingManagerService
Mapping Specifications are exported to excel for the specified nodeId.
exportAllAs(int, String, String, String, boolean, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specifications are exported to excel for the specified nodeId.
exportAllAs(String) - Method in class com.ads.api.util.CodesetManagerUtil
All the codesets present in enterprise codesets are exported to excel.
exportAllCodesets(String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
All the codesets present in enterprise codesets are exported to excel.
exportCatalog(int) - Method in class com.ads.api.util.BusinessGlossaryUtil
BusinessObjects are exported to excel for the specified catalogId.
exportCatalog(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
BusinessObjects are exported to excel for the specified assetName and catalogPath.
exportCatalog(String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
BusinessObjects are exported to excel for the specified catalogId.
exportCatalogAs(int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
BusinessObjects are exported to excel for the specified catalogId.
exportCatalogByAsset(String, String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
BusinessObjects are exported to excel for the specified assetName and catalogPath.
exportCatalogByAssetAs(String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
BusinessObjects are exported to excel for the specified assetName and catalogPath.
exportCodesets(int, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are exported to excel for the specified categoryId.
exportCodesets(String, String, String, int, boolean) - Method in class com.ads.services.webservice.CodesetManagerService
Codesets are exported to excel for the specified categoryId.
exportCodesetsAs(int, boolean, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are exported to excel for the specified categoryId.
exportCodeValues(int) - Method in class com.ads.api.util.CodesetManagerUtil
Codevalues are exported to excel for the specified codesetId.
exportCodeValues(String, String, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Codevalues are exported to excel for the specified codesetId.
exportCodeValuesAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codevalues are exported to excel for the specified codesetId.
exportDataDictionary(int, int, int) - Method in class com.ads.api.util.SystemManagerUtil
Environment or table is exported to xlsx format for the specified objectId and objectTypeId.
exportDataDictionary(String, String, String, int, int, int) - Method in class com.ads.services.webservice.SystemManagerService
Environment or table is exported to xlsx format for the specified objectId and objectTypeId.
exportDataDictionaryAs(int, int, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Environment or table is exported to xlsx format for the specified objectId and objectTypeId.
exportEnvironment(int, APIConstants.FileExtension) - Method in class com.ads.api.util.SystemManagerUtil
Environment is exported to xml for the specified environmentId.
exportEnvironment(String, String, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Environment is exported to xml for the specified environmentId.
exportEnvironmentAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Environment is exported to xml for the specified environmentId.
exportMappingToExcel(int, boolean, boolean) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specification is exported to excel for the specified mapId.
exportMappingToExcel(int, Node.NodeType, String, boolean, boolean) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specification is exported to excel for the specified mapName.
exportMappingToExcel(String, String, String, int, boolean, boolean) - Method in class com.ads.services.webservice.MappingManagerService
Mapping Specification is exported to excel for the specified mapId.Specifying the mapId is mandatory.
exportMappingToExcelAs(int, boolean, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specification is exported to excel for the specified mapId.Specifying the mapId is mandatory.
exportMappingToExcelAs(int, String, String, boolean, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specification is exported to excel for the specified mapName.
exportMappingToExcelWithMapName(String, String, String, String, int, String, boolean, boolean) - Method in class com.ads.services.webservice.MappingManagerService
Mapping Specification is exported to excel for the specified mapName.
exportMappingXml(int, Node.NodeType, APIConstants.SelectionCriteria) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specifications are exported to XML for the specified nodeId.
exportMappingXml(String, String, String, String, int, String) - Method in class com.ads.services.webservice.MappingManagerService
Mapping Specifications are exported to XML for the specified nodeId.
exportMappingXmlAs(int, String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specifications are exported to XML for the specified nodeId.

F

FAILED_IDS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an FAILED_IDS can have FAILED_IDS.i.e IDS which are failed.
FAILED_OBJECTS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an FAILED_OBJECTS can have FAILED_OBJECTS.
FAILURE - Static variable in class com.icc.util.RequestStatus
 
FIELD - Enum constant in enum class com.ads.api.beans.sm.SMColumn.SMColumnType
FIELD SMColumnType can be a property of the COMPONENT which can have zero or more occurrences.
FIELD - Enum constant in enum class com.ads.api.beans.sm.SMNode.SMNodeType
SMNodeType value FIELD refers to the specific part or attribute or a property of the Component.
FIELD - Enum constant in enum class com.ads.mm.db.dao.DBTable.EntityBaseType
FIELD EntityBaseType is used to refer, when the node we access is a Column in ETL Environment.
FileResource - Class in com.ads.services.webservice.rest
Contains the methods which performs the operations related to files.
FileResource() - Constructor for class com.ads.services.webservice.rest.FileResource
 
FileService - Class in com.ads.services.webservice
Contains the methods which performs the operations related to files.
FileService() - Constructor for class com.ads.services.webservice.FileService
 
fillAlongAdjustingMetadata(MMSystemMap.Type, boolean, boolean) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
fillCopyColumnDependencies() - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
fillCopyColumnDependencies() - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
fillEnvironmentDetails() - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
fillEnvironmentDetails() - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
fillMappings(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
fillMappingsInfo(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
fillMultiCastDependencies() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformationMap
 
fillOrphanTransformations() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
fillUnionAllDependencies() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformationMap
 
findColumn(String) - Method in class com.ads.mm.etl.xml.mapping.MMColumnMap
 
findColumn(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
findColumn(String, String) - Method in class com.ads.mm.etl.xml.mapping.MMColumnMap
 
findColumn(String, String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
findColumnInPool(MMSystemMap.Type, String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
findColumnInPool(MMSystemMap.Type, String, String, String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
findColumnInPool(String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
findColumnInPool(String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
findColumnInPool(String, String, String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
findColumnInPool(String, String, String, String, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
findEnvironment(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
findEnvironment(String) - Method in class com.ads.mm.etl.xml.mapping.MMEnvironmentMap
 
findFirstValidColumn(ArrayList<MMDBColumn>) - Static method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
findFirstValidColumn(ArrayList<MMDBColumn>) - Static method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
findFirstValidTable() - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
findSystem(String) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
findTable(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
findTable(String) - Method in class com.ads.mm.etl.xml.mapping.MMTableMap
 
findTable(String, String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
findTable(String, String) - Method in class com.ads.mm.etl.xml.mapping.MMTableMap
 
findTableByEntityUID(String, String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
findTableByEntityUID(String, String) - Method in class com.ads.mm.etl.xml.mapping.MMTableMap
 
FORWARD - Enum constant in enum class com.ads.api.beans.common.APIConstants.LineageType
FORWARD - Refers to forward lineage.
FORWARD - Enum constant in enum class com.ads.api.beans.common.APIConstants.RelationshipType
FORWARD - Refers to forward relationship type.
FRENCH - Enum constant in enum class com.ads.api.beans.common.APIConstants.LanguagePreference
 
FRESH_UPLOAD - Enum constant in enum class com.ads.api.beans.common.APIConstants.MetadataScanAction
FRESH_UPLOAD Operation refers to Delete and Reload
FRESH_UPLOAD - Enum constant in enum class com.icc.util.DBProperties.Operation
FRESH_UPLOAD Operation refers to Delete and Reload

G

generateUUID() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
geObjectIdByAsset(String, String, String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the id of businessObject for the specified assetName, catalogPath and businessObjectName.
geObjectIdByAssetAs(String, String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the id of businessObject for the specified assetName, catalogPath and businessObjectName.
GERMAN - Enum constant in enum class com.ads.api.beans.common.APIConstants.LanguagePreference
 
getAcronym() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the acronym value of Business Term as YES or NO.
getActualDevelopLevelOfEffort() - Method in class com.ads.api.beans.mm.Mapping
Returns the actual level of effort.
getActualDevelopLoe() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getActualEtlEffort() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getActualETLEffort() - Method in class com.ads.api.beans.mm.Mapping
Returns the actualETLEffort.
getActualEtlEffortUnits() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getActualETLEffortUnits() - Method in class com.ads.api.beans.mm.Mapping
Returns the actualETLEffortUnits.
getActualMappingEffort() - Method in class com.ads.api.beans.mm.Mapping
Returns the actualMappingEffort.
getActualMappingEffort() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getActualMappingEffortUnits() - Method in class com.ads.api.beans.mm.Mapping
Returns the actualMappingEffortUnits.
getActualMappingEffortUnits() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getActualName() - Method in enum class com.ads.mm.db.dao.DBTable.TableType
 
getActualNotes() - Method in class com.ads.api.beans.mm.Mapping
Returns the actualNotes.
getActualNotes() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getActualResult() - Method in class com.ads.api.beans.tm.TestCase
Returns the actualResult.
getActualResult() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the actualResult.
getActualTableName() - Method in class com.ads.api.beans.sm.SMTable
Returns the actualTableName.
getActualTableName() - Method in class com.ads.mm.db.dao.DBTable
Returns the actualTableName.
getAllAssetTypes() - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of all asstetType objects present in Business Glossary module.
getAllAssetTypes(String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the list of all asstetType objects in the Business Glossary module in the form of JSON or XML.
getAllAssetTypesAs(String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of all asstetType objects present in the BusinessGlossary module in the form of JSON or XML.
getAllCatalogs(int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of all catalog objects present in the BusinessGlossary module.
getAllCatalogs(String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the list of all catalog objects present in the Business Glossary module in the form of JSON or XML.
getAllCatalogsAs(int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of all catalog objects present in the Business Glossary module in the form of JSON or XML.
getAllEnvironments() - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
getAllInfo(String, String, String) - Method in class com.ads.api.util.AMMUtil
Returns the information about application,system,virtual machine,JVM,JRE etc.
getAllInfo(String, String, String) - Method in class com.ads.services.webservice.AMMService
Returns the information about application,system,virtual machine,JVM,JRE etc.
getAllKeyIdsForObjectTypeIdsMap(String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Returns the Map of keyId's for the specified Map of objectTypeId and List of objectIds.
getAllKeyValuesForObjectId(String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Returns the key value pairs for the specified objectTypeId and objectId.outputFormat can be either JSON or XML.
getAllKeyValuesForObjectTypeIdsMap(String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Returns Map of Key Value pairs for the specified Map of objectTypeId's and List of objectId's.outputFormat can be either JSON or XML.
getAllLists() - Method in class com.ads.mm.db.dao.DBSchema
Returns the List of DBTable.
getAllRetiredCodesets() - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of all retired codesets present in enterprise codesets.
getAllRetiredCodesets(String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the list of all retired codesets present in enterprise codesets.
getAllRetiredCodesetsAs(String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of all retired codesets present in enterprise codesets.
getAllTables() - Method in class com.ads.api.beans.sm.SMSchema
Returns the list of SMTable objects.
getAllTags() - Method in class com.ads.api.util.TagUtil
Returns the list of all tags present in the master configuration.
getAllTags(String, String, String) - Method in class com.ads.services.webservice.TagService
Returns the list of all tags present in the master configuration.
getAllTagsAs(String) - Method in class com.ads.api.util.TagUtil
Returns the list of all tags present in the master configuration.
getApplicationInfo(String, String, String) - Method in class com.ads.api.util.AMMUtil
Returns the application information like company name,application name,application version etc.
getApplicationInfo(String, String, String) - Method in class com.ads.services.webservice.AMMService
Returns the application information like company name,application name,application version etc.
getAppPath() - Static method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getApprovalFlag() - Method in class com.ads.api.beans.tm.TestCase
Returns the approvalFlag.
getApproved() - Method in class com.ads.api.beans.tm.TestCase
Returns the approved value.
getApprovedBy() - Method in class com.ads.api.beans.tm.TestCase
Returns the approvedBy value.
getAssetType() - Method in class com.ads.api.beans.bgm.BusinessObject
Returns the assetType details of the business object.
getAssetType(int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the assetType object for the specified assetTypeId.
getAssetType(int) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Returns the assetType object for the specified assetTypeId.
getAssetType(String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the assetType object for the specified name.
getAssetType(String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the AssetType object in the form of JSON for the specified assetTypeId.
getAssetTypeAs(int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the assetType object in the form of JSON for the specified assetTypeId.
getAssetTypeByName(String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the AssetType object in the form of JSON for the specified assetName.
getAssetTypeByNameAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the assetType object in the form of JSON for the specified assetName.
getAssetTypeId(String) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Returns the assetType Id for the specified assetTypeName.
getAssetTypes(String, int, int) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Returns the list of asstetType objects for the given assetTypeIds.
getAssetTypes(String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the List of AsstetType Objects in the form of JSON for the given assetTypeIds.
getAssetTypes(List<Integer>) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the List objects for the specified list of assetTypeIds.
getAssetTypesAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of asstetType objects in the form of JSON for the given assetIds.
getAssetTypesByNames(String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the List of AsstetType Objects in the form of JSON for the given assetTypeNames.
getAssetTypesByNames(List<String>) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the List objects for the specified assetTypeNames.
getAssetTypesByNamesAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of asstetType objects in the form of JSON for the given assetTypeNames.
getAssignedCodesets(int) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
getAssignedCodesets(int, int) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
getAssignedCodesets(Node.NodeType, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeset objects for the specified nodeType and nodeId where each codeset object contains codeset name, codeset description, codeset status and category name in which codeset is present etc...
getAssignedCodesets(Node.NodeType, int, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeset objects for the specified nodeType and nodeId.
getAssignedCodesets(String, String, String, String, int, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the list of codeset objects for the specified nodeType and nodeId.
getAssignedCodesetsAs(int, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
getAssignedCodesetsAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
getAssignedCodesetsAs(String, int, int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeset objects for the specified nodeType and nodeId.
getAssignedResponsibilites() - Method in class com.ads.api.beans.common.AssignedResource
Returns the Responsibilities Assigned.
getAssignedRole() - Method in class com.ads.api.beans.common.AssignedResource
Returns the Role Assigned.
getAssociatedBusinessTerm() - Method in class com.ads.api.beans.sm.SMColumn
Returns the associatedBusinessTerm Value.
getAssociatedBusinessTerm() - Method in class com.ads.api.beans.sm.SMTable
Returns the associatedBusinessTerm value.
getAssociatedBusinessTerm() - Method in class com.ads.mm.db.dao.DBColumn
 
getAssociatedBusinessTerm() - Method in class com.ads.mm.db.dao.DBTable
 
getAssociatedBusinessTermId() - Method in class com.ads.api.beans.sm.SMColumn
Returns the associatedBusinessTermId Value.
getAssociatedBusinessTermId() - Method in class com.ads.api.beans.sm.SMTable
Returns the associatedBusinessTermId value.
getAssociatedBusinessTermId() - Method in class com.ads.mm.db.dao.DBColumn
 
getAssociatedBusinessTermId() - Method in class com.ads.mm.db.dao.DBTable
 
getAssociatedCrossID(String) - Static method in class com.ads.mm.etl.xml.mapping.MMUUID
If it cannot retrieve ID basing on name, then a new random ID is generated and stored for future reference and the same is supplied back
getAssociatedID(String) - Method in class com.ads.mm.etl.xml.mapping.MMUUID
If it cannot retrieve ID basing on name, then a new random ID is generated and stored for future reference and the same is supplied back
getAssociatedTags(Node.NodeType, int) - Method in class com.ads.api.util.TagUtil
Returns the list of associated tags of the specified nodeType and nodeId.
getAssociatedTags(Node.NodeType, int, int, int) - Method in class com.ads.services.webservice.rest.TagResource
Returns the list of associated tags of the specified nodeType and objectId(nodeId).
getAssociatedTags(String, String, String, String, int) - Method in class com.ads.services.webservice.TagService
Returns the list of associated tags of the specified nodeType and nodeId.
getAssociatedTagsAs(String, int, String) - Method in class com.ads.api.util.TagUtil
Returns the list of associated tags of the specified nodeType and nodeId.
getAssociatedUUID(String) - Method in class com.ads.mm.etl.xml.mapping.MMUUID
If it cannot retrieve UUID basing on name, then a new random uuid is generated and stored for future reference and the same is supplied back
getAssociation(int) - Method in class com.ads.api.util.AssociationUtil
Returns the association object for the specified associationId.
getAssociation(int, boolean) - Method in class com.ads.api.util.AssociationUtil
Returns the association object for the specified associationId and fillInfo.
getAssociation(String, String, String, int, boolean) - Method in class com.ads.services.webservice.AssociationService
Returns the association object for the specified associationId.
getAssociationAs(int, boolean, String) - Method in class com.ads.api.util.AssociationUtil
Returns the association object for the specified associationId and fillInfo.
getAssociationAs(int, String) - Method in class com.ads.api.util.AssociationUtil
Returns the association object for the specified associationId.
getAssociations(int, int) - Method in class com.ads.api.util.AssociationUtil
Returns the list association objects for the specified sourceObjectId and sourceObjectTypeId.
getAssociations(int, int, boolean) - Method in class com.ads.api.util.AssociationUtil
Returns the list association objects for the specified objectId, objectTypeId and fillInfo.
getAssociations(String, boolean) - Method in class com.ads.api.util.TagUtil
Returns the list of associations of the tag object for the specified.
getAssociations(String, boolean, int, int) - Method in class com.ads.services.webservice.rest.AssociationResource
Returns the list association objects for the specified list of associationIds.
getAssociations(String, String, String, String, boolean) - Method in class com.ads.services.webservice.AssociationService
Returns the list association objects for the specified list of associationIds.
getAssociations(List<Integer>) - Method in class com.ads.api.util.AssociationUtil
Returns the list association objects for the specified list of associationIds.
getAssociations(List<Integer>, boolean) - Method in class com.ads.api.util.AssociationUtil
Returns the list association objects for the specified list of associationIds and fillInfo.
getAssociationsAs(String, boolean, String) - Method in class com.ads.api.util.AssociationUtil
Returns the list association objects for the specified list of associationIds and fillInfo.
getAssociationsAs(String, boolean, String) - Method in class com.ads.api.util.TagUtil
Returns the list of associations of the tag object for the specified tag name.
getAssociationsAs(String, String) - Method in class com.ads.api.util.AssociationUtil
Returns the list association objects for the specified list of associationIds.
getAssociationsById(int, boolean) - Method in class com.ads.api.util.TagUtil
Returns the list of associations of the tag object for the specified tagId.
getAssociationsByIdAs(int, boolean, String) - Method in class com.ads.api.util.TagUtil
Returns the list of associations of the tag object for the specified tagId.
getAssociationsByObjectType(Node.NodeType, String, boolean, int, int) - Method in class com.ads.services.webservice.rest.AssociationResource
Returns the list association objects for the specified nodeType and objectIds.
getAssociationsByObjectType(String, String, String, int, int, boolean) - Method in class com.ads.services.webservice.AssociationService
Returns the list association objects for the specified objectId and objectTypeId.Specifying the objectId and objectTypeId is mandatory.
getAssociationsByObjectTypeAs(int, int, boolean, String) - Method in class com.ads.api.util.AssociationUtil
Returns the list association objects for the specified objectId, objectTypeId and fillInfo.
getAssociationsByObjectTypeAs(int, int, String) - Method in class com.ads.api.util.AssociationUtil
Returns the list association objects for the specified objectId and objectTypeId.
getAssociationsList() - Method in class com.ads.api.beans.sm.SMColumn
It will not return any associations particular to this object as it is being used internally.
getAssociationsList() - Method in class com.ads.api.beans.sm.SMEnvironment
It will not return any associations particular to this object as it is being used internally.
getAssociationsList() - Method in class com.ads.api.beans.sm.SMTable
It will not return any associations particular to this object as it is being used internally.
getAssociationsList() - Method in class com.ads.mm.db.dao.DBColumn
It will not return any associations particular to this object as it is being used internally.
getAssociationsList() - Method in class com.ads.mm.db.dao.DBEnvironment
It will not return any associations particular to this object as it is being used internally.
getAssociationsList() - Method in class com.ads.mm.db.dao.DBTable
It will not return any associations particular to this object as it is being used internally.
getAttachDoc() - Method in class com.ads.api.beans.tm.TestCase
Returns the attach Document.
getAttachFile() - Method in class com.ads.api.beans.tm.TestCase
 
getAuditHistory() - Method in class com.ads.api.beans.bgm.AssetType
Returns the auditHistory Details of the catalog.
getAuditHistory() - Method in class com.ads.api.beans.bgm.BusinessObject
Returns the auditHistory details of the business object.
getAuditHistory() - Method in class com.ads.api.beans.bgm.Catalog
Returns the auditHistory details of the catalog.
getAuditHistory() - Method in class com.ads.api.beans.common.AssignedResource
Returns the AuditHistory Details such as CreatedBy, CreatedDateTime etc...
getAuditHistory() - Method in class com.ads.api.beans.common.Document
Returns the auditHistory.
getAuditHistory() - Method in class com.ads.api.beans.common.Tag
Returns the auditHistory.
getAuditHistory() - Method in class com.ads.api.beans.csm.Category
Returns the auditHistory details of the category.
getAuditHistory() - Method in class com.ads.api.beans.csm.Codeset
Returns the auditHistory Details.
getAuditHistory() - Method in class com.ads.api.beans.csm.CodeValue
Returns the AuditHistory Details.
getAuditHistory() - Method in class com.ads.api.beans.csm.CSMEnvironment
Returns the AuditHistory Details.
getAuditHistory() - Method in class com.ads.api.beans.kv.KeyValue
Returns the auditHistory.
getAuditHistory() - Method in class com.ads.api.beans.mm.Mapping
Returns the auditHistory.
getAuditHistory() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the AuditHistory Details.
getAuditHistory() - Method in class com.ads.api.beans.mm.Subject
Returns the auditHistory Details.
getAuditHistory() - Method in class com.ads.api.beans.rsm.Role
Returns AuditHistory object of the Role.
getAuditHistory() - Method in class com.ads.api.beans.sm.SMColumn
Returns the auditHistory Details.
getAuditHistory() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the AuditHistory.
getAuditHistory() - Method in class com.ads.api.beans.sm.SMSystem
Returns the AuditHistory Details.
getAuditHistory() - Method in class com.ads.api.beans.sm.SMTable
Returns the auditHistory details of the table object.
getAuditHistory() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getAuthenticationType() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the authenticationType Value.
getAverageConcurrentUsersCount() - Method in class com.ads.api.beans.sm.SMSystem
Returns the averageConcurrentUsersCount.
getAverageNamedUsersCount() - Method in class com.ads.api.beans.sm.SMSystem
Returns the averageNamedUsersCount.
getBaseSourceSystemEnvironmentName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the baseSourceSystemEnvironmentName.
getBaseSourceSystemName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the baseSourceSystemName.
getBaseTargetSystemEnvironmentName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the baseTargetSystemEnvironmentName.
getBaseTargetSystemName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the baseTargetSystemEnvironmentName.
getBatchSerial() - Method in class com.ads.mm.db.dao.DBOperationHelper
Returns the batchSerial.
getBusinessAsset(Node.NodeType, int) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Returns the businessAsset(Business object) for the specified businessAssetId and nodeType.
getBusinessAssetId(String, String, String) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Returns the id of businessAsset(Business object) for the specified assetTypeName, catalogPath and businessAssetName.
getBusinessAssets(Node.NodeType, String, int, int) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Returns the list of businessAsset((Business object) for the specified list of businessAssetIds and nodeType.
getBusinessAssetsByCatalogId(Node.NodeType, int, int, int) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
 
getBusinessEntityType() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the businessEntityType value.
getBusinessEntityType() - Method in class com.ads.api.beans.sm.SMTable
Returns the businessEntityType value.
getBusinessEntityType() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the businessEntityType.
getBusinessEntityType() - Method in class com.ads.mm.db.dao.DBTable
 
getBusinessKeyFlag() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column businessKeyFlag.
getBusinessName() - Method in class com.ads.api.beans.rsm.Role
Returns the businessName of the Role.
getBusinessObjects() - Method in class com.ads.api.beans.bgm.Catalog
 
getBusinessRule() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the businessRule.
getBusinessRule() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getBussinessRule() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
Deprecated.
Since v9.0
getBusTableEntityType() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getByCode(int) - Static method in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
getCatalog(int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the catalog object for the specified catalogId.
getCatalog(int) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Returns the catalog object for the specified catalogId.
getCatalog(int, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the catalog object for the specified catalogName and parentCatalogId.
getCatalog(String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the Catalog object in the form of JSON for the specified catalogId.
getCatalogAs(int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the catalog object in the form of JSON for the specified catalogId.
getCatalogAs(String, int, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the catalog object in the form of JSON for the specified objectType, catalogName and parentcatalogId.
getCatalogByName(String, String, String, String, int, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the Catalog object in the form of JSON for the specified catalogName and parentcatalogId.Specifying the name and parentcatalogId are mandatory.
getCatalogId() - Method in class com.ads.api.beans.bgm.BusinessObject
Returns the catalogId in which the business object is present.
getCatalogId() - Method in class com.ads.api.beans.bgm.Catalog
Returns the catalog Id in which the Business Term is present.
getCatalogId(int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the catalogId for the specified objectTypeId and catalogPath.
getCatalogId(String, String) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Returns the catalogId for the specified assetTypeName and catalogPath.
getCatalogId(String, String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the catalogId for the specified objectType and catalogPath of the catalog.
getCatalogIdAs(String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the catalogId for the specified objectType and catalogPath.
getCatalogName() - Method in class com.ads.api.beans.bgm.Catalog
Returns the catalog Name.
getCatalogPath(int, int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the catalog path for the specified objectTypeId and catalogId.
getCatalogPath(String, int) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Returns the catalog path for the specified nodeType and catalogId.
getCatalogPath(String, String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the Catalog Path for the specified objectType and catalogId.
getCatalogPathAs(String, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the catalog path for the specified objectType and catalogId.
getCatalogs(int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the List objects for the specified parentCatalogId.
getCatalogs(int, int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of catalog objects for the specified parentCatalogId and fillOptions.
getCatalogs(String, int, int, int) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Returns the list of catalog objects for the given catalogIds.
getCatalogs(String, String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the List of Catalog Objects in the form of JSON for the given catalogIds.
getCatalogs(List<Integer>) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the List objects for the specified catalogIds.
getCatalogs(List<Integer>, int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of catalog objects for the specified catalogIds and fillOptions.
getCatalogsAs(int, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of catalog objects in the form of JSON for the given parentCatalogId.
getCatalogsAs(int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of catalog objects in the form of JSON for the specified parentcatalogId.
getCatalogsAs(String, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of catalog objects in the form of JSON for the given catalogIds.
getCatalogsAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of catalog objects in the form of JSON for the given catalogIds.
getCatalogsByAssetType(String, int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of catalog objects for the specified assetTypeName and fillExtendedProperties.
getCatalogsByAssetType(String, String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the list of catalog objects in the form of JSON for the specified assetTypeName and fillOptions.
getCatalogsByAssetTypeAs(String, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of catalog objects in the form of JSON for the specified assetTypeId and fillOptions.
getCatalogsByAssetTypeId(int, int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of catalog objects for the specified assetTypeId and fillExtendedProperties.
getCatalogsByAssetTypeId(int, int, int, int) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
 
getCatalogsByAssetTypeId(String, String, String, int, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the list of catalog objects in the form of JSON for the specified assetTypeId and fillOptions.
getCatalogsByAssetTypeIdAs(int, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of catalog objects in the form of JSON for the specified assetTypeId and fillOptions.
getCatalogSelection() - Method in class com.erwin.api.beans.scheduler.MetadataELNJobOptions
 
getCatalogsTypeId() - Method in class com.ads.api.beans.bgm.AssetType
Returns the catalogsTypeId.
getCatalogTypeId() - Method in class com.ads.api.beans.bgm.AssetType
Returns the catalogTypeId.
getCatalogTypeId() - Method in class com.ads.api.beans.bgm.Catalog
Returns the catalog type id.
getCategories() - Method in class com.ads.api.beans.csm.Category
Returns the list of categories.
getCategories(String, String, String, String, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the list of category objects for the specified categoryIds list and categoryType.Specifying the categoryIds list and categoryType are mandatory.
getCategories(List<Integer>, Category.Type) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of category objects for the specified categoryIds list and categoryType.
getCategories(List<Integer>, Category.Type, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of category objects for the specified categoryIds list and categoryType.
getCategoriesAs(String, String, int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of category objects for the specified categoryIds list and categoryType.Specifying the categoryIds list and categoryType are mandatory.
getCategory(int, Category.Type) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the category object for the specified categoryId and categoryType.
getCategory(int, Category.Type, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the category object for the specified categoryId and categoryType.
getCategory(int, Category.Type, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the category object for the specified parentCategoryId, categoryType and categoryName.
getCategory(String, String, String, int, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the category object for the specified categoryId and categoryType.
getCategoryAs(int, String, int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the category object for the specified categoryId and categoryType.
getCategoryAs(int, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the category object for the specified categoryId and categoryType.
getCategoryAs(int, String, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the category object for the specified parentCategoryId, categoryType and categoryName.
getCategoryByName(String, String, String, int, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the category object for the specified parentCategoryId, categoryType and categoryName.
getCategoryId() - Method in class com.ads.api.beans.csm.Codeset
Returns the categoryId.
getCategoryId(int, Category.Type, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the category id for the given categoryName and categoryType.
getCategoryId(String, String, String, int, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the category id for the specified categoryName and categoryType.
getCategoryIdAs(int, String, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the category id for the specified categoryName and categoryType.
getCategoryType() - Method in class com.ads.api.beans.csm.Category
Returns the categoryType of the category
getCategoryType(String) - Static method in enum class com.ads.api.beans.csm.Category.Type
 
getCcList() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getCellType() - Method in class com.ads.api.beans.kv.KeyValue
Returns the cellType Value
getChangedDescription() - Method in class com.ads.api.beans.csm.Codeset
Returns the changedDescription of codeset.
getChangedDescription() - Method in class com.ads.api.beans.mm.Mapping
Returns the changedDescription.
getChangedDescription() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getChangeDescription() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the changeDescription Value.
getChangeDescription() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the changeDescription.
getChildCatalogs(String, String, String, int, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the List of Catalog objects in the form of JSON or XML for the specified ParentCatalogId.Specifying the ParentCatalogId is mandatory.
getChildId() - Method in class com.ads.api.beans.kv.KeyValue
Returns the childId Value.
getChildNodes() - Method in class com.ads.api.beans.common.Node
Returns childNodes of the Node.
getChildPermissions() - Method in class com.ads.api.beans.rsm.Permission
Returns list of child permission objects of the permission.
getChineseDescription() - Method in class com.ads.api.beans.rsm.Permission
Returns the permission description in Chinese language.
getClient() - Method in class com.ads.mm.db.util.DBHelper
Returns the client.
getCode() - Method in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
getCodeset(int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset object for the specified codesetId.
getCodeset(int, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset object for the specified codesetId.
getCodeset(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset object for the specified categoryId and codesetName Specifying the categoryId and codesetName are mandatory.
getCodeset(int, String, float) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset object for the specified categoryId and codesetName Specifying the categoryId and codesetName are mandatory.
getCodeset(int, String, float, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset object for the specified categoryId, codesetName and version.
getCodeset(int, String, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset object for the specified categoryId and codesetName Specifying the categoryId and codesetName are mandatory.
getCodeset(String, String, String, int, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the codeset object for the specified codesetId.
getCodesetAs(int, int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset object for the specified codesetId.
getCodesetAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset object for the specified codesetId.
getCodesetAs(int, String, float, int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset object for the specified categoryId and codesetName Specifying the categoryId and codesetName are mandatory.
getCodesetAs(int, String, float, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset object for the specified categoryId, codesetName and version.
getCodesetAs(int, String, int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset object for the specified categoryId and codesetName Specifying the categoryId and codesetName are mandatory.
getCodesetAs(int, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset object for the specified categoryId and codesetName Specifying the categoryId and codesetName are mandatory.
getCodesetByName(String, String, String, int, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the codeset object for the specified categoryId and codesetName Specifying the categoryId and codesetName are mandatory.
getCodesetByVersion(String, String, String, int, String, float, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the codeset object for the specified categoryId, codesetName and version.
getCodesetId() - Method in class com.ads.api.beans.csm.CodeValue
Returns the codesetId.
getCodesetId(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset id for the specified categoryId and codesetName.
getCodesetId(String, String, String, int, String) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the codeset id for the specified categoryId and codesetName.
getCodesetIdAs(int, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the codeset id for the specified categoryId and codesetName.
getCodesetMappingName() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getCodesets() - Method in class com.ads.api.beans.csm.Category
Returns the list of codesets
getCodesets(int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeset objects for the specified categoryId.
getCodesets(int, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeset objects for the specified categoryId.
getCodesets(String, String, String, int, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the list of codeset objects for the specified categoryId.
getCodesets(List<Integer>) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeset objects for the specified codesetIds list.
getCodesets(List<Integer>, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeset objects for the specified codesetIds list.
getCodesetsAs(int, int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeset objects for the specified categoryId.
getCodesetsAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeset objects for the specified categoryId.
getCodesetsAs(String, int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeset objects for the specified codesetIds list.
getCodesetsAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeset objects for the specified codesetIds list.
getCodesetsByIds(String, String, String, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the list of codeset objects for the specified codesetIds list.
getCodeValue(String, String) - Method in class com.ads.mm.db.dao.DBColumn
 
getCodeValueById(String) - Method in class com.ads.mm.db.dao.DBColumn
 
getCodeValues() - Method in class com.ads.api.beans.csm.Codeset
Returns the list of CodeValue objects where each codeValue Object contains details like codeName,codeValue,description etc...
getCodeValues(int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codevalue objects for the specified codesetId.
getCodeValues(int, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codevalue objects for the specified codesetId.
getCodeValues(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codevalue objects for the specified categoryId and codesetName.
getCodeValues(int, String, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codevalue objects for the specified categoryId and codesetName.
getCodeValues(String, String, String, int, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the list of codevalue objects for the specified categoryId and codesetName.
getCodeValuesAs(int, int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codevalue objects for the specified codesetId.
getCodeValuesAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codevalue objects for the specified codesetId.
getCodeValuesAs(int, String, int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codevalue objects for the specified categoryId and codesetName.
getCodeValuesAs(int, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codevalue objects for the specified categoryId and codesetName.
getCodeValuesByCodeset(String, String, String, int, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the list of codevalue objects for the specified codesetId.
getColor() - Method in class com.ads.api.beans.bgm.AssetType
Returns the asset color.
getColumn(int) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMColumn object for the specified columnId.
getColumn(int, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMColumn object for the specified columnId.
getColumn(int, int) - Method in class com.ads.services.webservice.rest.SystemResource
Returns SMColumn object for the specified columnId.
getColumn(int, String, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMColumn object for the specified columnName of a particular table whose tableId also specified.
getColumn(String) - Method in class com.ads.api.beans.sm.SMIndex
Returns the SMColumn object.
getColumn(String) - Method in class com.ads.api.beans.sm.SMTable
Returns SMColumn Object for the specified name of the column.
getColumn(String) - Method in class com.ads.mm.db.dao.DBIndex
 
getColumn(String) - Method in class com.ads.mm.db.dao.DBTable
Returns DBColumn Object for the specified name of the column.
getColumn(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMColumn object for the specified columnId.
getColumnAlias() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnAlias Value.
getColumnAlias() - Method in class com.ads.mm.db.dao.DBColumn
Returns the columnAlias
getColumnAlias() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getColumnAs(int, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMColumn object for the specified columnId.
getColumnAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMColumn object as String in the specified outputFormat for the specified columnId.
getColumnAs(int, String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMColumn object for the specified columnName of a particular table whose tableId also specified.
getColumnAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMColumn Object for the specified tableId and columnName.
getColumnById(String, String, String, int, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMColumn object for the specified columnId.
getColumnByName(String, String, String, int, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMColumn Object for the specified tableId and columnName.
getColumnByTableId(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMColumn Object for the specified tableId and columnName.
getColumnClass() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnClass.
getColumnClass() - Method in class com.ads.mm.db.dao.DBColumn
Returns the columnClass.
getColumnClass() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getColumnComments() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnComments.
getColumnComments() - Method in class com.ads.mm.db.dao.DBColumn
Returns the columnComments.
getColumnComments() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getColumnCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getColumnDataDomain() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnDataDomain Value.
getColumnDatatype() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnDatatype.
getColumnDBDefaultValue() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnDBDefaultValue.
getColumnDefinition() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnDefinition.
getColumnDetails(APIConstants.EndPointType, int) - Method in class com.ads.api.util.LineageUtil
Returns the List object for the specified mappingSequenceId.
getColumnDetails(APIConstants.EndPointType, ArrayList<Integer>) - Method in class com.ads.api.util.LineageUtil
Returns the Map<Integer, List> object for the specified list of mappingSequenceIds.
getColumnDetails(String, String, String, String, int) - Method in class com.ads.services.webservice.LineageService
Returns the List Objects String in the form of JSON for the specified mappingSequenceId.The returned SMColumn Objects contains the details about the source and target columns like systemName, environmentName, tableName, columnName, columnDataType etc..
getColumnDetailsAs(String, int, String) - Method in class com.ads.api.util.LineageUtil
Returns the List Objects String in the form of JSON for the specified mappingSequenceId.The returned SMColumn Objects contains the details about the source and target columns like systemName, environmentName, tableName, columnName, columnDataType etc..
getColumnDetailsAs(String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the List Objects String in the form of JSON for the specified mappingSequenceIds.The returned SMColumn Objects contains the details about the source and target columns like systemName, environmentName, tableName, columnName, columnDataType etc..
getColumnDetailsByMapSeqIds(String, String, String, String, String) - Method in class com.ads.services.webservice.LineageService
Returns the List Objects String in the form of JSON for the specified mappingSequenceId.
getColumnETLDefaultValue() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnETLDefaultValue.
getColumnId() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnId.
getColumnId(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the columnId for the specified tableId and columnName.
getColumnId(String, String, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns the columnId for the specified tableId and columnName.
getColumnId(String, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the columnId for the specified environmentName, systemName, tableName and columnName.
getColumnId(String, String, String, String) - Method in class com.ads.services.webservice.rest.SystemResource
Returns the columnId for the specified environmentName, systemName, tableName and columnName.
getColumnIdAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the columnId as String in the specified outputFormat for the specified tableId and columnName.
getColumnIdAs(String, String, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the columnId as String in the specified outputFormat for the specified environmentName, systemName,tableName and columnName.
getColumnIdByBreadcrumb(String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns the columnId for the specified environmentName, systemName, tableName and columnName.
getColumnIndex(String) - Method in class com.ads.mm.db.dao.DBColumn
 
getColumnIndexes() - Method in class com.ads.api.beans.sm.SMColumn
This method returns null on getColumn calls from SMUtil unless its being loaded as a complete network
getColumnIndexes() - Method in class com.ads.api.beans.sm.SMTable
Returns the list of columnIndexes objects.
getColumnIndexes() - Method in class com.ads.mm.db.dao.DBColumn
 
getColumnIndexes() - Method in class com.ads.mm.db.dao.DBTable
 
getColumnLength() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnLength.
getColumnLineage(APIConstants.LineageType, String, String, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the Lineage object for the specified system, environment, table and column name.
getColumnLineage(APIConstants.LineageType, String, String, String, String, String) - Method in class com.ads.services.webservice.rest.LineageResource
Returns the lineage object response for the specified system, environment, table and column name.
getColumnLineage(String, String, String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.LineageService
Returns the Lineage Object String in the form of JSON for the specified system, environment, table and column name.
getColumnLineageAs(String, String, String, String, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the Lineage Object String in the form of JSON for the specified system, environment, table and column name.
getColumnMap() - Method in class com.ads.mm.db.dao.DBTable
Returns the columnMap i.e it returns all the details pertaining to the column.
getColumnMap() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getColumnName() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnName.
getColumnName() - Method in class com.ads.mm.db.dao.DBColumn
Returns the columnName.
getColumnName() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getColumnName() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getColumnPrecision() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnPrecision.
getColumnReferenceId() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnReferenceId.
getColumns() - Method in class com.ads.api.beans.sm.SMIndex
Returns the Collection of SMColumn objects.
getColumns() - Method in class com.ads.api.beans.sm.SMTable
Returns the list of SMColumn objects.
getColumns() - Method in class com.ads.mm.db.dao.DBIndex
 
getColumns(int) - Method in class com.ads.api.util.SystemManagerUtil
Returns all the associated columns of the particular table as a list of column objects , for which specifying the tableId is mandatory in order to retrieve the columns.
getColumns(int, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns all the associated columns of the particular table as a list of column objects , for which specifying the tableId and fillOptions parameters are mandatory in order to retrieve the columns.
getColumns(APIConstants.EndPointType, String, String, String, EnumSet<APIConstants.PropertiesType>, String) - Method in class com.ads.api.util.LineageUtil
Returns the List objects for the specified systemName, environmentName and tableName.
getColumns(APIConstants.EndPointType, HashMap<String, HashMap<String, ArrayList<String>>>, EnumSet<APIConstants.PropertiesType>, String) - Method in class com.ads.api.util.LineageUtil
Returns the Map<String, Map<String, Map<String, List>>> object for the specified systemEnvironmentTableMap.
getColumns(String, int, int, int) - Method in class com.ads.services.webservice.rest.SystemResource
Returns all the associated columns of the specified columnIds and fillOptions, for which specifying the columnIds and fillOptions parameters are mandatory in order to retrieve the columns.
getColumns(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns list of SMColumn Object for the specified tableId.
getColumns(List<Integer>, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns the list of SMColumn objects for the specified list of columnIds along with fillOptions value.
getColumnsAs(int, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns all the associated columns of the particular table as a list of column objects , for which specifying the tableId and fillOptions parameters are mandatory in order to retrieve the columns.
getColumnsAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the columns of the table as String for the specified tableId in the specified outputFormat.
getColumnsAs(String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the list of SMColumn objects for the specified list of columnIds along with fillOptions value.
getColumnsAs(String, String, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the List Objects String in the form of JSON for the specified systemName, environmentName and tableName.
getColumnsAs(String, String, String, String, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the List Objects String in the form of JSON for the specified systemName, environmentName and tableName.
getColumnsById(String, String, String, int, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns all the associated columns of the particular table as a list of column objects , for which specifying the tableId and fillOptions parameters are mandatory in order to retrieve the columns.
getColumnsBySysEnvTabs(String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.LineageService
Returns the List objects String in the form of JSON for the specified systemName, environmentName and tableName.
getColumnScale() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnScale Value.
getColumnsWithFillOptions(String, String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns the list of SMColumn objects for the specified list of columnIds along with fillOptions value.
getColumnType() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnType i.e whether it is a ENTITY, ENTITY_ATTRIBUTE or ENTITY_ELEMENT..
getComments() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the comments.
getCompleteName() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getComponent() - Method in class com.ads.api.beans.kv.KeyValue
Returns the component Value.
getComponent(String) - Method in class com.ads.api.beans.sm.SMSchema
Returns the SMTable Object for the specified tableName.
getComponent(String) - Method in class com.ads.mm.db.dao.DBSchema
Returns the DBTable Object for the specified componentName.
getComponentMap() - Method in class com.ads.mm.db.dao.DBSchema
Returns the HashMap of hmComponents.
getComponents() - Method in class com.ads.mm.db.dao.DBSchema
Returns the Components.
getComponentsCount() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the ComponentsCount.
getConfigObject() - Method in class com.ads.api.beans.kv.KeyValue
Returns the configObject Value.
getConnectionPoolType() - Method in class com.ads.mm.db.util.DBHelper
 
getConnectionPoolType() - Method in class com.icc.util.DBProperties
 
getConnectionPoolType(String) - Static method in enum class com.icc.util.DBProperties.ConnectionPoolType
 
getConsiderUserDefinedFlag() - Method in class com.ads.api.beans.mm.Subject
Returns the considerUserDefinedFlag Value.
getCopyColumnCount(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getCopyDerviedColumnCount(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getCreatedBy() - Method in class com.ads.api.beans.common.AuditHistory
Returns the name of the user.
getCreatedBy() - Method in class com.ads.api.beans.tm.TestCase
Returns the createdBy.
getCreatedBy() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the CreatedBy.
getCreatedBy() - Method in class com.ads.mm.db.dao.DBColumn
Returns the createdBy.
getCreatedBy() - Method in class com.ads.mm.db.dao.DBTable
Returns the createdBy.
getCreatedBy() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getCreatedBy() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getCreatedDate() - Method in class com.ads.api.beans.common.AuditHistory
Returns the createdDate.
getCreatedDate() - Method in class com.ads.api.beans.tm.TestCase
Returns the createdDate.
getCreatedDate() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the createdDate.
getCreatedDate(boolean) - Method in class com.ads.api.beans.common.AuditHistory
 
getCreatedDatetime() - Method in class com.ads.mm.db.dao.DBColumn
Returns the createdDatetime.
getCreatedDateTime() - Method in class com.ads.mm.db.dao.DBTable
Returns the createdDateTime.
getCreatedDateTime() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getCreatedDateTime() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getCriticality() - Method in class com.ads.api.beans.bgm.BusinessRule
Returns the criticality of the business rule.
getCSMEnvironment(String, String, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the environment object for the specified environmentId.
getCSMEnvironmentId(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the environment id for the specified environmentName.
getCSMEnvironmentName(String, String, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the environmen name for the specified environmentId.
getCSMEnvironments(String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the list of environments along with all the details regarding each environment.
getCSMMappingReference() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the csmMappingReference.
getCWMVersion() - Method in class com.ads.mm.db.util.DBHelper
Returns the cwmVersion.
getDailyBatchExtractWindow() - Method in class com.ads.api.beans.sm.SMSystem
Returns the dailyBatchExtractWindow.
getDatabaseDomain() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the databaseDomain.
getDatabaseDriver() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the databaseDriver.
getDatabaseDriver() - Method in class com.ads.mm.db.util.DBHelper
Returns the DBDriver.
getDatabaseHost() - Method in class com.icc.util.DBProperties
Returns the databaseHost.
getDatabaseInstanceSchema() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the database InstanceSchema.
getDatabaseIPAddress() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the databaseIPAddress.
getDatabaseName() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the databaseName.
getDatabaseName() - Method in class com.ads.mm.db.util.DBHelper
Returns the dataBaseName.
getDatabaseName() - Method in class com.icc.util.DBProperties
Returns the databaseName.
getDatabaseOptions() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the databaseOptions Value.
getDatabaseOptions() - Method in class com.icc.util.DBProperties
 
getDatabasePassword() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the database Password.
getDatabasePassword() - Method in class com.ads.mm.db.util.DBHelper
Returns the DbPassword.
getDatabasePoolType() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the databasePoolType Value.
getDatabasePort() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the databasePort.
getDatabaseSchema() - Method in class com.ads.mm.db.util.DBHelper
Returns the dataBaseSchema.
getDatabaseType() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the databaseType.
getDatabaseType() - Method in class com.ads.mm.db.util.DBHelper
Returns the databaseType.
getDatabaseType() - Method in class com.icc.util.DBProperties
Returns the databaseType.
getDatabaseType(String) - Static method in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
 
getDatabaseType(String) - Static method in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
 
getDatabaseType(String) - Static method in enum class com.icc.util.DBProperties.DatabaseType
Returns the DatabaseType for the specified value.
getDatabaseUrl() - Method in class com.ads.mm.db.util.DBHelper
Returns the DBUrl.
getDatabaseURL() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the databaseURL.
getDatabaseUserName() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the database UserName.
getDatabaseUserName() - Method in class com.ads.mm.db.util.DBHelper
Returns the DbUserName.
getDatabseType() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the databseType.
getDataClassificationType() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the dataClassificationType of the Business Term as Master, Reference, Derived, Transactional or Operational.
getDataCollectionType() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the dataCollectionType of the Business Term as Screen, DashBoard, API etc...
getDataDomain() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column dataDomain.
getDataFile() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the dataFile.
getDataFileName() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the dataFileName.
getDataObjectType() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the dataObjectType value of the Business Term as Business Data Element or Data Collection Element or Physical Data Element.
getDataProfileEndDate() - Method in class com.ads.api.beans.sm.SMColumn
Returns the dataProfileEndDate Value.
getDataProfileEndDate() - Method in class com.ads.mm.db.dao.DBColumn
 
getDataProfileJobFailReason() - Method in class com.ads.api.beans.sm.SMColumn
Returns the dataProfileJobFailReason Value.
getDataProfileJobFailReason() - Method in class com.ads.mm.db.dao.DBColumn
 
getDataProfileJobState() - Method in class com.ads.api.beans.sm.SMColumn
Returns the dataProfileJobState Value.
getDataProfileJobState() - Method in class com.ads.mm.db.dao.DBColumn
 
getDataProfileScore() - Method in class com.ads.api.beans.sm.SMColumn
Returns the dataProfileScore Value.
getDataProfileScore() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the dataProfileScore Value.
getDataProfileScore() - Method in class com.ads.api.beans.sm.SMSystem
Returns the dataProfileScore.
getDataProfileScoreId() - Method in class com.ads.api.beans.sm.SMColumn
Returns the dataProfileScoreId Value.
getDataProfileScoreId() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the dataProfileScoreId Value.
getDataProfileScoreId() - Method in class com.ads.api.beans.sm.SMSystem
Returns the dataProfileScoreId.
getDataProfileScoreId() - Method in class com.ads.api.beans.sm.SMTable
Returns the dataProfileScoreId Value.
getDataProfileScoreId() - Method in class com.ads.mm.db.dao.DBColumn
 
getDataProfileScoreId() - Method in class com.ads.mm.db.dao.DBTable
 
getDataProfileStartDate() - Method in class com.ads.api.beans.sm.SMColumn
Returns the dataProfileStartDate Value.
getDataProfileStartDate() - Method in class com.ads.mm.db.dao.DBColumn
 
getDataQualityScore() - Method in class com.ads.api.beans.sm.SMColumn
Returns the dataQualityScore.
getDataQualityScore() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the dataQualityScore.
getDataQualityScore() - Method in class com.ads.api.beans.sm.SMTable
Returns the dataQualityScore value.
getDataQualityScore() - Method in class com.ads.mm.db.dao.DBColumn
 
getDataQualityScore() - Method in class com.ads.mm.db.dao.DBTable
 
getDataStewardName() - Method in class com.ads.api.beans.sm.SMColumn
Deprecated.
getDataStewardName() - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated.
getDataStewardName() - Method in class com.ads.api.beans.sm.SMSystem
Deprecated.
getDataStewardName() - Method in class com.ads.api.beans.sm.SMTable
Deprecated.
getDataStewardName() - Method in class com.ads.mm.db.dao.DBComponent
Deprecated.
getDatatype() - Method in class com.ads.mm.db.dao.DBColumn
Returns the datatype.
getDataType() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getDataType() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getDataValueScore() - Method in class com.ads.api.beans.bgm.CustomObject
Returns the custom object rating value.
getDBDefaultValue() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column dbDefaultValue.
getDbDriver() - Method in class com.ads.mm.db.util.DBHelper
Returns the dbDriver.
getDbDriver() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getDBMSName() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getDBMSPlatform() - Method in class com.ads.api.beans.sm.SMSystem
Returns the dbmsPlatform.
getDBMSSchema() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getDBMSType() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getDBMSVersion() - Method in class com.ads.api.beans.sm.SMSystem
Returns the dbmsVersion.
getDbName() - Method in class com.ads.mm.db.util.DBHelper
Returns the dbName.
getDBOperation() - Method in class com.ads.mm.db.dao.DBColumn
Returns the dbOperation.
getDBOperation() - Method in class com.ads.mm.db.dao.DBTable
Returns the dbOperation.
getDbOperationHelper() - Method in class com.ads.mm.db.dao.DBColumn
Returns the dbOperationHelper.
getDbOperationHelper() - Method in class com.ads.mm.db.dao.DBTable
Returns the dbOperationHelper.
getDBOperationHelper() - Method in class com.ads.mm.db.dao.DBColumn
Returns the dbOperationHelper.
getDBOperationHelper() - Method in class com.ads.mm.db.dao.DBIndex
 
getDBOperationHelper() - Method in class com.ads.mm.db.dao.DBTable
Returns the dbOperationHelper Object
getDbPassword() - Method in class com.ads.mm.db.util.DBHelper
Returns the dbPassword.
getDbPassword() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getDBProperties() - Method in class com.ads.mm.db.util.DBHelper
Returns the DBProperties Object.
getDbSchema() - Method in class com.ads.mm.db.util.DBHelper
Returns the dbSchema.
getDbUrl() - Method in class com.ads.mm.db.util.DBHelper
Returns the dbUrl.
getDbURL() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getDbUserName() - Method in class com.ads.mm.db.util.DBHelper
Returns the dbUserName.
getDbUserName() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getDeclarationPath() - Method in class com.ads.api.beans.sm.SMColumn
Returns the declarationPath Value.
getDeclarationPath() - Method in class com.ads.api.beans.sm.SMTable
Returns the declarationPath Value.
getDeclarationPath() - Method in class com.ads.mm.db.dao.DBColumn
 
getDeclarationPath() - Method in class com.ads.mm.db.dao.DBTable
 
getDeclarationPath() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getDefaultValue() - Method in class com.ads.api.beans.kv.KeyValue
Returns the defaultValue Value.
getDefaultValue() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getDefinedBy() - Method in class com.ads.api.beans.bgm.Relationship
Returns the definedBy of the relationship object
getDefinedBy(String) - Static method in enum class com.ads.api.beans.common.APIConstants.DefinedBy
 
getDefinition() - Method in class com.ads.api.beans.bgm.BusinessObject
Returns the definition of the business object.
getDefinition() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column definition.
getDefinitionComments() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getDeleteMode(String) - Static method in enum class com.ads.api.beans.common.APIConstants.DeleteMode
 
getDependencies() - Method in class com.ads.api.beans.kv.KeyValue
Returns the dependencies Values
getDepth(String) - Static method in enum class com.ads.api.beans.common.Node.Depth
Returns the depth of the specified value.
getDescription() - Method in class com.ads.api.beans.bgm.AssetType
Returns the assetType description.
getDescription() - Method in class com.ads.api.beans.bgm.BusinessObject
Returns the description of the business object.
getDescription() - Method in class com.ads.api.beans.bgm.Catalog
Returns the description of the catalog.
getDescription() - Method in class com.ads.api.beans.bgm.Relationship
Returns the description of the relationship object
getDescription() - Method in class com.ads.api.beans.common.SDIClassification
Returns the description.
getDescription() - Method in class com.ads.api.beans.common.Tag
Returns the description.
getDescription() - Method in class com.ads.api.beans.csm.Category
Returns the description of the category.
getDescription() - Method in class com.ads.api.beans.csm.Codeset
Returns the description.
getDescription() - Method in class com.ads.api.beans.csm.CodeValue
Returns the description.
getDescription() - Method in class com.ads.api.beans.kv.KeyValue
Returns the description Value.
getDescription() - Method in class com.ads.api.beans.rsm.Permission
Returns the description of the permission.
getDescription() - Method in class com.ads.api.beans.rsm.Role
Returns the description of the Role.
getDescription() - Method in class com.ads.api.beans.tm.TestCase
Returns the description.
getDescription() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the Description.
getDestinationName() - Method in class com.ads.mm.db.util.DBHelper
Returns the destinationName.
getDiscoverAssetProperty() - Method in class com.ads.api.beans.kv.KeyValue
 
getDisplayAccountStatus() - Method in enum class com.ads.api.beans.common.APIConstants.UserAccountStatus
 
getDisplayOrder() - Method in class com.ads.api.beans.bgm.AssetType
Returns the displayOrder value.
getDisplayOrder() - Method in class com.ads.api.beans.rsm.Permission
Returns displayOrder of the permission.
getDisplayPolicy() - Method in class com.ads.api.beans.kv.KeyValue
Returns the displayPolicy Value
getDisplayPolicy(int) - Static method in enum class com.ads.api.beans.kv.KeyValue.DisplayPolicy
 
getDocMode() - Method in class com.ads.api.beans.tm.TestCase
Returns the docMode.
getDocument(int) - Method in class com.ads.api.util.DocumentUtil
Returns the Document Details with the specified documentId.
getDocument(Node.NodeType, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns the Document object for the specified docId of nodeType.
getDocument(Node.NodeType, int, String) - Method in class com.ads.api.util.DocumentUtil
Returns the document Details with the given documentName of the specified nodeId of nodeType.
getDocument(String, String, String, int) - Method in class com.ads.services.webservice.DocumentsService
Returns the Document Details with the specified documentId.
getDocumentApprovedBy() - Method in class com.ads.api.beans.common.Document
Returns the documentApprovedBy.
getDocumentApprovedDate() - Method in class com.ads.api.beans.common.Document
Returns the documentApprovedDate.
getDocumentAs(int, String) - Method in class com.ads.api.util.DocumentUtil
Returns the Document Details with the specified documentId.
getDocumentAs(String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the Document object for the specified docId of nodeType.
getDocumentAs(String, int, String, String) - Method in class com.ads.api.util.DocumentUtil
Returns the document Details with the given documentName of the specified nodeId of nodeType.
getDocumentById(String, String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns the Document object for the specified docId of nodeType.
getDocumentByName(String, String, String, String, int, String) - Method in class com.ads.services.webservice.DocumentsService
Returns the document Details with the given documentName of the specified nodeId of nodeType.The filePath in the returned document object is RELATIVE.
getDocumentId() - Method in class com.ads.api.beans.common.Document
Returns documentId.
getDocumentIntendedPurpose() - Method in class com.ads.api.beans.common.Document
Returns the documentIntendedPurpose.
getDocumentLink() - Method in class com.ads.api.beans.common.Document
Returns the documentLink, where the Document can be found.
getDocumentLink() - Method in class com.ads.api.beans.tm.TestCase
Returns the documentLink.
getDocumentName() - Method in class com.ads.api.beans.common.Document
Returns the documentName.
getDocumentObject() - Method in class com.ads.api.beans.common.Document
Returns the documentObject.
getDocumentOwner() - Method in class com.ads.api.beans.common.Document
Returns the DocumentOwner.
getDocumentReference() - Method in class com.ads.api.beans.common.Document
Returns the documentReference.
getDocumentReferenceNumber() - Method in class com.ads.api.beans.common.Document
Returns the documentReferenceNumber.
getDocuments(Node.NodeType, int) - Method in class com.ads.api.util.DocumentUtil
Returns the documents of the specified nodeId of nodeType.
getDocuments(Node.NodeType, List<Integer>) - Method in class com.ads.api.util.SystemManagerUtil
Returns the List of Document object for the specified List of docId's of the nodeType.
getDocuments(String, String, String, String, int) - Method in class com.ads.services.webservice.DocumentsService
Returns the documents of the specified nodeId of nodeType.
getDocuments(List<Integer>) - Method in class com.ads.api.util.DocumentUtil
Returns the Documents of the specified List of DocumentIds.
getDocumentsAs(String, int, String) - Method in class com.ads.api.util.DocumentUtil
Returns the documents of the specified nodeId of nodeType.
getDocumentsAs(String, String) - Method in class com.ads.api.util.DocumentUtil
Returns the Documents of the specified List of DocumentIds.
getDocumentsAs(String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the List of Document object for the specified List of docId's of the nodeType.
getDocumentsByDocIds(String, String, String, String) - Method in class com.ads.services.webservice.DocumentsService
Returns the Documents of the specified List of DocumentIds.The filePath in the returned document object is RELATIVE.
getDocumentsByIds(String, String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns the List of Document objects for the specified List of docId's of the nodeType.
getDocumentStatus() - Method in class com.ads.api.beans.common.Document
Returns the documentStatus.
getDocumentStatus() - Method in class com.ads.api.beans.tm.TestCase
Returns the documentStatus.
getDocumentType() - Method in class com.ads.api.beans.common.Document
Returns the Type of the Document.
getDomain() - Method in class com.icc.util.DBProperties
Returns the domain.
getDownstreamNode() - Method in class com.ads.api.beans.bgm.Association
 
getDqToolFlag() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the dqToolFlag.
getDqToolProfileId() - Method in class com.ads.api.beans.sm.SMColumn
Returns the dqToolProfileId.
getDqToolProfileId() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the dqToolProfileId.
getDqToolProfileId() - Method in class com.ads.api.beans.sm.SMTable
Returns the dqToolProfileId value.
getDqToolProfileId() - Method in class com.ads.mm.db.dao.DBColumn
 
getDqToolProfileId() - Method in class com.ads.mm.db.dao.DBTable
 
getDqToolUpdatedTime() - Method in class com.ads.api.beans.sm.SMTable
Returns the dqToolUpdatedTime value.
getDraft() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the draft Value.
getDriftAlert() - Method in class com.ads.api.beans.sm.SMColumn
Deprecated.
getDriverName() - Method in class com.icc.util.DBProperties
Returns the driverName.
getEffectiveDate() - Method in class com.ads.api.beans.mm.Mapping
Returns effectiveDate Value.
getELNScope() - Method in class com.erwin.api.beans.scheduler.MetadataELNJobOptions
 
getEmailId() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getEmptyTransformation() - Static method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getEndDate() - Method in class com.ads.api.beans.csm.CodeValue
Returns the endDate.
getEndOfDayDefinition() - Method in class com.ads.api.beans.sm.SMSystem
Returns the endOfDayDefinition as specified.
getEndPointType() - Method in class com.ads.api.beans.common.Node
 
getEndPointType(String) - Static method in enum class com.ads.api.beans.common.APIConstants.EndPointType
 
getEnglishDescription() - Method in class com.ads.api.beans.rsm.Permission
Returns the permission description in English language.
getEntities(SMTable.SMTableType) - Method in class com.ads.api.beans.sm.SMSchema
Returns the list of SMTable objects.
getEntityBaseType() - Method in class com.ads.mm.db.dao.DBColumn
Returns the entityBaseType.
getEntityUid() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getEntityUid() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getEnvBusinessEntityType() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getEnvBusinessEntityType() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getEnvironment() - Method in class com.ads.api.beans.sm.SMSchema
 
getEnvironment() - Method in class com.ads.api.beans.sm.SMTable
Returns the environment object of the table object.
getEnvironment() - Method in class com.ads.mm.db.dao.DBSchema
Returns the DBEnvironment Object.
getEnvironment() - Method in class com.ads.mm.db.dao.DBTable
Returns the environment as specified.
getEnvironment(int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the environment object for the specified environmentId.
getEnvironment(int) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMEnvironment Object for the specified environmentId.Specifying the environmentId is mandatory.
getEnvironment(int, boolean) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
getEnvironment(int, boolean, boolean) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
getEnvironment(int, int, boolean) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMEnvironment object for the specified environmentId, fillOptions, and useReferenceId.
getEnvironment(int, int, boolean, int, int) - Method in class com.ads.services.webservice.rest.SystemResource
Returns SMEnvironment object for the specified environmentId, fillOptions, and useReferenceId.
getEnvironment(String) - Method in class com.ads.mm.db.dao.DBSystem
Returns the DBEnvironment Object for the specified name.
getEnvironment(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMEnvironment Object for the specified environmentId.
getEnvironmentAs(int, boolean, boolean, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMEnvironment Object for the specified environmentId.Specifying the environmentId is mandatory.
getEnvironmentAs(int, int, boolean, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMEnvironment object for the specified environmentId, fillOptions, and useReferenceId.
getEnvironmentAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the environment object for the specified environmentId.
getEnvironmentAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMEnvironment Object for the specified environmentId in the specified outputFormat.
getEnvironmentAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMEnvironment Object for the specified systemId and environmentName in the specified outputFormat.
getEnvironmentById(String, String, String, int, boolean, boolean) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMEnvironment Object for the specified environmentId.Specifying the environmentId is mandatory.
getEnvironmentByName(String, String, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMEnvironment Object for the specified systemId and environmentName.
getEnvironmentBySystemId(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMEnvironment Object for the specified systemId and environmentName.
getEnvironmentConnectionProperties(SMEnvironment) - Method in class com.ads.api.util.SystemManagerUtil
Returns DBProperties Object for the specified SMEnvironment object.
getEnvironmentConnectionProperties(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns DBProperties Object for the specified SMEnvironment object.
getEnvironmentConnectionPropertiesAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns DBProperties Object for the specified SMEnvironment object in JSON in the specified outputFormat.
getEnvironmentCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getEnvironmentDocuments(int) - Method in class com.ads.api.util.SystemManagerUtil
Returns the List of Document objects for the specified environmentId.
getEnvironmentDocuments(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns the List of Document objects for the specified environmentId.
getEnvironmentDocumentsAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the List of Document objects for the specified environmentId.
getEnvironmentId() - Method in class com.ads.api.beans.sm.SMColumn
Returns the environmentId.
getEnvironmentId() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the environmentId.
getEnvironmentId() - Method in class com.ads.api.beans.sm.SMTable
Returns the environmentId.
getEnvironmentId() - Method in class com.ads.mm.db.dao.DBEnvironment
 
getEnvironmentId(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the environmentId for the specified systemId and environmentName.
getEnvironmentId(String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the environment id for the specified environment name.
getEnvironmentId(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the environmentId for the specified systemName and environmentName.
getEnvironmentId(String, String) - Method in class com.ads.services.webservice.rest.SystemResource
Returns the environmentId for the specified systemName and environmentName.
getEnvironmentId(String, String, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns the environmentId for the specified systemId and environmentName.
getEnvironmentIdAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the environmentId for the specified systemId and environmentName in the specified outputFormat.
getEnvironmentIdAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the environmentId for the specified environmentName.
getEnvironmentIdAs(String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the environmentId for the specified systemName and environmentName in the specific outputFormat.
getEnvironmentIdByName(String, String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns the environmentId for the specified systemName and environmentName.
getEnvironmentLineage(APIConstants.LineageType, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the Lineage object for the specified system and environment name.
getEnvironmentLineage(APIConstants.LineageType, String, String, String) - Method in class com.ads.services.webservice.rest.LineageResource
Returns the lineage object response for the specified system and environment name.
getEnvironmentLineage(String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.LineageService
Returns the Lineage Object String in the form of JSON for the specified system and environment name.The returned Lineage object contains the details about the source and target environments like systemName, environmentName.
getEnvironmentLineageAs(String, String, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the Lineage Object String in the form of JSON for the specified system and environment name.
getEnvironmentMap() - Method in class com.ads.mm.db.dao.DBSystem
Returns the environmentMap.
getEnvironmentMap() - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
getEnvironmentName() - Method in class com.ads.api.beans.sm.SMColumn
Returns the environmentName and this can be accessed through Lineage API only.
getEnvironmentName() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the environmentName.
getEnvironmentName() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getEnvironmentName() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getEnvironmentName(int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the environmen name for the specified environmentId.
getEnvironmentNameAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the environmen name for the specified environmentId.
getEnvironmentNotes() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the environmentNotes.
getEnvironments() - Method in class com.ads.api.beans.csm.Codeset
Returns the list of environments.
getEnvironments() - Method in class com.ads.api.beans.sm.SMSystem
Returns the list of SMEnvironment objects.
getEnvironments() - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of environments along with all the details regarding each environment.
getEnvironments(int) - Method in class com.ads.api.util.SystemManagerUtil
Returns the SMEnvironment Object List for the specified systemId.
getEnvironments(APIConstants.EndPointType, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the List objects for the specified systemName.
getEnvironments(APIConstants.EndPointType, ArrayList<String>, String) - Method in class com.ads.api.util.LineageUtil
Returns the Map<String, List> object for the specified list of systemNames.
getEnvironments(String, int, boolean, int, int) - Method in class com.ads.services.webservice.rest.SystemResource
Returns the SMEnvironment object list for the specified environmentIds.
getEnvironments(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns the SMEnvironment Object List for the specified systemId.
getEnvironmentsAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the SMEnvironment Object List for the specified systemId.
getEnvironmentsAs(String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of environments along with all the details regarding each environment.
getEnvironmentsAs(String, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the List Objects String in the form of JSON for the specified systemName.
getEnvironmentsBySystemId(int, int, int) - Method in class com.ads.services.webservice.rest.SystemResource
 
getEnvironmentsBySystemNamesAs(String, String, String, String, String, String) - Method in class com.ads.services.webservice.LineageService
Returns the List objects String in the form of JSON for the specified systemName.
getEnvironmentsBySystemsAs(String, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the List Objects String in the form of JSON for the specified systemName.
getEnvironmentTables(int) - Method in class com.ads.api.util.SystemManagerUtil
Returns the List of tables for the specified environmentId.
getEnvironmentTablesAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the List of tables for the specified environmentId.
getEnvironmentType() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the environmentType Value.
getEnvironmentType() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the environmentType.
getEnvironmentWithFillOptions(String, String, String, int, int, boolean) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMEnvironment object for the specified environmentId, fillOptions, and useReferenceId.
getERwinModelType() - Method in class com.icc.util.DBProperties
 
getESBPlatformType() - Method in class com.ads.api.beans.sm.SMSystem
Returns the esbPlatformType.
getESBQManagerName() - Method in class com.ads.api.beans.sm.SMSystem
Returns the esbQManagerName.
getETLDefaultValue() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column etlDefaultValue.
getExcelInvalidRows() - Method in class com.ads.api.beans.tm.TestCase
Returns the excelInvalidRows list when the excel Document is imported for a testCase.
getExistence() - Method in class com.ads.mm.db.dao.DBTable
Returns the existence value.
getExpandedLogicalName() - Method in class com.ads.api.beans.sm.SMColumn
Returns the expandedLogicalName Value.
getExpandedLogicalName() - Method in class com.ads.api.beans.sm.SMTable
Returns the expandedLogicalName value.
getExpandedLogicalName() - Method in class com.ads.mm.db.dao.DBColumn
 
getExpandedLogicalName() - Method in class com.ads.mm.db.dao.DBTable
 
getExpectedResult() - Method in class com.ads.api.beans.tm.TestCase
Returns the expectedResult.
getExpectedResult() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the ExpectedResult.
getExpiryType() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the expiryType of the business policy.
getExpiryType(String) - Static method in enum class com.ads.api.beans.common.APIConstants.ExpiryType
 
getExportOption(String) - Static method in enum class com.ads.api.beans.common.APIConstants.ExportOption
Returns the ExportOption.
getExtendable() - Method in class com.ads.api.beans.tm.TestCase
Returns the extendable value.
getExtendedBusinessRule() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the extendedBusinessRule.
getExtendedBusinessRule() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getExtendedProperties() - Method in class com.ads.api.beans.csm.CodeValue
Returns list of KeyValue objects where each KeyValue object contains details like key,value,objectId,objectTypeId etc....
getExtendedProperties() - Method in class com.ads.api.beans.mm.Mapping
 
getExtendedProperties() - Method in class com.ads.api.beans.sm.SMColumn
Returns the list of extendedProperties of a column.
getExtendedProperties() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the list of KeyValue objects.
getExtendedProperties() - Method in class com.ads.api.beans.sm.SMTable
Returns the List objects.
getExtendedProperties() - Method in class com.ads.mm.db.dao.DBColumn
 
getExtendedProperties() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the list of KeyValue objects.
getExtendedProperties() - Method in class com.ads.mm.db.dao.DBTable
 
getExternalStepId() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the ExternalStepId.
getExternalTestcaseId() - Method in class com.ads.api.beans.tm.TestCase
Returns the externalTestcaseId
getFieldDelimiter() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the fieldDelimiter.
getFieldLength() - Method in class com.ads.api.beans.kv.KeyValue
Returns the fieldLength Value.
getFields() - Method in class com.ads.api.beans.bgm.Association
Returns the fields(extended properties) of the association object
getFields() - Method in class com.ads.api.beans.bgm.BusinessObject
Returns the fields(extended properties) of the association object
getFields() - Method in class com.ads.api.beans.bgm.Catalog
Returns the fields(extended properties) of the business object
getFieldSeparator() - Method in class com.ads.mm.db.util.DBHelper
Returns the fieldSeparator.
getFieldType() - Method in class com.ads.api.beans.kv.KeyValue
Returns the fieldType Value.
getFieldValue(String) - Method in class com.ads.api.beans.bgm.Association
Returns the field value(extended property) of the association object
getFieldValue(String) - Method in class com.ads.api.beans.bgm.BusinessObject
Return the field(extended property) value of the business object
getFieldValue(String) - Method in class com.ads.api.beans.bgm.Catalog
Return the field value(extended property) of the business object
getFileExtension(String) - Static method in enum class com.ads.api.beans.common.APIConstants.FileExtension
 
getFileLocation() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the fileManagementSystemType.
getFileLocation() - Method in class com.ads.api.beans.sm.SMSystem
Returns the fileLocation.
getFileLocation() - Method in class com.ads.api.beans.sm.SMTable
Returns the fileLocation.
getFileLocation() - Method in class com.ads.mm.db.dao.DBTable
Returns the fileLocation.
getFileManagementSystemType() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the fileManagementSystemType.
getFileManagmentSystemType() - Method in class com.ads.api.beans.sm.SMSystem
Returns the fileManagmentSystemType.
getFilePath() - Method in class com.ads.api.beans.common.ImportHelper
Returns the file path
getFilePath() - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Returns the filePath from where the sourceFile is imported.
getFilePath() - Method in class com.ads.mm.db.util.DBHelper
Returns the filePath.
getFilePathType() - Method in class com.ads.api.beans.common.Document
Returns the path type of the given file.i.e ABSOLUTE OR RELATIVE
getFilePathType() - Method in class com.ads.api.beans.common.ImportHelper
Returns the path type of the given file.i.e ABSOLUTE OR RELATIVE
getFilePathType() - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Returns the path type of the given file.i.e ABSOLUTE OR RELATIVE
getFilePathType() - Method in class com.ads.mm.db.util.DBHelper
Returns the path type of the given file.i.e ABSOLUTE OR RELATIVE
getFilePathType(String) - Static method in enum class com.ads.api.beans.common.APIConstants.FilePathType
 
getFileStartingPosition() - Method in class com.ads.api.beans.sm.SMColumn
Returns the fileStartingPosition Value.
getFileStartingPosition() - Method in class com.ads.mm.db.dao.DBColumn
Returns the fileStartingPosition.
getFileType() - Method in class com.ads.api.beans.sm.SMTable
Returns the fileType.
getFileType() - Method in class com.ads.mm.db.dao.DBTable
Returns the fileType.
getFirstValidMMDBEnvironment() - Method in class com.ads.mm.etl.xml.mapping.MMEnvironmentMap
 
getFirstValidMMDBSystem() - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
getFirstValidMMDBTable() - Method in class com.ads.mm.etl.xml.mapping.MMTableMap
 
getForeignKeyColumn() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getForeignKeyColumnName() - Method in class com.ads.api.beans.sm.SMColumn
Returns the foreignKeyColumnName Value.
getForeignKeyColumnName() - Method in class com.ads.mm.db.dao.DBColumn
Returns the foreignKeyColumnName.
getForeignKeyName() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column foreignKeyName.
getForeignKeyTable() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getForeignKeyTableName() - Method in class com.ads.api.beans.sm.SMColumn
Returns the foreignKeyTableName Value.
getForeignKeyTableName() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column foreignKeyTableName.
getForeignReferenceId() - Method in class com.ads.mm.db.dao.DBColumn
Returns the foreignReferenceId.
getFormProperty() - Method in class com.ads.api.beans.kv.KeyValue
Returns the formProperty Value.
getFrenchDescription() - Method in class com.ads.api.beans.rsm.Permission
Returns the permission description in French language.
getGermanDescription() - Method in class com.ads.api.beans.rsm.Permission
Returns the permission description in German language.
getGridProperty() - Method in class com.ads.api.beans.kv.KeyValue
Returns the gridProperty Value.
getHeaderString() - Method in class com.ads.api.beans.common.ImportHelper
Returns the headerString of the given file.
getHeaderString() - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Returns the headerString present in the imported file.
getHebrewDescription() - Method in class com.ads.api.beans.rsm.Permission
Returns the permission description in Hebrew language.
getHostAddress() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getHostPort() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getId() - Method in class com.ads.api.beans.bgm.AssetType
Returns the assetTypeId.
getId() - Method in class com.ads.api.beans.bgm.Association
Returns the id of the association object.
getId() - Method in class com.ads.api.beans.bgm.BusinessObject
Returns the id of the business object.
getId() - Method in class com.ads.api.beans.bgm.Relationship
Returns the id of the relationship object
getId() - Method in enum class com.ads.api.beans.common.APIConstants.Module
 
getId() - Method in class com.ads.api.beans.common.SDIClassification
Returns the id.
getId() - Method in class com.ads.api.beans.common.Tag
Returns the id value.
getId() - Method in class com.ads.api.beans.csm.Category
Returns the id of the category.
getId() - Method in class com.ads.api.beans.csm.Codeset
Returns the id of the codeset.
getId() - Method in class com.ads.api.beans.csm.CodeValue
Returns the id of codevalue object.
getId() - Method in class com.ads.api.beans.csm.CSMEnvironment
Returns the id of the CSMEnvironment.
getId() - Method in class com.ads.api.beans.kv.KeyValue
Returns the id Value.
getId() - Method in class com.ads.api.beans.rsm.Permission
Returns the permission id.
getId() - Method in class com.ads.api.beans.rsm.Role
Returns the id of the Role.
getId() - Method in class com.ads.api.beans.sm.SMIndex
Returns the id of the Index.
getId() - Method in class com.ads.mm.db.dao.DBIndex
 
getId() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getId() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getId() - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
getId() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getId() - Method in class com.icc.util.RequestStatus
Returns the id.
getId(String) - Static method in enum class com.ads.api.beans.common.APIConstants.Module
 
getIdentityFlag() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getImpactScore() - Method in class com.ads.api.beans.sm.SMColumn
Deprecated.
getImpactScore() - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated.
getImpactScore() - Method in class com.ads.api.beans.sm.SMTable
Deprecated.
getImportFileType() - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Returns the fileType of the file imported.
getImportType() - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Returns the type of import.
getImportViewType() - Method in class com.ads.mm.db.util.DBHelper
 
getIncludeInDataProfile() - Method in class com.ads.api.beans.sm.SMColumn
Returns the includeInDataProfile Value.
getIncludeInDataProfile() - Method in class com.ads.mm.db.dao.DBColumn
 
getIndex(int) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMIndex Object for the specified indexId.
getIndex(int, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMIndex Object for the specified indexId.Specifying the indexId is mandatory.
getIndex(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMIndex Object for the specified tableId and indexName.
getIndex(int, String, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMIndex Object for the specified tableId and indexName.
getIndex(Node.NodeType, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMIndex object for the specified nodeId of nodeType and indexName.
getIndex(Node.NodeType, int, String, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMIndex object for the specified nodeId of nodeType and indexName.
getIndex(String, String, String, int, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMIndex Object for the specified indexId in the specified outputFormat.
getIndexAs(int, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMIndex Object for the specified indexId in the specified outputFormat.
getIndexAs(int, String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMIndex Object for the specified tableId and indexName.Specifying the tableId and indexName are mandatory.
getIndexAs(String, int, String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMIndex object for the specified nodeId of nodeType and indexName.
getIndexByName(String, String, String, int, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMIndex Object for the specified tableId and indexName.Specifying the tableId and indexName are mandatory.
getIndexByNodeByName(String, String, String, String, int, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMIndex object for the specified nodeId of nodeType and indexName.
getIndexColumns(int, String, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns List of SMColumn objects for the specified tableId of which columns have the specified indexName as index where each column object contains details like column name,column datatype,column length and column precision etc..and also contains details of column indexes, column extended properties ,valid values and extended properties of valid values based on the fillOptions parameter value passed with reference/addition of APIConstants.SMFillOptions.
getIndexColumns(String, String, String, int, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns List of SMColumn objects for the specified tableId of which columns have the specified indexName as index where each column object contains details like column name,column datatype,column length and column precision etc..
getIndexColumnsAs(int, String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns List of SMColumn objects for the specified tableId of which columns have the specified indexName as index where each column object contains details like column name,column datatype,column length and column precision etc..
getIndexes(int) - Method in class com.ads.api.util.SystemManagerUtil
Returns list of SMIndex Objects for the specified tableId.
getIndexes(int, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns list of SMIndex Objects for the specified tableId.
getIndexes(Node.NodeType, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns the list of SMIndex objects for the specified nodeId of nodeType.
getIndexes(Node.NodeType, int, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns the list of SMIndex objects for the specified nodeId of nodeType.
getIndexes(String, String, String, int, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns list of SMIndex Objects for the specified tableId.
getIndexesAs(int, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns list of SMIndex Objects for the specified tableId.
getIndexesAs(String, int, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the list of SMIndex objects for the specified nodeId of nodeType.
getIndexesByNode(String, String, String, String, int, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns the list of SMIndex objects for the specified nodeId of nodeType.
getInformaticaFriendlyDBMSType() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getInputColumns() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getInputDataType(String) - Static method in enum class com.ads.api.beans.common.Node.InputDataType
 
getInsertOrder() - Method in class com.ads.api.beans.sm.SMColumn
Returns the insertOrder i.e order in which the column is created in database.
getInsertOrder() - Method in class com.ads.mm.db.dao.DBColumn
Returns the insertOrder.
getIntendedDesc() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column intended description.
getIntendedUseDescription() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the intendedUseDescription.
getInterval() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getIpAddress() - Method in class com.ads.mm.db.util.DBHelper
Returns the ipAddress.
getIsPublished() - Method in class com.ads.mm.db.dao.DBColumn
Returns the isPublished value.
getJob(String, String) - Method in class com.ads.api.util.SchedulerUtil
Returns the schedulerJob object for the specified objectType and jobName.Specifying the objectType and jobName are mandatory
It returns all the details like JobName, JobGroup, Description, JobClassName and JobData.
getJob(String, String, String, String, String) - Method in class com.ads.services.webservice.SchedulerService
Returns the schedulerJob object for the specified objectType and jobName.Specifying the objectType and jobName are mandatory.
getJobAs(String, String, String) - Method in class com.ads.api.util.SchedulerUtil
Returns the schedulerJob object for the specified objectType and jobName.Specifying the objectType and jobName are mandatory.
getJobName() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getJobOptions() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getJobs(String, long) - Method in class com.ads.api.util.SchedulerUtil
Returns the List objects for the specified objectType and objectId.
getJobs(String, long, APIConstants.JOBType) - Method in class com.ads.api.util.SchedulerUtil
Returns the List objects for the specified objectType , objectId, and jobType.
getJobs(String, String, String, String, long) - Method in class com.ads.services.webservice.SchedulerService
Returns the List objects for the specified objectType and objectId.
getJobsAs(String, long, String) - Method in class com.ads.api.util.SchedulerUtil
Returns the List objects for the specified objectType and objectId.
getJobsAs(String, long, String, String) - Method in class com.ads.api.util.SchedulerUtil
Returns the List objects for the specified objectType, objectId, and jobType.
getJobsByJobType(String, String, String, String, long, String) - Method in class com.ads.services.webservice.SchedulerService
Returns the List objects for the specified objectType , objectId, and jobType.
getJobState() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getJobType() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getJobXRef() - Method in class com.ads.api.beans.mm.Mapping
Returns the jobXRef.
getKerberosPrincipal() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the kerberosPrincipal Value.
getKerberosPrincipal() - Method in class com.ads.mm.db.util.DBHelper
 
getKerberosPrincipal() - Method in class com.icc.util.DBProperties
 
getKey() - Method in class com.ads.api.beans.kv.KeyValue
Returns the key Value.
getKeyIdListAs(String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns the keyId's String in the specified outputFomrat for the specified List of keys, objectTypeId and objectId.
getKeyIds(String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns the Map of keyId's for the specified objectTypeId and objectId.
getKeyIds(String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns the List of keyIds for the specified key, objectTypeId and objectId.
getKeyIds(String, String, List<String>) - Method in class com.ads.api.util.KeyValueUtil
Returns the Map of keyIds for the specified key, objectTypeId and List of objectId's.
getKeyIds(List<String>, String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns the Map of keyId's for the specified List of keys, objectTypeId and objectId.
getKeyIds(Map<String, List<String>>) - Method in class com.ads.api.util.KeyValueUtil
Returns the Map of keyId's for the specified Map of objectTypeIds with its list of objectIds.
getKeyIdsAs(String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns the keyId's String in the specified outputFormat for the specified Map of objectTypeId and List of objectIds.
getKeyIdsAs(String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns the keyId's as String in the specified outputFormat for the specified objectTypeId and objectId.
getKeyIdsAs(String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns the List of keyId's for the specified key, objectTypeId and objectId in the specified outputFormat.outputFormat can be either JSON or XML.
getKeyIdsByName(String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Returns the List of keyId's for the specified key, objectTypeId and objectId.
getKeyIdsByNames(String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Returns the Map of keyId's for the specified List of keys, objectTypeId and objectId.
getKeyIdsByObjectIds(String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns the Map of keyId's for the specified key, objectTypeId and List of objectId's.
getKeyIdsForObjectId(String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Returns the Map of keyId's for the specified objectTypeId and objectId.
getKeyIdsForObjectIds(String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Returns the Map of keyId's for the specified key, objectTypeId and List of objectId's.outputFormat can be either JSON or XML.
getKeyStyle() - Method in class com.ads.api.beans.kv.KeyValue
Returns the String Value.
getKeyValue(String) - Method in class com.ads.api.beans.kv.KeyValue
 
getKeyValueAs(Node.NodeType, int, APIConstants.OutputFormat) - Method in class com.ads.api.util.KeyValueUtil
Returns the List of KeyValue Objects for the specified objectTypeId and objectId.
getKeyValueById(int) - Method in class com.ads.api.util.KeyValueUtil
Returns the KeyValue object for the specified keyId
getKeyValueMapAs(String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns Map of Key Value pairs for the specified List of objectTypeId's and objectId's in JSON in the specified outputFormat.
getKeyValueObject(String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Returns the List of KeyValue Objects for the specified objectTypeId and objectId.
getKeyValueObjects(String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Returns the Map of KeyValue Objects for the specified objectTypeId and List of objectIds.
getKeyValues() - Method in class com.ads.api.beans.kv.KeyValue
Returns the keyValues.
getKeyValues() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
getKeyValues() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getKeyValues(Node.NodeType, List<Integer>) - Method in class com.ads.api.util.KeyValueUtil
Returns the Map of KeyValue Objects for the specified objectType and list of objectIds.
getKeyValues(String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns Map of KeyValue pairs for the specified objectTypeId and objectId.
getKeyValues(String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns Key Value pairs as String in the specified outputFormat for the specified objectTypeId and objectId.
getKeyValues(String, String, List<String>) - Method in class com.ads.api.util.KeyValueUtil
Returns Map with Key and Values for the ObjectTypeId and ObjectId filtering on KeyNames For Undefined / Unknown values the key will be preserved with a null value
getKeyValues(String, String, List<String>, boolean) - Method in class com.ads.api.util.KeyValueUtil
Returns Map with Key and Values for the ObjectTypeId and ObjectId filtering on KeyNames *
getKeyValues(Map<String, List<String>>) - Method in class com.ads.api.util.KeyValueUtil
Returns Map of KeyValue pairs for the specified Map of objectTypeId's with List of objectId's.
getKeyValuesAs(Node.NodeType, List<Integer>, APIConstants.OutputFormat) - Method in class com.ads.api.util.KeyValueUtil
Returns the Map of KeyValue Objects for the specified objectTypeId and List of objectIds.
getKeyValuesAs(String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns Map of Key Value pairs for the specified String of objectTypeId's and List of objectId's as JSON in the specified outputFormat.
getKeyValuesAsJSON(String, String) - Method in class com.ads.api.util.KeyValueUtil
Returns the key value pairs for the specified objectTypeId and objectId.
getKeyValuesAsJSON(Map<String, List<String>>) - Method in class com.ads.api.util.KeyValueUtil
Returns Map of KeyValue pairs for the specified Map of objectTypeId's with List of objectId's.
getKeyValuesForObjectId(String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Returns Map of Key Value pairs for the specified objectTypeId and objectId.outputFormat can be either JSON or XML.
getKeyValuesList(Node.NodeType, int) - Method in class com.ads.api.util.KeyValueUtil
Returns the List of KeyValue Objects for the specified objectType and objectId.
getLastLoadingTime() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the lastLoadingTime.
getLastLookupOn() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getLastModifiedBy() - Method in class com.ads.api.beans.common.AuditHistory
Returns the user who has recently modified.
getLastModifiedBy() - Method in class com.ads.api.beans.tm.TestCase
Returns the lastModifiedBy.
getLastModifiedBy() - Method in class com.ads.mm.db.dao.DBColumn
Returns the lastModifiedBy.
getLastModifiedBy() - Method in class com.ads.mm.db.dao.DBTable
Returns the lastModifiedBy.
getLastModifiedBy() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getLastModifiedBy() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getLastModifiedDate() - Method in class com.ads.api.beans.common.AuditHistory
Returns the LastModifiedDate.
getLastModifiedDate(boolean) - Method in class com.ads.api.beans.common.AuditHistory
 
getLastModifiedDatetime() - Method in class com.ads.mm.db.dao.DBColumn
Returns the lastModifiedDatetime.
getLastModifiedDateTime() - Method in class com.ads.api.beans.tm.TestCase
Returns the lastModifiedDateTime.
getLastModifiedDateTime() - Method in class com.ads.mm.db.dao.DBTable
Returns the lastModifiedDateTime.
getLastModifiedDateTime() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getLastModifiedDateTime() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getLastScheduledRunDateTime() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getLength() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column length.
getLength() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getLength() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getLicenseInfo(String, String, String) - Method in class com.ads.api.util.AMMUtil
Returns License information like CompanyName,number of allowed projects,number of allowed subjects, number of allowed users, number of allowed logins, number of evaluation days,evaluation end date and license expired or not etc.
getLicenseInfo(String, String, String) - Method in class com.ads.services.webservice.AMMService
Returns License information like CompanyName,number of allowed projects,number of allowed subjects, number of allowed users, number of allowed logins, number of evaluation days,evaluation end date and license expired or not etc.
getLineage() - Method in class com.ads.api.beans.common.Lineage
 
getLineageColumns(String, String, String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.LineageService
Returns the List objects String in the form of JSON for the specified systemName, environmentName and tableName.
getLineageEnvironments(String, String, String, String, String, String) - Method in class com.ads.services.webservice.LineageService
Returns the List objects String in the form of JSON for the specified systemName.
getLineageTables(String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.LineageService
Returns the List Objects String in the form of JSON for the specified systemName and environmentName.
getLineageType(String) - Static method in enum class com.ads.api.beans.common.APIConstants.LineageType
 
getLoadonStartup() - Method in class com.ads.api.beans.kv.KeyValue
Returns the loadonStartup Value.
getLoadOptions(String) - Static method in enum class com.ads.api.beans.common.APIConstants.LoadOptions
 
getLockedBy() - Method in class com.ads.api.beans.csm.Codeset
Returns the lockedBy user of codeset.
getLogger() - Static method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getLogicalColumnName() - Method in class com.ads.api.beans.sm.SMColumn
Returns the logicalColumnName Value.
getLogicalColumnName() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column logicalColumnName.
getLogicalColumnName() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getLogicallyDeletedCodeValues(int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of logically deleted codevalue objects for the specified codesetId.
getLogicallyDeletedCodeValues(String, String, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the list of retired codevalue objects for the specified codesetId.
getLogicallyDeletedCodeValuesAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of logically deleted codevalue objects for the specified codesetId.
getLogicalTableName() - Method in class com.ads.api.beans.sm.SMTable
Returns the logicalTableName.
getLogicalTableName() - Method in class com.ads.mm.db.dao.DBTable
Returns the logicalTableName.
getLookupColumn() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the lookupColumn.
getLookupColumn() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getLookupOn() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the lookupOn Value.
getLookupOn() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getMailComments() - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Returns the mailComments which are specified while importing the file..
getMandatory() - Method in class com.ads.api.beans.kv.KeyValue
Returns the mandatory Value.
getMapDescription() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getMapId() - Method in class com.ads.api.beans.tm.TestCase
Returns the mapId in which the testCase is present.
getMapName() - Method in class com.ads.api.beans.tm.TestCase
Returns the mapName in which the testCase is present.
getMapName() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getMappindId() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
getMapping() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getMapping() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformationMap
 
getMapping(int) - Method in class com.ads.api.util.MappingManagerUtil
Returns Mapping Object for the specified mappingId.
getMapping(int, boolean) - Method in class com.ads.api.util.MappingManagerUtil
Returns Mapping Object for the specified mappingId and fillSpecifications.
getMapping(int, boolean, boolean) - Method in class com.ads.api.util.MappingManagerUtil
Returns Mapping Object for the specified mappingId, fillSpecifications and fillDocuments.
getMapping(int, int, int, int) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Returns mapping object for the specified mappingId and fillOptions.
getMapping(int, Node.NodeType, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns Mapping Object for the specified parentNodeId, mappingName and nodeType.
getMapping(int, Node.NodeType, String, float) - Method in class com.ads.api.util.MappingManagerUtil
Returns all the information relating to the specified mapName, such as mappingDescription, mappingSpecVersion, mappingStatus,
mappingPlannedDevelopmentEffort, actualEffort,testingNotes, versionLabel, userDefined Fields, AuditFields etc...
getMapping(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getMapping(String, String, String, int, String, String, float) - Method in class com.ads.services.webservice.MappingManagerService
Returns all the information relating to the specified mapName, such as mappingDescription, mappingSpecVersion, mappingStatus,
mappingPlannedDevelopmentEffort, actualEffort, testingNotes, versionLabel, userDefined Fields, AuditFields etc...
getMappingAs(int, boolean, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns Mapping Object for the specified mappingId, fillSpecifications, fillDocuments in the JSON.
getMappingAs(int, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns Mapping Object for the specified mappingId, fillSpecification in the JSON.
getMappingAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns Mapping Object for the specified mappingId in the specified outputFormat.
getMappingAs(int, String, String, float, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns all the information relating to the specified mapName, such as mappingDescription, mappingSpecVersion, mappingStatus,
mappingPlannedDevelopmentEffort, actualEffort,testingNotes, versionLabel, userDefined Fields, AuditFields etc...
getMappingAs(int, String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns Mapping Object for the specified parentNodeId, mappingName, nodeType in the JSON.
getMappingById(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Returns Mapping Object in the form of specified outputFormat for the specified mappingId.
getMappingByName(String, String, String, int, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns Mapping Object for the specified parentNodeId, mappingName, nodeType and outputFormat.outputFormat can be either JSON or XML.
getMappingComplete(String, String, String, int, boolean, boolean) - Method in class com.ads.services.webservice.MappingManagerService
Returns Mapping Object for the specified mappingId, fillSpecifications, fillDocuments and outputFormat.outputFormat can be either JSON or XML.
getMappingDescription() - Method in class com.ads.api.beans.mm.Mapping
Returns the mappingDescription.
getMappingDocuments() - Method in class com.ads.api.beans.mm.Mapping
Returns the mappingDocuments Details i.e DocumentName, DocumentType, DocumentObject etc...
getMappingDocuments(int) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of Mapping Document objects for the specified mappingId.
getMappingDocuments(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Returns the List of Mapping Document objects for the specified mappingId.outputFormat can be either JSON or XML.
getMappingDocumentsAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of Mapping Document objects for the specified mappingId.
getMappingId() - Method in class com.ads.api.beans.mm.Mapping
Returns the mappingId.
getMappingId() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the mappingId.
getMappingId() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
getMappingId() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getMappingId(int, String, Node.NodeType) - Method in class com.ads.api.util.MappingManagerUtil
Returns the mappingId for the specified parentNodeId, mappingName, nodeType.
getMappingId(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the mappingId for the specified mappingName and projectName.
getMappingId(String, String, String) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Returns the mappingId for the specified projectName, subjectPath and mappingName.
getMappingId(String, String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns the mappingId for the specified mappingName and projectName.outputFormat can be either JSON or XML.
getMappingIdAs(int, String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the mappingId for the specified parentNodeId, mappingName, nodeType in the JSON.
getMappingIdAs(String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the mappingId for the specified mappingName and projectName in the JSON.
getMappingIdByName(String, String, String, int, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns the mappingId for the specified parentNodeId,mappingName,nodeType.
getMappingInfo() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
getMappingName() - Method in class com.ads.api.beans.mm.Mapping
Returns the mappingName.
getMappingName() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getMappings() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getMappings(int, Node.NodeType) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of Mappings for the specified parentNodeId, nodeType.
getMappings(String, int, int, int) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Returns list of mappings for the specified mappingIds list and fillOptions.
getMappings(String, String, String, int, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns List of Mappings for the specified parentNodeId, nodeType.
getMappings(List<Integer>, boolean, boolean) - Method in class com.ads.api.util.MappingManagerUtil
Returns List of Mappings for the specified List of mapIds.
getMappingsAs(int, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns List of Mappings for the specified parentNodeId, nodeType.
getMappingsAs(String, boolean, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns List of Mappings for the specified List of mapIds.
getMappingsByProjectId(String, String, String, int, boolean, boolean) - Method in class com.ads.services.webservice.MappingManagerService
Returns List of Mappings for the specified projectId, fillSpecifications, fillDocuments.outputFormat can be either JSON or XML.
getMappingsByProjectName(String, String, String, String, boolean, boolean) - Method in class com.ads.services.webservice.MappingManagerService
Returns List of mappings for the specified project Name, fillSpecifications, fillDocuments and outputFormat.outputFormat can be either JSON or XML.
getMappingsBySubjectId(String, String, String, int, boolean, boolean) - Method in class com.ads.services.webservice.MappingManagerService
Returns a List of mappings for the specified subjectId, fillSpecifications, fillDocuments and outputFormat.outputFormat can be either JSON or XML.
getMappingsBySubjectName(String, String, String, String, boolean, boolean) - Method in class com.ads.services.webservice.MappingManagerService
Returns List of mappings for the specified subject Name, fillSpecifications, fillDocuments in the JSON.outputFormat can be either JSON or XML.
getMappingSequenceId() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the mappingSequenceId.
getMappingsInProject(int, boolean, boolean) - Method in class com.ads.api.util.MappingManagerUtil
Returns List of Mappings for the specified projectId, fillSpecifications and fillDocuments.
getMappingsInProject(String, boolean, boolean) - Method in class com.ads.api.util.MappingManagerUtil
Returns List of mappings for the specified projectName, fillSpecifications, fillDocuments.
getMappingsInProjectAs(int, boolean, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns List of Mappings for the specified projectId, fillSpecifications, fillDocuments in the JSON.
getMappingsInProjectAs(String, boolean, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns List of mappings for the specified project Name, fillSpecifications, fillDocuments.
getMappingsInSubject(int, boolean, boolean) - Method in class com.ads.api.util.MappingManagerUtil
Returns List of mappings for the specified for a given subject Id, fillSpecifications, fillDocuments.
getMappingsInSubject(String, boolean, boolean) - Method in class com.ads.api.util.MappingManagerUtil
Returns List of all mappings from all projects containing the subject name at any level, fillSpecifications and fillDocuments.
getMappingsInSubjectAs(int, boolean, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns List of mappings for the specified subject Id, fillSpecifications, fillDocuments in the JSON.
getMappingsInSubjectAs(String, boolean, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns List of mappings for the specified subject Name, fillSpecifications, fillDocuments in the JSON.
getMappingSpecificationRowComments() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the mappingSpecificationRowComments.
getMappingSpecifications() - Method in class com.ads.api.beans.mm.Mapping
Returns the mappingSpecifications like mappingId, mappingSequenceId, sourceName, sourceEnvironemntName etc...
getMappingSpecifications(int) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of Mapping Specifications for the specified mappingId.
getMappingSpecifications(int, int, int) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Returns the list of mapping specifications for the specified mappingId.
getMappingSpecifications(String, int, int) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Returns the list of mapping specification rows for the specified list of mappingSequenceIds.
getMappingSpecifications(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Returns the List of Mapping Specifications for the specified mappingId.outputFormat can be either Json or XML.
getMappingSpecifications(List<Integer>) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of MappingSpecification Rows for the specified List of mapSequenceIds.
getMappingSpecificationsAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of Mapping Specifications for the specified mappingId.
getMappingSpecificationsAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of MappingSpecification Rows for the specified List of mapSequenceIds.
getMappingSpecificationsWithMapSeqIds(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns the List of Mapping Specifications for the specified mapSpecIds.
getMappingSpecVersion() - Method in class com.ads.api.beans.mm.Mapping
Returns the mappingSpecVersion.
getMappingStateId() - Method in class com.ads.api.beans.mm.Mapping
Returns mappingStateId Value
getMappingStateName() - Method in class com.ads.api.beans.mm.Mapping
Returns mappingStateName Value.
getMappingStatus() - Method in class com.ads.api.beans.mm.Mapping
Returns the mappingStatus.
getMappingSubStateId() - Method in class com.ads.api.beans.mm.Mapping
Returns mappingSubStateId Value.
getMappingSubStateName() - Method in class com.ads.api.beans.mm.Mapping
Returns mappingSubStateName Value.
getMappingsWithMapIds(String, String, String, String, boolean, boolean) - Method in class com.ads.services.webservice.MappingManagerService
Returns List of Mappings for the specified List of mapIds.
getMappingUtil() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getMappingUtil() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getMappingUtil() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
getMappingWithSpecifications(String, String, String, int, boolean) - Method in class com.ads.services.webservice.MappingManagerService
Returns Mapping Object for the specified mappingId, fillSpecification.
getMapSpecVersion() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getMasterConfig() - Method in class com.ads.api.beans.kv.KeyValue
Returns the masterConfig Value.
getMasterId() - Method in class com.ads.api.beans.bgm.Relationship
Returns the masterId of the relationship object
getMaximumConnectionsPerPartition() - Method in class com.ads.mm.db.util.DBHelper
Returns the maximumConnectionsPerPartition.
getMaximumConnectionsPerPartition() - Method in class com.icc.util.DBProperties
Returns the maximumConnectionsPerPartition.
getMaximumNoOfConnectionsPerPartition() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the maximum NoOfConnections PerPartition.
getMaximumValue() - Method in class com.ads.api.beans.sm.SMColumn
Returns the maximumValue.
getMaximumValue() - Method in class com.ads.mm.db.dao.DBColumn
Returns the column maximumValue.
getMaxValue() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getMeaningCategoryType() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the meaningCategoryType value as conceptual, logical or physical of the Business Term
getMessage() - Method in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
getMessage() - Method in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
 
getMessage() - Method in class com.ads.api.beans.tm.TestCase
Returns the message.
getMessage() - Method in class com.ads.mm.db.dao.DBOperationHelper
Returns the message.
getMetadata(JSONObject) - Method in class com.ads.api.util.SystemManagerUtil
Returns the metadata information includes systemId, systemName, environmentId, environmentName, environemnetType, dataSourceType etc..as a JSONArray for the specified input values in the JSON object.
getMetaData(String) - Method in class com.ads.services.webservice.rest.SystemResource
Returns the metadata information includes systemId, systemName, environmentId, environmentName, environemnetType, dataSourceType etc..as a JSONArray for the specified input values in the JSON object.
getMetaData(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns the metadata information includes systemId, systemName, environmentId, environmentName, environemnetType, dataSourceType etc..as a JSONArray for the specified input values in the JSON object.
getMetadataAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the metadata information includes systemId, systemName, environmentId, environmentName, environemnetType, dataSourceType etc..as a JSONArray for the specified input values in the JSON object.
getMetadataSource() - Method in class com.ads.api.beans.sm.SMColumn
Returns the metadataSource Value.
getMetadataSource() - Method in class com.ads.api.beans.sm.SMTable
Returns the metadataSource Value.
getMetadataSource() - Method in class com.ads.mm.db.dao.DBColumn
Returns the metadataSource.
getMetadataSource() - Method in class com.ads.mm.db.dao.DBTable
 
getMinimumConnectionsPerPartition() - Method in class com.ads.mm.db.util.DBHelper
Returns the minimumConnectionsPerPartition.
getMinimumConnectionsPerPartition() - Method in class com.icc.util.DBProperties
Returns the minimumConnectionsPerPartition.
getMinimumNoOfConnectionsPerPartition() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the Minimum NoOfConnections PerPartition.
getMinimumValue() - Method in class com.ads.api.beans.sm.SMColumn
Returns the minimumValue.
getMinimumValue() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column minimumValue.
getMinValue() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getMode() - Method in class com.ads.api.beans.kv.KeyValue
Returns the mode Value.
getModelFile() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the modelFile.
getModelFileName() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the modelFileName.
getModelType() - Method in class com.ads.mm.db.util.DBHelper
 
getModifiedBy() - Method in class com.ads.api.beans.tm.TestCase
Returns the name of the login user who modified the testCase.
getModifiedBy() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the ModifiedBy.
getModifiedDate() - Method in class com.ads.api.beans.tm.TestCase
Returns the modifiedDate on which the testCase Details are modified.
getModifiedDate() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the modifiedDate.
getModule() - Method in class com.ads.api.beans.bgm.AssetType
 
getModule(String) - Static method in enum class com.ads.api.beans.common.APIConstants.Module
 
getName() - Method in class com.ads.api.beans.bgm.AssetType
Returns the assetTypeName.
getName() - Method in class com.ads.api.beans.bgm.BusinessObject
Returns the business object name.
getName() - Method in class com.ads.api.beans.common.SDIClassification
Returns the name.
getName() - Method in class com.ads.api.beans.common.Tag
Returns the name value.
getName() - Method in class com.ads.api.beans.csm.Category
Returns the name of the category.
getName() - Method in class com.ads.api.beans.csm.Codeset
Returns the name of a codeset .
getName() - Method in class com.ads.api.beans.csm.CodeValue
Returns the name.
getName() - Method in class com.ads.api.beans.csm.CSMEnvironment
Returns the name of the CSMEnvironment.
getName() - Method in class com.ads.api.beans.rsm.Permission
Returns the name of the permission.
getName() - Method in class com.ads.api.beans.rsm.Role
Returns the name of the Role.
getName() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns environment name.
getName() - Method in class com.ads.api.beans.sm.SMIndex
Returns the name of the Index.
getName() - Method in class com.ads.mm.db.dao.DBIndex
 
getNaturalKeyFlag() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getNextScheduledRunDateTime() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getNodeId() - Method in class com.ads.api.beans.common.Node
Returns nodeId.
getNodeType() - Method in class com.ads.api.beans.common.Node
Returns NodeType of the Node.
getNodeType(int) - Static method in enum class com.ads.api.beans.common.Node.NodeType
 
getNodeType(String) - Static method in enum class com.ads.api.beans.common.Node.NodeType
Returns the nodeType of the specified value.
getNoOfPartitions() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the noOfPartitions.
getNotes() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the notes related to the business object.
getNotes() - Method in class com.ads.api.beans.bgm.BusinessRule
Returns the notes related to the business object.
getNotes() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the notes related to the business object.
getNullableFlag() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getObject(Node.NodeType, int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the businessObject for the specified businessObjectId and nodeType.
getObject(String) - Method in class com.ads.mm.db.dao.DBSchema
 
getObject(String, String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the businessObject for the specified businessObjectId and nodeType.
getObjectAs(String, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the businessObject for the specified businessObjectId and nodeType.
getObjectId() - Method in class com.ads.api.beans.common.SDIClassification
Returns the objectId.
getObjectId() - Method in class com.ads.api.beans.kv.KeyValue
Returns the objectId Value.
getObjectId() - Method in class com.ads.api.beans.tm.TestCase
Returns the objectId.
getObjectId() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getObjectId(Node.NodeType, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the id of businessObject for the specified catalogId, nodeType and businessObjectName.
getObjectId(String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the id of businessObject for the specified assetName, catalogPath and businessObjectName.
getObjectId(String, String, String, String, int, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the id of businessObject for the specified catalogId, nodeType and businessObjectName.
getObjectIdAs(String, int, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the id of businessObject for the specified catalogId, nodeType and businessObjectName.
getObjective() - Method in class com.ads.api.beans.bgm.BusinessRule
Returns the objective of the business rule
getObjectLevel() - Method in class com.ads.api.beans.kv.KeyValue
Returns the objectLevel Value.
getObjectName() - Method in class com.ads.api.beans.tm.TestCase
Returns the ObjectName.
getObjectName(Node.NodeType, int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the name of businessObject for the specified nodeType and businessObjectId.
getObjectName(String, String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the name of businessObject for the specified nodeType and businessObjectId.
getObjectNameAs(String, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the name of businessObject for the specified nodeType and businessObjectId.
getObjects(Node.NodeType, int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of businessObjects for the specified catalogId and nodeType.
getObjects(Node.NodeType, List<Integer>) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of businessObjects for the specified list of businessObjectIds and nodeType.
getObjects(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of businessObjects for the specified catalogPath and assetName.
getObjects(String, String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the list of businessObjects for the specified list of businessObjectIds and nodeType.
getObjectsAs(String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of businessObjects for the specified list of businessObjectIds and nodeType.
getObjectsByAsset(String, String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the list of businessObjects for the specified catalogPath and assetName.
getObjectsByAssetAs(String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of businessObjects for the specified catalogPath and assetName.
getObjectsByCatalog(String, String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Returns the list of businessObjects for the specified catalogId and nodeType.
getObjectsByCatalogAs(String, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Returns the list of businessObjects for the specified catalogId and nodeType.
getObjectStyle() - Method in class com.ads.api.beans.kv.KeyValue
Returns the objectStyle Value.
getObjectType() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getObjectTypeId() - Method in class com.ads.api.beans.bgm.AssetType
Returns the objectTypeId.
getObjectTypeId() - Method in class com.ads.api.beans.bgm.BusinessObject
Returns the objectTypeId of the business object.
getObjectTypeId() - Method in class com.ads.api.beans.common.Node
 
getObjectTypeId() - Method in enum class com.ads.api.beans.common.Node.NodeType
 
getObjectTypeId() - Method in class com.ads.api.beans.common.SDIClassification
Returns the objectTypeId.
getObjectTypeId() - Method in class com.ads.api.beans.kv.KeyValue
Returns the objectTypeId Value.
getObjectTypeId(Node.NodeType) - Static method in enum class com.ads.api.beans.common.Node.NodeType
 
getOperationType(String) - Static method in enum class com.icc.util.DBProperties.Operation
 
getOption(int) - Static method in enum class com.ads.api.beans.common.APIConstants.BGMFillOptions
 
getOption(int) - Static method in enum class com.ads.api.beans.common.APIConstants.CSMFillOptions
 
getOption(int) - Static method in enum class com.ads.api.beans.common.APIConstants.MMFillOptions
 
getOption(int) - Static method in enum class com.ads.api.beans.common.APIConstants.RSMFillOptions
 
getOption(int) - Static method in enum class com.ads.api.beans.common.APIConstants.sdiFillOptions
 
getOption(int) - Static method in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
 
getOraclePIKProviderPosition() - Method in class com.icc.util.DBProperties
 
getOracleWalletLocation() - Method in class com.icc.util.DBProperties
 
getOrder() - Method in class com.ads.api.beans.kv.KeyValue
Returns the order Value.
getOrdinalPosition() - Method in class com.ads.api.beans.sm.SMIndex
Returns the ordinalPosition of the Index.
getOrdinalPosition() - Method in class com.ads.mm.db.dao.DBIndex
 
getOrphanColumn() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getOrphanColumnsMap() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getOutputColumns() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getOutputFormat(String) - Static method in enum class com.ads.api.beans.common.APIConstants.OutputFormat
 
getOwner() - Method in class com.ads.api.beans.sm.SMIndex
Returns the owner of the Index.
getOwner() - Method in class com.ads.mm.db.dao.DBIndex
 
getParentCatalogId() - Method in class com.ads.api.beans.bgm.Catalog
Returns the parent catalog id.
getParentEnvironment() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getParentId() - Method in class com.ads.api.beans.csm.Category
Returns the parentId of the category.
getParentId() - Method in class com.ads.api.beans.kv.KeyValue
Returns the parentId Value.
getParentId() - Method in class com.ads.api.beans.rsm.Permission
Returns the parentId of the permission.
getParentKey() - Method in class com.ads.api.beans.kv.KeyValue
Returns the parentKey Value
getParentObjectId() - Method in class com.ads.api.beans.kv.KeyValue
Returns the parentObjectId Value.
getParentObjectTypeId() - Method in class com.ads.api.beans.kv.KeyValue
Returns the parentObjectTypeId Value.
getParentPermission() - Method in class com.ads.api.beans.rsm.Permission
Returns parentPermission object of the permission.
getParentSubjectId() - Method in class com.ads.api.beans.mm.Subject
Returns the parentSubjectId.
getParentSystem() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getParentTable() - Method in class com.ads.api.beans.sm.SMTable
Returns the parentTable object of the table object.
getParentTable() - Method in class com.ads.mm.db.dao.DBTable
 
getParentTable() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getPartitions() - Method in class com.ads.mm.db.util.DBHelper
Returns the partitions.
getPartitions() - Method in class com.icc.util.DBProperties
Returns the partitions.
getPercenNullValue() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getPercentNullValue() - Method in class com.ads.api.beans.sm.SMColumn
Returns the percentNullValue.
getPercentNullValue() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column percentNullValue.
getPermissions() - Method in class com.ads.api.beans.rsm.Role
Returns the list of Permission objects of the Role.
getPhysicalColumnName() - Method in class com.ads.api.beans.sm.SMColumn
Returns the physicalColumnName Value.
getPhysicalColumnName() - Method in class com.ads.mm.db.dao.DBColumn
 
getPhysicalTableName() - Method in class com.ads.api.beans.sm.SMTable
Returns the physicalTableName.
getPhysicalTableName() - Method in class com.ads.mm.db.dao.DBTable
 
getPivoTable() - Method in class com.ads.api.beans.kv.KeyValue
Returns the pivoTable Value.
getPlanDevelopLoe() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getPlanEtlEffort() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getPlanEtlEffortUnits() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getPlanMappingEffort() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getPlanMappingEffortUnits() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getPlannedDevelopmentLevelOfEffort() - Method in class com.ads.api.beans.mm.Mapping
Returns the planned LevelOfEffort.
getPlannedETLEffort() - Method in class com.ads.api.beans.mm.Mapping
Returns the plannedETLEffort.
getPlannedETLEffortUnits() - Method in class com.ads.api.beans.mm.Mapping
Returns the plannedETLEffortUnits.
getPlannedMappingEffort() - Method in class com.ads.api.beans.mm.Mapping
Returns the plannedMappingEffort.
getPlannedMappingEffortUnits() - Method in class com.ads.api.beans.mm.Mapping
Returns the plannedMappingEffortUnits.
getPlannedNotes() - Method in class com.ads.api.beans.mm.Mapping
Returns the plannedNotes.
getPlanNotes() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getPolicyEndDate() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the policyEndDate of the business policy.
getPolicyStartDate() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the policyStartDate of the business policy.
getPortugueseDescription() - Method in class com.ads.api.beans.rsm.Permission
Returns the permission description in Portuguese language.
getPrecision() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column precision.
getPrecision() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getPrecision() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getPreference(int) - Method in class com.ads.api.beans.kv.KeyValue
 
getPrefix() - Method in class com.ads.mm.db.dao.DBColumn
Returns the column prefix.
getPrefType() - Method in class com.ads.api.beans.kv.KeyValue
Returns the prefType Value.
getPreserveCount() - Static method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getPreserveCount() - Static method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getPreserveCount() - Static method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getPreservedId(int) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getPreservedId(int) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getPreservedId(int) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
To Preserve Ids which fall under Global Mapping Scope It will check, if it exist and returns that else will create a new unique id and stores and returns that
getPrimaryKeyName() - Method in class com.ads.mm.db.dao.DBColumn
Returns the primaryKeyName.
getPriorityId() - Method in class com.ads.api.beans.tm.TestCase
Returns the priorityId.
getPriorityName() - Method in class com.ads.api.beans.tm.TestCase
Returns the priorityName.
getProcessingOrder() - Method in class com.ads.api.beans.kv.KeyValue
Returns the processingOrder Value.
getProductionEnvironmentName() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the production EnvironmentName.
getProductionSystemId() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the productionSystemId.
getProductionSystemName() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the productionSystemName.
getProject(int) - Method in class com.ads.api.util.MappingManagerUtil
Returns the Project object for the specified project Id.Specifying the projectId is mandatory.
getProject(int) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Returns the project object for the specified projectId.
getProject(String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the Project object for the specified project Name i.e all the respective details regarding the project,
such as ProjectName, ProjectDescription, projectCostCenter, projectITSponsorFullName, projectBusinessSponsorFullName, projectDocuments, projectResources etc....Specifying the projectName is mandatory.
getProject(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Returns the Project object for the specified projectId in the specified outputFormat.
getProjectAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the Project object for the specified projectId in the specified outputFormat.
getProjectAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the Project object for the specified project Name in the specified outputFormat.
getProjectAuditHistory() - Method in class com.ads.api.beans.mm.Project
Returns the AuditHistory Details.
getProjectBusinessSponsorFullName() - Method in class com.ads.api.beans.mm.Project
Returns the projectBusinessSponsorFullName.
getProjectByName(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns the Project object for the specified project Name in the specified outputFormat.outputFormat can be either JSON or XML.
getProjectCostCenter() - Method in class com.ads.api.beans.mm.Project
Returns the projectCostCenter.
getProjectDescription() - Method in class com.ads.api.beans.mm.Project
Returns the projectDescription.
getProjectDocuments() - Method in class com.ads.api.beans.mm.Project
Returns the projectDocuments associated with the Project.
getProjectDocuments(int) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of project documents for the specified projectId.
getProjectDocuments(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Returns the List of project Documents for the specified projectId in the specified outputFormat.outputFormat can be either JSON or XML.
getProjectDocumentsAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of project Documents for the specified projectId in the specified outputFormat.
getProjectETL() - Method in class com.ads.api.beans.mm.Project
 
getProjectETLTool(String) - Static method in enum class com.ads.api.beans.mm.Project.ProjectETL
 
getProjectId() - Method in class com.ads.api.beans.mm.Mapping
Returns the projectId.
getProjectId() - Method in class com.ads.api.beans.mm.Project
Returns the projectId.
getProjectId() - Method in class com.ads.api.beans.mm.Subject
Returns the projectId.
getProjectId() - Method in class com.ads.api.beans.tm.TestCase
Returns the projectId.
getProjectId() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getProjectId(String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the projectId for the specified projectName.
getProjectId(String) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Returns the projectId for the specified projectName.
getProjectId(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns the projectId for the specified projectName in the specified outputFormat.
getProjectIdAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the projectId for the specified projectName in the specified outputFormat.
getProjectITSponsorFullName() - Method in class com.ads.api.beans.mm.Project
Returns the projectITSponsorFullName.
getProjectName() - Method in class com.ads.api.beans.mm.Project
Returns the projectName.
getProjectName() - Method in class com.ads.api.beans.tm.TestCase
Returns the projectName in which the testCase is present.
getProjectOwnerFullName() - Method in class com.ads.api.beans.mm.Project
Returns the projectOwnerFullName.
getProjectResources() - Method in class com.ads.api.beans.mm.Project
Returns the projectResources.
getProjects() - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of all Projects i.e all the respective details regarding projects, such as ProjectName, ProjectDescription, projectCostCenter, projectITSponsorFullName, projectBusinessSponsorFullName, projectDocuments, projectResources etc...
getProjects(Node.Depth) - Method in class com.ads.api.util.MappingManagerUtil
Returns the projects and its Details according to the specified Depth.
getProjects(String, int, int) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Returns the list of all projects for the specified projectIds, where each project contains details like projectName, projectDescription, projectDocuments etc..
getProjects(String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns the List of all Projects where each project contains details like projectName, projectDescription, projectDocuments etc...
getProjectsAs(String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of all Projects where each project contains details like projectName, projectDescription, projectDocuments etc...
getProjectsAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the projects and its Details according to the specified Depth.
getProjectsWithDepth(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns the projects and its Details according to the specified Depth.
getPropertiesType(String) - Static method in enum class com.ads.api.beans.common.APIConstants.PropertiesType
 
getPseudocode() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the pseudocode Value.
getPsudoCode() - Method in class com.ads.mm.db.dao.DBColumn
Returns the psudoCode.
getPsuedoCode() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getPublish() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the publish status of the business policy
getPublish() - Method in class com.ads.api.beans.bgm.BusinessRule
Returns the publish status of the business rule
getPublish() - Method in class com.ads.api.beans.bgm.CustomObject
Returns the custom object publish value.
getPublishedCodesets(int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of published codeset objects for the specified environmentId.
getPublishedCodesets(String, String, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the list of published codesets for the specified environmentId.
getPublishedCodesetsAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of published codesets for the specified environmentId.
getPublishNotes() - Method in class com.ads.api.beans.mm.Mapping
Returns publishNotes Value.
getQualifierObjectId() - Method in class com.ads.api.beans.bgm.Association
Returns the qualifierObjectId of the association object.
getQualifierObjectTypeId() - Method in class com.ads.api.beans.bgm.Association
Returns the qualifierObjectTypeId of the association object.
getQueryBatchLimit() - Method in class com.ads.mm.db.util.DBHelper
 
getRating() - Method in class com.ads.api.beans.bgm.CustomObject
Returns the custom object rating value.
getRdmReferenceTable() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the rdmReferenceTable Value.
getRdmReferenceTable() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getReadOnly() - Method in class com.ads.mm.db.util.DBHelper
 
getReferenceColumn() - Method in class com.ads.mm.db.dao.DBTable
 
getReferenceId() - Method in class com.ads.api.beans.sm.SMTable
Returns the referenceId of the table object.
getReferenceId() - Method in class com.ads.mm.db.dao.DBColumn
Returns the referenceId.
getReferenceId() - Method in class com.ads.mm.db.dao.DBTable
Returns the referenceId.
getReferenceTable() - Method in class com.ads.mm.db.dao.DBColumn
 
getRefreshedBy() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the refreshedBy value.
getRegularExpression() - Method in class com.ads.api.beans.kv.KeyValue
Returns the regularExpression Value.
getReguralExpresion() - Method in class com.ads.api.beans.kv.KeyValue
Deprecated.
Since v8.3
getRelationship() - Method in class com.ads.api.beans.bgm.Association
Returns the relationship details of the association object.
getRelationship(int, int, String) - Method in class com.ads.api.util.RelationshipUtil
Returns the relationship object for the specified sourceObjectTypeId, targetObjectTypeId and title.
getRelationship(int, int, String, APIConstants.RelationshipType) - Method in class com.ads.api.util.RelationshipUtil
Returns the relationship object for the specified sourceObjectTypeId, targetObjectTypeId, title and relationshipType.
getRelationship(String, String, String, int, int, String, String) - Method in class com.ads.services.webservice.RelationshipService
Returns the relationship object for the specified sourceObjectTypeId, targetObjectTypeId, title and relationshipType.
getRelationshipAs(int, int, String, String, String) - Method in class com.ads.api.util.RelationshipUtil
Returns the relationship object for the specified sourceObjectTypeId, targetObjectTypeId, title and relationshipType.
getRelationships() - Method in class com.ads.api.util.RelationshipUtil
Returns the list of all relationship objects present in the association.
getRelationships(int) - Method in class com.ads.api.util.RelationshipUtil
Returns the list of relationship objects for the specified sourceObjectTypeId.
getRelationships(int, int) - Method in class com.ads.api.util.RelationshipUtil
Returns the list of relationship objects for the specified sourceObjectTypeId and targetObjectTypeId.
getRelationships(int, String) - Method in class com.ads.api.util.RelationshipUtil
Returns the list of relationship object for the specified title and sourceObjectTypeId.
getRelationships(int, String, APIConstants.RelationshipType) - Method in class com.ads.api.util.RelationshipUtil
Returns the list of relationship objects for the specified sourceObjectTypeId, title and relationshipType.
getRelationships(APIConstants.RelationshipType) - Method in class com.ads.api.util.RelationshipUtil
Returns the list of relationship objects for the specified relationshipType.
getRelationships(APIConstants.RelationshipType, String) - Method in class com.ads.api.util.RelationshipUtil
Returns the list relationship objects for the specified relationshipType and title.
getRelationships(String, String, String) - Method in class com.ads.services.webservice.RelationshipService
Returns the list of all the relationship objects present in the business glossary module.
getRelationshipsAs(String) - Method in class com.ads.api.util.RelationshipUtil
Returns the list of all the relationship objects present in the business glossary module.
getRelationshipType() - Method in class com.ads.api.beans.bgm.Relationship
Returns the relationshipType of the association object
getRelationshipType(String) - Static method in enum class com.ads.api.beans.common.APIConstants.RelationshipType
 
getRelease() - Method in class com.ads.api.beans.sm.SMSystem
Returns the release.
getRepmPasswordEncrypted() - Method in class com.icc.util.DBProperties
 
getRepmSecretCode() - Method in class com.icc.util.DBProperties
 
getRepmUserAvailable() - Method in class com.icc.util.DBProperties
 
getRepmUserName() - Method in class com.icc.util.DBProperties
 
getRequestStatus() - Method in class com.ads.api.beans.kv.KeyValue
Returns the requestStatus Value.
getResourceId() - Method in class com.ads.api.beans.common.AssignedResource
Returns the ResourceId.
getResponseType() - Method in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
getRetiredCodesets(int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of retired codeset objects for the specified categoryId.
getRetiredCodesets(String, String, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the list of retired codeset objects for the specified categoryId.
getRetiredCodesetsAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of retired codeset objects for the specified categoryId.
getRetrunType(String) - Static method in enum class com.ads.api.beans.common.Node.ReturnType
 
getRole(String) - Method in class com.ads.api.util.ResourceManagerUtil
Returns the Role object for the specified roleName i.e all the respective details regarding the role,such as roleName, roleId ,roleDescription and auditHistory.
getRole(String, int) - Method in class com.ads.api.util.ResourceManagerUtil
Returns the Role object for the specified roleName i.e all the respective details regarding the role,such as roleName,roleId, roleDescription, auditHistory and also returns list of permissions that the role has based on the fillOptions parameter value passed with reference of APIConstants.RSMFillOptions.
getRole(String, String, String, String) - Method in class com.ads.services.webservice.ResourceManagerService
Returns the Role object for the specified roleName i.e all the respective details regarding the role,such as roleName,roleId,roleDescription and auditHistory.
getRoleAs(String, int, String) - Method in class com.ads.api.util.ResourceManagerUtil
Returns the Role object for the specified roleName i.e all the respective details regarding the role,such as roleName,roleId, roleDescription, auditHistory and also returns list of permissions that the role has based on the fillOptions parameter value passed with reference of APIConstants.RSMFillOptions.
getRoleAs(String, String) - Method in class com.ads.api.util.ResourceManagerUtil
Returns the Role object for the specified roleName i.e all the respective details regarding the role,such as roleName,roleId,roleDescription and auditHistory.
getRoleId() - Method in class com.ads.api.beans.common.AssignedResource
Returns the RoleId.
getRoles() - Method in class com.ads.api.util.ResourceManagerUtil
Returns the list of Role objects where each Role object contains details like roleName,roleId,roleDescription and auditHistory.
getRoles(int) - Method in class com.ads.api.util.ResourceManagerUtil
Returns the list of Role objects where each Role object contains details like roleName,roleId,roleDescription,auditHistory and list of permissions that the role has based on the fillOptions parameter value passed with reference of APIConstants.RSMFillOptions.
getRoles(String, String, String) - Method in class com.ads.services.webservice.ResourceManagerService
Returns the list of Role objects where each Role object contains details like roleName,roleId, roleDescription and auditHistory.
getRolesAs(int, String) - Method in class com.ads.api.util.ResourceManagerUtil
Returns the list of Role objects where each Role object contains details like roleName,roleId,roleDescription,auditHistory and list of permissions that the role has based on the fillOptions parameter value passed with reference of APIConstants.RSMFillOptions.
getRolesAs(String) - Method in class com.ads.api.util.ResourceManagerUtil
Returns the list of Role objects where each Role object contains details like roleName, roleDescription,roleId and auditHistory.
getRolesWithOptions(String, String, String, int) - Method in class com.ads.services.webservice.ResourceManagerService
Returns the list of Role objects where each Role object contains details like roleName,roleId,roleDescription,auditHistory and list of permissions that the role has based on the fillOptions parameter value passed with reference of APIConstants.RSMFillOptions.
getRoleWithOptions(String, String, String, String, int) - Method in class com.ads.services.webservice.ResourceManagerService
Returns the Role object for the specified roleName i.e all the respective details regarding the role,such as roleName,roleId, roleDescription, auditHistory and also returns list of permissions that the role has based on the fillOptions parameter value passed with reference of APIConstants.RSMFillOptions.
getRowComments() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getRowCount() - Method in class com.ads.mm.db.dao.DBColumn
 
getRowDelimiter() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the rowDelimiter.
getRowOrder() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the rowOrder.
getRowOrder() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getRowSeparator() - Method in class com.ads.mm.db.util.DBHelper
Returns the rowSeparator.
getRussiaDescription() - Method in class com.ads.api.beans.rsm.Permission
Returns the permission description in Russian language.
getSapClient() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the sapClient.
getSapDestination() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the sapDestination.
getSapScanTables() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the sapScanTables.
getSaveFilePath() - Method in class com.ads.api.beans.tm.TestCase
Returns the saveFilePath.
getScale() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column scale.
getScale() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getScale() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getScanCriteria() - Method in class com.ads.mm.db.util.DBHelper
 
getScanOptions() - Method in class com.ads.mm.db.util.DBHelper
Sets the scanOptions as specified.
getSceid() - Method in class com.ads.mm.db.dao.DBTable
Returns the sceId.
getScheduledDateTime() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getSchema(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the SMSchema Object as specified.
getSchema(String) - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the DBSchema Object as specified.
getSchemaName() - Method in class com.ads.api.beans.sm.SMSchema
 
getSchemaName() - Method in class com.ads.api.beans.sm.SMTable
Returns the schemaName of the table object.
getSchemaName() - Method in class com.ads.mm.db.dao.DBSchema
Returns the schemaName.
getSchemaName() - Method in class com.ads.mm.db.dao.DBTable
Returns the schemaName.
getSchemaName() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getSchemas() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the Collection objects
getSchemas() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the HashMap of DBSchema Object.
getSchemas() - Method in class com.icc.util.DBProperties
Returns the schemas.
getScope(int) - Static method in enum class com.ads.api.beans.common.APIConstants.ELNScope
 
getScopeObjectTypes() - Method in class com.ads.api.beans.common.Tag
 
getSdiClassificationId() - Method in class com.ads.api.beans.sm.SMColumn
Deprecated. 
getSdiClassificationId() - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated. 
getSdiClassificationId() - Method in class com.ads.api.beans.sm.SMSystem
Deprecated. 
getSdiClassificationId() - Method in class com.ads.api.beans.sm.SMTable
Deprecated. 
getSdiClassificationId() - Method in class com.ads.mm.db.dao.DBTable
 
getSDIClassificationId() - Method in class com.ads.mm.db.dao.DBColumn
 
getSdiClassificationName() - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated. 
getSdiClassificationName() - Method in class com.ads.api.beans.sm.SMSystem
Deprecated. 
getSdiClassificationName() - Method in class com.ads.api.beans.sm.SMTable
Deprecated. 
getSDIClassificationName() - Method in class com.ads.api.beans.sm.SMColumn
Deprecated. 
getSdiClassifications() - Method in class com.ads.mm.db.dao.DBColumn
 
getSdiClassifications() - Method in class com.ads.mm.db.dao.DBEnvironment
 
getSdiClassifications() - Method in class com.ads.mm.db.dao.DBTable
 
getSDIClassifications() - Method in class com.ads.api.beans.bgm.BusinessObject
Returns the list of sdiClassifications of the business object.
getSDIClassifications() - Method in class com.ads.api.beans.sm.SMColumn
Returns the list of sdiClassifications of the column.
getSDIClassifications() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the list of sdiClassifications of the environment.
getSDIClassifications() - Method in class com.ads.api.beans.sm.SMSystem
Returns the list of sdiClassifications of the system.
getSDIClassifications() - Method in class com.ads.api.beans.sm.SMTable
Returns the list of sdiClassifications of the table.
getSdiDescription() - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated. 
getSdiDescription() - Method in class com.ads.api.beans.sm.SMSystem
Deprecated. 
getSdiDescription() - Method in class com.ads.api.beans.sm.SMTable
Deprecated. 
getSdiDescription() - Method in class com.ads.mm.db.dao.DBColumn
Returns the sdiDescription.
getSdiDescription() - Method in class com.ads.mm.db.dao.DBTable
 
getSDIDescription() - Method in class com.ads.api.beans.sm.SMColumn
Deprecated. 
getSDIDescription() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getSecretCode() - Method in class com.icc.util.DBProperties
Returns the password.
getSelectedEntities() - Method in class com.ads.mm.db.util.DBHelper
Returns the selectedEntities.
getSelectedObjectsList() - Method in class com.ads.mm.db.util.DBHelper
Returns the selectedObjectsList.
getSelectedSynonyms() - Method in class com.ads.mm.db.util.DBHelper
This method returns map object in which key is schema name and value is list of selected synonyms.
getSelectedSynonymsList() - Method in class com.ads.mm.db.util.DBHelper
Returns the selectedSynonymsList.
getSelectedTables() - Method in class com.ads.mm.db.util.DBHelper
This method returns map object in which key is schema name and value is list of selected tables.
getSelectedTablesList() - Method in class com.ads.mm.db.util.DBHelper
Returns the selectedTablesList.
getSelectedTablesString() - Method in class com.ads.mm.db.util.DBHelper
Returns the selectedTablesString.
getSelectedValue() - Method in class com.ads.api.beans.kv.KeyValue
Returns the selectedValue Value.
getSelectedViews() - Method in class com.ads.mm.db.util.DBHelper
This method returns map object in which key is schema name and value is list of selected views.
getSelectedViewsList() - Method in class com.ads.mm.db.util.DBHelper
Returns the selectedViewsList.
getSelectedViewsString() - Method in class com.ads.mm.db.util.DBHelper
Returns the selectedViewsString.
getSelectionCriteria(String) - Static method in enum class com.ads.api.beans.common.APIConstants.SelectionCriteria
 
getSequenceId() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getServerOSVersion() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the serverOSVersion.
getServerOSVersion() - Method in class com.ads.api.beans.sm.SMSystem
Returns the serverOSVersion.
getServerPlatform() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the serverPlatform.
getServerPlatform() - Method in class com.ads.api.beans.sm.SMSystem
Returns the serverPlatform.
getSMNodeType(String) - Static method in enum class com.ads.api.beans.sm.SMNode.SMNodeType
 
getSMTableType(String) - Static method in enum class com.ads.api.beans.sm.SMTable.SMTableType
 
getSnowflakeFetchMetadataBy() - Method in class com.icc.util.DBProperties
 
getSnowflakeQueryType() - Method in class com.icc.util.DBProperties
 
getSortOrder() - Method in class com.ads.api.beans.sm.SMIndex
Returns the sortOrder of the Index.
getSortOrder() - Method in class com.ads.mm.db.dao.DBIndex
 
getSource() - Method in class com.ads.api.beans.bgm.Association
Returns the source details of the association object.
getSource() - Method in class com.ads.api.beans.common.LineageEdge
Returns the Node object contains the source information in Lineage/Mapping Row.
getSourceColumnAlias() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceColumnAlias Name.
getSourceColumnClass() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceColumnClass.
getSourceColumnComments() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceColumnComments.
getSourceColumnDatatype() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceColumnDatatype.
getSourceColumnDBDefaultValue() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceColumnDBDefaultValue.
getSourceColumnDefinition() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceColumnDefinition.
getSourceColumnLength() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceColumnLength.
getSourceColumnName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceColumnName.
getSourceColumnPrecision() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceColumnPrecision.
getSourceColumnScale() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceColumnScale.
getSourceEntityUID() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceEntityUID Value.
getSourceEnvBusinessEntityType() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceEnvBusinessEntityType value.
getSourceExtractDescription() - Method in class com.ads.api.beans.mm.Mapping
Returns the Description of sourceExtractQuery.
getSourceExtractDescription() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getSourceExtractQuery() - Method in class com.ads.api.beans.mm.Mapping
Returns the sourceExtractQuery.
getSourceExtractQuery() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getSourceLogicalColumnName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceSDIDescription.
getSourceMaximumValue() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceMaximumValue.
getSourceMinimumValue() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceMinimumValue.
getSourceObjectId() - Method in class com.ads.api.beans.bgm.Association
Returns the sourceObjectId of the association object.
getSourceObjectTypeId() - Method in class com.ads.api.beans.bgm.Association
Returns the sourceObjectTypeId of the association object.
getSourcePercentNullValue() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourcePercentNullValue.
getSourceSDIDescription() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceSDIDescription.
getSourceSystemEnvironmentName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceSystemEnvironmentName.
getSourceSystemId() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceSystemId.
getSourceSystemName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceSystemName.
getSourceSystems() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
getSourceSystems() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getSourceTableAlias() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceTableAlias Name.
getSourceTableBusinessEntityType() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceEnvBusinessEntityType value.
getSourceTableClass() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceTableClass.
getSourceTableName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceTableName.
getSourceTableType() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceTableType Value.
getSourceXPath() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceXPath.
getSpanishDescription() - Method in class com.ads.api.beans.rsm.Permission
Returns the permission description in Spanish language.
getSpecialApprovalContvyInstructions() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the ApprovalInstructions.
getSpecialInsructionsComments() - Method in class com.ads.api.beans.sm.SMSystem
Returns the specialInsructionsComments.
getSpecificationArtifacts() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the specificationArtifacts Value.
getSpecificationArtifacts() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getSplitter() - Method in class com.erwin.api.beans.scheduler.MetadataELNJobOptions
 
getSshPort() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the sshPort Value.
getSshPort() - Method in class com.ads.mm.db.util.DBHelper
 
getSshPort() - Method in class com.icc.util.DBProperties
 
getStartDate() - Method in class com.ads.api.beans.csm.CodeValue
Returns the startDate.
getStatus() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the status of the business policy.
getStatus() - Method in class com.ads.api.beans.bgm.BusinessRule
Returns the status of the business rule.
getStatus() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the Business Term Status as either Rejected, pendingReview, Pending Approval, Approval or Published.
getStatus() - Method in class com.ads.api.beans.csm.Codeset
Returns the status of codeset.
getStatus() - Method in class com.ads.api.beans.sm.SMColumn
Returns the status Value.
getStatus() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the status.
getStatus() - Method in class com.ads.api.beans.sm.SMTable
Returns the status of the table object.
getStatus() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the Status.
getStatus() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getStatus(String) - Static method in enum class com.ads.api.beans.common.APIConstants.Status
 
getStatusDescription() - Method in class com.icc.util.RequestStatus
Returns the statusDescription.
getStatusId() - Method in class com.ads.api.beans.tm.TestCase
Returns the statusId.
getStatusId() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the StatusId.
getStatusMessage() - Method in class com.icc.util.RequestStatus
Returns the statusMessage.
getStatusName() - Method in class com.ads.api.beans.tm.TestCase
Returns the statusName of the Document.i.e In progress, Ready for Review, Approved.
getStatusNumber() - Method in class com.icc.util.RequestStatus
Returns the statusNumber.
getSTCMId() - Method in class com.ads.api.beans.sm.SMColumn
Deprecated. 
getSTCMId() - Method in class com.ads.mm.db.dao.DBColumn
Returns the stcmId.
getStepName() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the the stepName.
getStepNumber() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the stepNumber.
getSTMId() - Method in class com.ads.api.beans.sm.SMTable
Deprecated. 
getSTMId() - Method in class com.ads.mm.db.dao.DBTable
Returns the stmId i.e tableId.
getStorageType() - Method in class com.ads.api.beans.sm.SMColumn
Returns the storageType.
getStorageType() - Method in class com.ads.mm.db.dao.DBColumn
Returns the storageType.
getSubject(int) - Method in class com.ads.api.util.MappingManagerUtil
Returns the Subject Object for the specified subjectId.Specifying subjectId is mandatory.
getSubject(int) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Returns subject object for the specified subjectId.
getSubject(int, int, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns Subject Object for the specified projectId, parentSubjectId, subjectName.
getSubject(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns Subject object for the specified projectId and subjectHierarchy.
getSubject(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns Subject object for the specified projectName and subjectHierarchy.
getSubject(String, String, String, int, int, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns Subject Object for the specified projectId, parentSubjectId, subjectName in the specified outputFormat.outputFormat can be either JSON or XML.
getSubjectAs(int, int, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns SubjectObject for the specified projectId, parentSubjectId, subjectName in the specified outputFormat.
getSubjectAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns SubjectObject for the specified subjectId in the specified outputFormat.
getSubjectAs(int, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns Subject object for the specified projectId and subjectHierarchy.
getSubjectAs(String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns Subject object for the specified projectName and subjectHierarchy.
getSubjectByHierarchy(String, String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns Subject object for the specified projectName and subjectHierarchy, in the specified outputFormat.
getSubjectById(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Returns Subject Object for the specified subjectId in the specified outputFormat.
getSubjectByProject(String, String, String, int, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns Subject object for the specified projectId and subjectHierarchy, in the specified outputFormat.
getSubjectChangedDescription() - Method in class com.ads.api.beans.mm.Subject
Returns the subjectChanged Description.
getSubjectDescription() - Method in class com.ads.api.beans.mm.Subject
Returns the Subject Description.
getSubjectid(String, String) - Method in class com.ads.api.util.MappingManagerUtil
 
getSubjectId() - Method in class com.ads.api.beans.mm.Mapping
Returns the subjectId.
getSubjectId() - Method in class com.ads.api.beans.mm.Subject
Returns the subjectId.
getSubjectId() - Method in class com.ads.api.beans.tm.TestCase
Returns the subjectId in which the testCase is present.
getSubjectId() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getSubjectId(int, Node.NodeType, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the subjectId for the specified parentNodeId, subjectName, nodeType.
getSubjectId(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns subjectId for the specified projectName and SubjectName.
getSubjectId(String, String) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Returns subjectId for the specified projectName and subjectPath.
getSubjectId(String, String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns subjectId for the specified projectName, SubjectName and outputFormat.outputFormat can be either JSON or XML.
getSubjectIdAs(int, String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the subjectId for the specified parentNodeId, subjectName, nodeType.
getSubjectIdAs(String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns subjectId for the specified projectName, SubjectName.
getSubjectIdByName(String, String, String, int, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns the subjectId for the specified parentNodeId, subjectName, nodeType.outputFormat can be either JSON or XML.
getSubjectName() - Method in class com.ads.api.beans.mm.Subject
Returns the subjectName.
getSubjectName() - Method in class com.ads.api.beans.tm.TestCase
Returns the subjectName in which the testCase is present.
getSubjects(int) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of subjects of the specified projectId.
getSubjects(String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of subjects for the specified projectName.
getSubjects(String, int, int) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Returns the list of subjects for the specified subjectIds.
getSubjects(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Returns the List of subjects for the specified projectName in the specified outputFormat.
getSubjectsAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of subjects for the specified projectId in the specified outputFormat.
getSubjectsAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Returns the List of subjects for the specified projectName in the specified outputFormat.
getSubjectsByProjectId(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Returns the List of subjects for the specified projectId in the form of specified outputFormat.outputFormat can be either JSON or XML.
getSubKeyValues() - Method in class com.ads.api.beans.kv.KeyValue
Returns the subKeyValues.
getSuccessOption() - Method in class com.ads.api.beans.tm.TestCase
Returns the successOption.
getSupportSystems() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
getSupportSystems() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getSynonym(String) - Method in class com.ads.api.beans.sm.SMSchema
Returns the SMTable Object for the specified tableName.
getSynonym(String) - Method in class com.ads.mm.db.dao.DBSchema
Returns the DBTable Object for the specified synonymName.
getSynonymMap() - Method in class com.ads.mm.db.dao.DBSchema
Returns the HashMap of Synonyms.
getSynonyms() - Method in class com.ads.api.beans.sm.SMSchema
Returns the list of SMTable objects of type SYNONYM.
getSynonyms() - Method in class com.ads.mm.db.dao.DBSchema
Returns the synonyms.
getSynonymsCount() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the synonymsCount.
getSystem() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns DBSystem consisting of system details like systemId, SystemName, Tables, Views, Synonyms,components,
Tables count, Views count, Synonyms count , Components count, Schemas etc..
getSystem(int) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMSystem Object for the specified systemId.
getSystem(int) - Method in class com.ads.services.webservice.rest.SystemResource
Returns SMSystem object for the specified systemId.
getSystem(String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMSystem Object for the specified systemName.Specifying the systemName is mandatory.
getSystem(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMSystem Object for the specified systemName and outputFormat.
getSystemAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMSystem Object for the specified systemId in the specified outputFormat.
getSystemAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMSystem Object for the specified systemName in the specified outputFormat.
getSystemBusinessPurposeShort() - Method in class com.ads.api.beans.sm.SMSystem
Returns the systemBusinessPurposeShort.
getSystemById(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMSystem object for the specified systemId.
getSystemCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getSystemDescriptionLong() - Method in class com.ads.api.beans.sm.SMSystem
Returns the systemDescriptionLong
getSystemDocuments(int) - Method in class com.ads.api.util.SystemManagerUtil
Returns the list of systemDocuments for the specified systemId.
getSystemDocuments(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns the list of systemDocuments for the specified systemId and outputFormat.outputFormat can be either JSON or XML.
getSystemDocumentsAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the list of systemDocuments for the specified systemId in the specified outputFormat.
getSystemEnvironmentId() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the systemEnvironmentId.
getSystemEnvironmentName() - Method in class com.ads.api.beans.csm.CodeValue
Returns the systemEnvironmentName.
getSystemEnvironmentName() - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated. 
getSystemEnvironmentName() - Method in class com.ads.api.beans.sm.SMTable
Returns the systemEnvironmentName.
getSystemEnvironmentType() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the systemEnvironmentType.
getSystemId() - Method in class com.ads.api.beans.csm.CodeValue
Returns the systemId.
getSystemId() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the SystemId.
getSystemId() - Method in class com.ads.api.beans.sm.SMSystem
Returns the systemId.
getSystemId() - Method in class com.ads.api.beans.sm.SMTable
Returns the systemId of the table object.
getSystemId() - Method in class com.ads.mm.db.dao.DBSystem
Returns the systemId.
getSystemId(String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the systemId for the specified systemName.
getSystemId(String) - Method in class com.ads.services.webservice.rest.SystemResource
Returns the systemId for the specified systemName.
getSystemId(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns the systemId for the specified systemName in the given outputFormat.outputFormat can be either JSON or XML.
getSystemIdAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the systemId for the specified systemName.
getSystemInfo(String, String, String) - Method in class com.ads.api.util.AMMUtil
Returns System information like MAC Address,Available Processors, Total amount of free memory available to the JVM, Maximum Memory, Total memory currently available to the JVM,OS Name,OS Version and User Name etc outputFormat can be either JSON or XML.
getSystemInfo(String, String, String) - Method in class com.ads.services.webservice.AMMService
Returns System information like MAC Address,Available Processors, Total amount of free memory available to the JVM, Maximum Memory, Total memory currently available to the JVM,OS Name,OS Version and User Name etc outputFormat can be either JSON or XML.
getSystemLineage(APIConstants.LineageType, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the Lineage object for the specified system name.
getSystemLineage(APIConstants.LineageType, String, String) - Method in class com.ads.services.webservice.rest.LineageResource
Returns the system lineage object response for the specified system name.
getSystemLineage(String, String, String, String, String, String) - Method in class com.ads.services.webservice.LineageService
Returns the Lineage Object String in the form of JSON for the specified system name.
getSystemLineageAs(String, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the Lineage Object String in the form of JSON for the specified system name.
getSystemName() - Method in class com.ads.api.beans.csm.CodeValue
Returns the systemName.
getSystemName() - Method in class com.ads.api.beans.sm.SMColumn
Returns the systemName and this can be accessed through Lineage API only.
getSystemName() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the systemName.
getSystemName() - Method in class com.ads.api.beans.sm.SMSystem
Returns the systemName.
getSystemName() - Method in class com.ads.api.beans.sm.SMTable
Returns the systemName and this can be accessed through Lineage API only.
getSystemName() - Method in class com.ads.mm.db.dao.DBSystem
Returns the systemName.
getSystemName() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getSystemName() - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
getSystemNumber() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the systemNumber.
getSystemNumber() - Method in class com.ads.mm.db.util.DBHelper
Returns the systemNumber.
getSystemOwnerEmail() - Method in class com.ads.api.beans.sm.SMSystem
Returns the systemOwnerEmail Address
getSystemOwnerFullName() - Method in class com.ads.api.beans.sm.SMSystem
Returns the systemOwnerFullName.
getSystemOwnerTelephone() - Method in class com.ads.api.beans.sm.SMSystem
Returns the systemOwnerTelephone Number.
getSystemPrimaryMoveType() - Method in class com.ads.api.beans.sm.SMSystem
Returns the systemPrimaryMoveType i.e source or target
getSystems() - Method in class com.ads.api.util.SystemManagerUtil
Returns the List of SMSystems along with all the details regarding each system.
getSystems(String, int, int) - Method in class com.ads.services.webservice.rest.SystemResource
Returns the list of SMSystems.
getSystems(String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns the List of SMSystems in specified outputFormat.
getSystemsAs(String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the List of SMSystems along with the details of each in the specified outputFormat.
getTabBusinessEntityType() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getTabCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getTable() - Method in class com.ads.api.beans.sm.SMColumn
Returns the SMTable object.
getTable() - Method in class com.ads.mm.db.dao.DBColumn
Returns the DBTable Object
getTable(int) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMTable object for the specified tableId.
getTable(int, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMTable object for the specified tableId with fillOptions.
getTable(int, int) - Method in class com.ads.services.webservice.rest.SystemResource
Returns SMTable object for the specified tableId.
getTable(DBTable.TableType, String) - Method in class com.ads.mm.db.dao.DBSchema
Returns the DBTable Object for the specified TableType and tableName.
getTable(String) - Method in class com.ads.api.beans.sm.SMSchema
Returns the SMTable Object for the specified tableName.
getTable(String) - Method in class com.ads.mm.db.dao.DBEnvironment
Returns DBTable consisting of TableType, EntityBaseType, TableName, TableDefinition,TableComments, Audit Details, UserDefined Fields etc...
getTable(String) - Method in class com.ads.mm.db.dao.DBSchema
Returns the DBTable object for the specified tableName.
getTable(String, SMTable.SMTableType) - Method in class com.ads.api.beans.sm.SMSchema
Returns the SMTable Object for the specified tableName.
getTable(String, String, String, int, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMTable object for the specified tableId.
getTableAlias() - Method in class com.ads.api.beans.sm.SMTable
Returns the tableAlias of the table object.
getTableAlias() - Method in class com.ads.mm.db.dao.DBTable
Returns the tableAlias.
getTableAlias() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getTableAs(int, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMTable object for the specified tableId with fillOptions.
getTableAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns String of SMTable object in JSON format for the specified tableId.
getTableAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns String of SMTable object in specified outputFormat for the specified environmentId and tableName.
getTableByEnvironmentId(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns SMTable object for the specified environmentId and tableName.
getTableByName(String, String, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns SMTable object for the specified environmentId and tableName.
getTableClass() - Method in class com.ads.api.beans.sm.SMTable
Returns the tableClass of the table object.
getTableClass() - Method in class com.ads.mm.db.dao.DBTable
Returns the tableClass.
getTableClass() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getTableColumns(int) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated.
since 8.2.1
getTableColumnsAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated.
getTableComments() - Method in class com.ads.api.beans.sm.SMTable
Returns the tableComments.
getTableComments() - Method in class com.ads.mm.db.dao.DBTable
Returns the tableComments.
getTableCount() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the tableCount.
getTableCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getTableDefinition() - Method in class com.ads.api.beans.sm.SMTable
Returns the tableDefinition.
getTableDefinition() - Method in class com.ads.mm.db.dao.DBTable
Returns the tableDefinition.
getTableDefinitionComments() - Method in class com.ads.mm.db.dao.DBTable
Returns the tableDefinitionComments.
getTableId() - Method in class com.ads.api.beans.sm.SMColumn
Returns the tableId.
getTableId() - Method in class com.ads.api.beans.sm.SMIndex
Returns the tableId of the Index.
getTableId() - Method in class com.ads.api.beans.sm.SMTable
Returns the tableId of the table object.
getTableId() - Method in class com.ads.mm.db.dao.DBIndex
 
getTableId(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the tableId for the specified environmentId and tableName.
getTableId(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the tableId for the specified environmentId, tableName and declarationPath.
getTableId(String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the tableId for the specified systemName, environmentName and tableName.
getTableId(String, String, String) - Method in class com.ads.services.webservice.rest.SystemResource
Returns the tableId for the specified systemName, environmentName and tableName.
getTableId(String, String, String, int, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns the tableId for the specified environmentId and tableName.
getTableId(String, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the tableId for the specified systemName, environmentName, tableName and declarationPath.
getTableIdAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the tableId as String for the specified environmentId and tableName in the specific outputFormat.
getTableIdAs(int, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the tableId for the specified environmentId, tableName and declarationPath.
getTableIdAs(String, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the tableId as String for the specified systemName, environmentName and tableName in the specific outputFormat.
getTableIdAs(String, String, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the tableId for the specified systemName, environmentName, tableName and declarationPath.
getTableIdByName(String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Returns the tableId for the specified systemName, environmentName and tableName.
getTableLineage(APIConstants.LineageType, String, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the Lineage object for the specified system, environment and table name.
getTableLineage(APIConstants.LineageType, String, String, String, String) - Method in class com.ads.services.webservice.rest.LineageResource
Returns the lineage object response for the specified system, environment and table name.
getTableLineage(String, String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.LineageService
Returns the Lineage Object String in the form of JSON for the specified system, environment and table name.
getTableLineageAs(String, String, String, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the Lineage object String in the form of JSON for the specified system, environment and table name.
getTableMap() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the tableMapi.e parentTable, schemaName, tableDefinitionComments, tableDefinition,
tableComments, logicalTableName, actualTableName, auditHistory Details etc...
getTableMap() - Method in class com.ads.mm.db.dao.DBSchema
Returns the HashMap of hmTables.
getTableMap() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
getTableName() - Method in class com.ads.api.beans.sm.SMColumn
Returns the tableName.
getTableName() - Method in class com.ads.api.beans.sm.SMTable
Returns the tableName.
getTableName() - Method in class com.ads.mm.db.dao.DBTable
Returns the tableName,
getTableName() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getTableName() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getTableNames() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the set of table names.
getTableNameWithoutSchema() - Method in class com.ads.mm.db.dao.DBTable
Returns the tableName without Schema.
getTableReferenceId() - Method in class com.ads.api.beans.sm.SMTable
Returns the tableReferenceId.
getTables() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the list of SMTable objects.
getTables() - Method in class com.ads.api.beans.sm.SMSchema
Returns the list of SMTable objects.
getTables() - Method in class com.ads.mm.db.dao.DBSchema
Returns the List of DBTable Objects.
getTables(APIConstants.EndPointType, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the List objects for the specified systemName and environmentName.
getTables(APIConstants.EndPointType, HashMap<String, ArrayList<String>>, String) - Method in class com.ads.api.util.LineageUtil
Returns the Map<String, Map<String, List>> object for the specified systemEnvironmentMap.
getTables(DBTable.TableType[]) - Method in class com.ads.mm.db.dao.DBSchema
Returns the List of DBTables
getTables(String, int, int, int) - Method in class com.ads.services.webservice.rest.SystemResource
Returns the list of tables for the specified tableIds list.
getTables(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns the List of tables for the specified environmentId.
getTables(List<Integer>, int) - Method in class com.ads.api.util.SystemManagerUtil
Returns the list of SMTable objects for the specified list of tableIds along with fillOptions value.
getTablesAs(String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Returns the list of SMTable objects for the specified list of tableIds along with fillOptions value.
getTablesAs(String, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the List Objects String in the form of JSON for the specified systemName and environmentName.
getTablesAs(String, String, String, String, String) - Method in class com.ads.api.util.LineageUtil
Returns the List Objects String in the form of JSON for the specified systemName and environmentName.
getTablesBySysEnvs(String, String, String, String, String, String) - Method in class com.ads.services.webservice.LineageService
Returns the List Objects String in the form of JSON for the specified systemName and environmentName.
getTablesCount() - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
getTablesWithFillOptions(String, String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Returns the list of SMTable objects for the specified list of tableIds along with fillOptions value.
getTableType() - Method in class com.ads.api.beans.sm.SMTable
Returns the tableType.
getTableType() - Method in class com.ads.mm.db.dao.DBTable
Returns the tableType.
getTableType() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getTableType() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
getTableType(String) - Static method in enum class com.ads.mm.db.dao.DBTable.TableType
 
getTag(int) - Method in class com.ads.api.util.TagUtil
Returns the tag object for the specified tag id.
getTag(String) - Method in class com.ads.api.util.TagUtil
Returns the tag object for the specified tag name.
getTag(String, String, String, String) - Method in class com.ads.services.webservice.TagService
Returns the tag object for the specified tag name.
getTagAs(int, String) - Method in class com.ads.api.util.TagUtil
Returns the tag object for the specified tag id.
getTagAs(String, String) - Method in class com.ads.api.util.TagUtil
Returns the tag object for the specified tag name.
getTagAssociations(String, boolean, int, int) - Method in class com.ads.services.webservice.rest.TagResource
Returns the list of associated tags of the specified nodeType and nodeId.
getTagAssociations(String, String, String, String, boolean) - Method in class com.ads.services.webservice.TagService
Returns the list of associations of the tag object for the specified tag name.
getTagAssociationsById(String, String, String, int, boolean) - Method in class com.ads.services.webservice.TagService
Returns the list of associations of the tag object for the specified tagId.
getTagById(String, String, String, int) - Method in class com.ads.services.webservice.TagService
Returns the tag object for the specified tag id.
getTagId(String) - Method in class com.ads.api.util.TagUtil
Returns the tag id for the specified tag name.
getTagId(String) - Method in class com.ads.services.webservice.rest.TagResource
Returns the tagId for the specified tagName.
getTagId(String, String, String, String) - Method in class com.ads.services.webservice.TagService
Returns the tag id for the specified tag name.
getTagIdAs(String, String) - Method in class com.ads.api.util.TagUtil
Returns the tag id for the specified tag name.
getTags() - Method in class com.ads.api.beans.sm.SMColumn
 
getTags() - Method in class com.ads.api.beans.sm.SMEnvironment
 
getTags() - Method in class com.ads.api.beans.sm.SMTable
 
getTags() - Method in class com.ads.mm.db.dao.DBColumn
 
getTags() - Method in class com.ads.mm.db.dao.DBEnvironment
 
getTags() - Method in class com.ads.mm.db.dao.DBTable
 
getTags(String, int, int) - Method in class com.ads.services.webservice.rest.TagResource
Returns the list of all available tags in master configuration or a specific list for given tagIds.
getTags(String, String, String, String) - Method in class com.ads.services.webservice.TagService
Returns the list of tag objects for the specified list of tag names.
getTags(List<String>) - Method in class com.ads.api.util.TagUtil
Returns the list of tag objects for the specified list of tag names.
getTagsAs(String, String) - Method in class com.ads.api.util.TagUtil
Returns the list of tag objects for the specified list of tag names.
getTagsByIds(String, String, String, String) - Method in class com.ads.services.webservice.TagService
Returns the list of tag objects for the specified list of tagIds.
getTagsByIds(List<Integer>) - Method in class com.ads.api.util.TagUtil
Returns the list of tag objects for the specified list of tagIds.
getTagsByIdsAs(String, String) - Method in class com.ads.api.util.TagUtil
Returns the list of tag objects for the specified list of tagIds.
getTarget() - Method in class com.ads.api.beans.bgm.Association
Returns the target details of the association object.
getTarget() - Method in class com.ads.api.beans.common.LineageEdge
Returns the Node object contains the target information in Lineage/Mapping Row.
getTargetColumnAlias() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetColumnAlias Name.
getTargetColumnClass() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetColumnClass.
getTargetColumnComments() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetColumnComments.
getTargetColumnDatatype() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetColumnDatatype.
getTargetColumnDefinition() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetColumnDefinition.
getTargetColumnETLDefaultValue() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetColumnETLDefaultValue.
getTargetColumnLength() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetColumnLength.
getTargetColumnName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetColumnName.
getTargetColumnPrecision() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetColumnPrecision.
getTargetColumnScale() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetColumnScale.
getTargetEntityUID() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetEntityUID value.
getTargetEnvBusinessEntityType() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetEnvBusinessEntityType value as specified.
getTargetLogicalColumnName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetLogicalColumnName.
getTargetObjectId() - Method in class com.ads.api.beans.bgm.Association
Returns the targetObjectId of the association object.
getTargetObjectTypeId() - Method in class com.ads.api.beans.bgm.Association
Returns the targetObjectTypeId of the association object.
getTargetSDIDescription() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetSDIDescription.
getTargetSystemEnvironmentName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetSystemEnvironmentName.
getTargetSystemId() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetSystemId.
getTargetSystemName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetSystemName.
getTargetSystems() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
getTargetSystems() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getTargetTableAlias() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetTableAlias.
getTargetTableBusinessEntityType() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetTableBusinessEntityType value as specified.
getTargetTableClass() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetTableClass.
getTargetTableName() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetTableName.
getTargetTableType() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetTableType value.
getTargetUpdateStrategy() - Method in class com.ads.api.beans.mm.Mapping
Returns the targetUpdateStrategy.
getTargetUpdateStrategy() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getTargetUpgateStrategyNotes() - Method in class com.ads.api.beans.mm.Mapping
Returns the targetUpgateStrategyNotes.
getTargetUpgateStrategyNotes() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getTargetXPath() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetXPath.
getTestCase(int) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCase Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...
getTestCase(int, Node.NodeType, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCase Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...
getTestCase(String, String, String, String, int, String) - Method in class com.ads.services.webservice.TestManagerService
Returns the TestCase Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...
getTestCaseAs(int, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCase Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...
getTestCaseAs(int, String, String, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCase Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...
getTestCaseByTestCaseId(String, String, String, int) - Method in class com.ads.services.webservice.TestManagerService
Returns the TestCase Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...
getTestCaseComments() - Method in class com.ads.api.beans.tm.TestCase
Returns the testCaseComments.
getTestCaseId() - Method in class com.ads.api.beans.tm.TestCase
Sets the testCaseId.
getTestCaseId() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the testCaseId.
getTestcaseLabel() - Method in class com.ads.api.beans.tm.TestCase
Returns the testCaseLabel of the particular testCase.
getTestCaseLabel() - Method in class com.ads.api.beans.tm.TestCase
Returns the testCaseLabel of the testCase.
getTestCaseLevel() - Method in class com.ads.api.beans.tm.TestCase
Returns the TestCaseLevel.
getTestCaseName() - Method in class com.ads.api.beans.tm.TestCase
Returns the testCaseName.
getTestCases(int, Node.NodeType) - Method in class com.ads.api.util.TestManagerUtil
Returns the List of TestCase objects with Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...for the specified nodeId of nodeType.
getTestCases(String, String, String, String, int) - Method in class com.ads.services.webservice.TestManagerService
Returns the List of TestCase objects with Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...for the specified nodeId of nodeType.
getTestCases(List<Integer>) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCases with Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...
getTestCasesAs(int, String, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the List of TestCase objects with Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...for the specified nodeId of nodeType.
getTestCasesAs(String, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCases with Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...
getTestCasesByIds(String, String, String, String) - Method in class com.ads.services.webservice.TestManagerService
Returns the TestCases with Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...
getTestCaseTypeId() - Method in class com.ads.api.beans.tm.TestCase
Returns the testCaseTypeId.
getTestConnectionQuery() - Method in class com.ads.mm.db.util.DBHelper
Returns the testConnectionQuery.
getTestConnectionQuery() - Method in class com.icc.util.DBProperties
Returns the testConnectionQuery as specified.
getTestConnectionQueryOnCheckOut() - Method in class com.icc.util.DBProperties
 
getTestDisposition() - Method in class com.ads.api.beans.mm.Mapping
Returns the testDisposition.
getTestDisposition() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getTestDocApprovalDate() - Method in class com.ads.api.beans.tm.TestCase
Returns the TestCase Document ApprovalDate.
getTestDocId() - Method in class com.ads.api.beans.tm.TestCase
Returns the testCaseDocId.
getTestDocIntededUseDescr() - Method in class com.ads.api.beans.tm.TestCase
Returns the testCaseDoc intendedUserDescription.
getTestDocName() - Method in class com.ads.api.beans.tm.TestCase
Returns the testCaseDocumentName.
getTestDocObject() - Method in class com.ads.api.beans.tm.TestCase
Returns the testDocumentObject.
getTestDocOwner() - Method in class com.ads.api.beans.tm.TestCase
Returns the testCaseDocument Owner.
getTestDocType() - Method in class com.ads.api.beans.tm.TestCase
Returns the testCaseDocument Type.
getTestingNotes() - Method in class com.ads.api.beans.mm.Mapping
Returns the testingNotes.
getTestingNotes() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getTestSQLScript() - Method in class com.ads.api.beans.tm.TestCase
Returns the testSQLScript.
getTestStepComments() - Method in class com.ads.api.beans.tm.TestCase
Returns the testStepComments.
getTestTypeName() - Method in class com.ads.api.beans.tm.TestCase
Returns the testTypeName.
getText() - Method in class com.ads.api.beans.kv.KeyValue
Returns the text Value.
getTitle() - Method in class com.ads.api.beans.bgm.AssetType
Returns the assetType title.
getTitleForward() - Method in class com.ads.api.beans.bgm.Relationship
Returns the titleForward of the relationship object
getTitleReverse() - Method in class com.ads.api.beans.bgm.Relationship
Returns the titleReverse of the relationship object
getTooltip() - Method in class com.ads.api.beans.kv.KeyValue
Returns the tooltip Value.
getTotalDBSizeInGB() - Method in class com.ads.api.beans.sm.SMSystem
Returns the totalDBSizeInGB.
getTotalRowsCount() - Method in class com.ads.api.beans.sm.SMTable
Returns the totalRowsCount.
getTotalRowsCount() - Method in class com.ads.mm.db.dao.DBTable
 
getTotalTableCount() - Method in class com.ads.api.beans.sm.SMSystem
Returns the totalTableCount.
getTransactionIsolation() - Method in class com.ads.mm.db.util.DBHelper
 
getTransactionIsolation() - Method in class com.icc.util.DBProperties
 
getTransformation(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
TODO: Remove this method
getTransformationIndex(String, MMMappingTransformation) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getTransformationLookupCondition() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the transformationLookupCondition.
getTransformations() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
getTransformations(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getTransformationScope() - Method in class com.ads.mm.db.dao.DBColumn
Returns the transformationScope.
getTransformationsMap() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
getTransLookupCondition() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getTransName() - Method in class com.ads.mm.db.dao.DBColumn
Returns the transName.
getType() - Method in class com.ads.api.beans.kv.KeyValue
Returns the type Value.
getType() - Method in class com.ads.api.beans.rsm.Role
Returns the type of the Role.
getType() - Method in class com.ads.api.beans.sm.SMIndex
Returns the type of the Index.
getType() - Method in class com.ads.mm.db.dao.DBIndex
 
getType(String) - Static method in enum class com.ads.api.beans.kv.KeyValue.UIType
 
getType(String) - Static method in enum class com.ads.api.beans.rsm.Role.RoleType
 
getUiType() - Method in class com.ads.api.beans.kv.KeyValue
Returns the uiType Value.
getUIType() - Method in class com.ads.api.beans.kv.KeyValue
Returns the uiType Value.
getUniqueName() - Method in class com.ads.mm.etl.xml.mapping.MMUUID
 
getUniqueness() - Method in class com.ads.api.beans.sm.SMIndex
Returns the uniqueness of the Index.
getUniqueness() - Method in class com.ads.mm.db.dao.DBIndex
 
getUpstreamNode() - Method in class com.ads.api.beans.bgm.Association
 
getUrl() - Method in class com.icc.util.DBProperties
Returns the URL.
getUsedInGapAnalysis() - Method in class com.ads.mm.db.dao.DBColumn
Returns the usedInGapAnalysis value.
getUsedInGapAnalysis() - Method in class com.ads.mm.db.dao.DBTable
Returns the usedInGapAnalysis.
getUserAccountStatus(String) - Static method in enum class com.ads.api.beans.common.APIConstants.UserAccountStatus
 
getUserData() - Method in class com.ads.api.beans.common.BasicNode
 
getUserData() - Method in class com.ads.api.beans.common.Document
Returns the userData.
getUserData() - Method in class com.ads.api.beans.common.LineageEdge
Any extra data pertaining to lineage can be put into this, like Mapping Sequence Id.
getUserData() - Method in class com.ads.api.beans.kv.KeyValue
 
getUserData() - Method in class com.ads.mm.db.dao.DBColumn
Returns the userData.
getUserData() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the userData.
getUserData() - Method in class com.ads.mm.db.dao.DBIndex
 
getUserData() - Method in class com.ads.mm.db.dao.DBTable
Returns the userData as specified.
getUserData() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
getUserData(String) - Method in class com.ads.api.beans.common.Document
Returns the userData.
getUserData(String) - Method in class com.ads.api.beans.kv.KeyValue
Returns the userData.
getUserDefined1() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField1 Value.
getUserDefined1() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined1() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined1() - Method in class com.ads.api.beans.sm.SMColumn
Returns the UserDefinedField1 Value.
getUserDefined1() - Method in class com.ads.api.beans.sm.SMTable
Returns the userDefined Field.
getUserDefined1() - Method in class com.ads.mm.db.dao.DBColumn
Returns the userDefined1 Field.
getUserDefined1() - Method in class com.ads.mm.db.dao.DBTable
Returns the userDefined1 field.
getUserDefined1() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined10() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField10 Value.
getUserDefined10() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined10() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined10() - Method in class com.ads.api.beans.sm.SMColumn
Returns the UserDefinedField10 Value.
getUserDefined10() - Method in class com.ads.api.beans.sm.SMTable
Returns the userDefined field.
getUserDefined10() - Method in class com.ads.mm.db.dao.DBColumn
Returns the userDefined10 Field.
getUserDefined10() - Method in class com.ads.mm.db.dao.DBTable
Returns the userDefined10 Field.
getUserDefined10() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined11() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField11 Value.
getUserDefined11() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined11() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined11() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined12() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField12 Value.
getUserDefined12() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined12() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined12() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined13() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField13 Value.
getUserDefined13() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined13() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined13() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined14() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField14 Value.
getUserDefined14() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined14() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined14() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined15() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField15 Value.
getUserDefined15() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined15() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined15() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined16() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField16 Value.
getUserDefined16() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined16() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined17() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField17 Value.
getUserDefined17() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined17() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined18() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField18 Value.
getUserDefined18() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined18() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined19() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField19 Value.
getUserDefined19() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined19() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined2() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField2 Value.
getUserDefined2() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined2() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined2() - Method in class com.ads.api.beans.sm.SMColumn
Returns the UserDefinedField2 Value.
getUserDefined2() - Method in class com.ads.api.beans.sm.SMTable
Returns the userDefined Field.
getUserDefined2() - Method in class com.ads.mm.db.dao.DBColumn
Returns the userDefined2 Field.
getUserDefined2() - Method in class com.ads.mm.db.dao.DBTable
Returns the userDefined2 field.
getUserDefined2() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined20() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField20 Value.
getUserDefined20() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined20() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined21() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField21 Value.
getUserDefined21() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined21() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined22() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField22 Value.
getUserDefined22() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined22() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined23() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField23 Value.
getUserDefined23() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined23() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined24() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField24 Value.
getUserDefined24() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined24() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined25() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField25 Value.
getUserDefined25() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined25() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined26() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField26 Value.
getUserDefined26() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined26() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined27() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField27 Value.
getUserDefined27() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined27() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined28() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField28 Value.
getUserDefined28() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined28() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined29() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField29 Value.
getUserDefined29() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined29() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined3() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField3 Value.
getUserDefined3() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined3() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined3() - Method in class com.ads.api.beans.sm.SMColumn
Returns the UserDefinedField2 Value.
getUserDefined3() - Method in class com.ads.api.beans.sm.SMTable
Returns the userDefined Field.
getUserDefined3() - Method in class com.ads.mm.db.dao.DBColumn
Returns the userDefined3 Field.
getUserDefined3() - Method in class com.ads.mm.db.dao.DBTable
Returns the userDefined3 field.
getUserDefined3() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined30() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField30 Value.
getUserDefined30() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined30() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined31() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField31 Value.
getUserDefined31() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined31() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined32() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField32 Value.
getUserDefined32() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined32() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined33() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField33 Value.
getUserDefined33() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined33() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined34() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField34 Value.
getUserDefined34() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined34() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined35() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField35 Value.
getUserDefined35() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined35() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined36() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField36 Value.
getUserDefined36() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined36() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined37() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField37 Value.
getUserDefined37() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined37() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined38() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField38 Value.
getUserDefined38() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined38() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined39() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField39 Value.
getUserDefined39() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined39() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined4() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField4 Value.
getUserDefined4() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined4() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined4() - Method in class com.ads.api.beans.sm.SMColumn
Returns the UserDefinedField4 Value.
getUserDefined4() - Method in class com.ads.api.beans.sm.SMTable
Returns the userDefined Field.
getUserDefined4() - Method in class com.ads.mm.db.dao.DBColumn
Returns the userDefined4 Field.
getUserDefined4() - Method in class com.ads.mm.db.dao.DBTable
Returns the userDefined4 field.
getUserDefined4() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined40() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField40 Value.
getUserDefined40() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined40() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined41() - Method in class com.ads.api.beans.mm.Mapping
Returns userDefined41 Value.
getUserDefined41() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined41() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined42() - Method in class com.ads.api.beans.mm.Mapping
Returns userDefined42 Value.
getUserDefined42() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined42() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined43() - Method in class com.ads.api.beans.mm.Mapping
Returns userDefined43 Value.
getUserDefined43() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined43() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined44() - Method in class com.ads.api.beans.mm.Mapping
Returns userDefined44 Value.
getUserDefined44() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined44() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined45() - Method in class com.ads.api.beans.mm.Mapping
Returns userDefined45 Value.
getUserDefined45() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined45() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined46() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined46() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined47() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined47() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined48() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined48() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined49() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined49() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined5() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField5 Value.
getUserDefined5() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined5() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined5() - Method in class com.ads.api.beans.sm.SMColumn
Returns the UserDefinedField5 Value.
getUserDefined5() - Method in class com.ads.api.beans.sm.SMTable
Returns the userDefined Field.
getUserDefined5() - Method in class com.ads.mm.db.dao.DBColumn
Returns the userDefined5 Field.
getUserDefined5() - Method in class com.ads.mm.db.dao.DBTable
Returns the userDefined5 field.
getUserDefined5() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined50() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined50() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined6() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField6 Value.
getUserDefined6() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined6() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined6() - Method in class com.ads.api.beans.sm.SMColumn
Returns the UserDefinedField6 Value.
getUserDefined6() - Method in class com.ads.api.beans.sm.SMTable
Returns the userDefined field.
getUserDefined6() - Method in class com.ads.mm.db.dao.DBColumn
Returns the userDefined6 Field.
getUserDefined6() - Method in class com.ads.mm.db.dao.DBTable
Returns the userDefined6 Field.
getUserDefined6() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined7() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField7 Value.
getUserDefined7() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined7() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined7() - Method in class com.ads.api.beans.sm.SMColumn
Returns the UserDefinedField7 Value.
getUserDefined7() - Method in class com.ads.api.beans.sm.SMTable
Returns the userDefined field.
getUserDefined7() - Method in class com.ads.mm.db.dao.DBColumn
Returns the userDefined7 Field.
getUserDefined7() - Method in class com.ads.mm.db.dao.DBTable
Returns the userDefined7 Field.
getUserDefined7() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined8() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField8 Value.
getUserDefined8() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined8() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined8() - Method in class com.ads.api.beans.sm.SMColumn
Returns the UserDefinedField8 Value.
getUserDefined8() - Method in class com.ads.api.beans.sm.SMTable
Returns the userDefined field.
getUserDefined8() - Method in class com.ads.mm.db.dao.DBColumn
Returns the userDefined8 Field.
getUserDefined8() - Method in class com.ads.mm.db.dao.DBTable
Returns the userDefined8 Field.
getUserDefined8() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefined9() - Method in class com.ads.api.beans.mm.Mapping
Returns UserDefinedField9 Value.
getUserDefined9() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the userDefinedField Value.
getUserDefined9() - Method in class com.ads.api.beans.mm.Subject
Returns the userDefinedField Value.
getUserDefined9() - Method in class com.ads.api.beans.sm.SMColumn
Returns the UserDefinedField9 Value.
getUserDefined9() - Method in class com.ads.api.beans.sm.SMTable
Returns the userDefined field.
getUserDefined9() - Method in class com.ads.mm.db.dao.DBColumn
Returns the userDefined9 Field.
getUserDefined9() - Method in class com.ads.mm.db.dao.DBTable
Returns the userDefined9 Field.
getUserDefined9() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
getUserDefinedField1() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the userDefinedField1 value of the business policy.
getUserDefinedField1() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the userDefinedField1 value of the Business Term.
getUserDefinedField1() - Method in class com.ads.api.beans.csm.CodeValue
Returns the userDefinedField1.
getUserDefinedField10() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the userDefinedField10 value of the business policy.
getUserDefinedField10() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the userDefinedField10 value of the Business Term.
getUserDefinedField10() - Method in class com.ads.api.beans.csm.CodeValue
Returns the userDefinedField10.
getUserDefinedField2() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the userDefinedField2 value of the business policy.
getUserDefinedField2() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the userDefinedField2 value of the Business Term.
getUserDefinedField2() - Method in class com.ads.api.beans.csm.CodeValue
Returns the userDefinedField2.
getUserDefinedField3() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the userDefinedField3 value of the business policy.
getUserDefinedField3() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the userDefinedField3 value of the Business Term.
getUserDefinedField3() - Method in class com.ads.api.beans.csm.CodeValue
Returns the userDefinedField3.
getUserDefinedField4() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the userDefinedField4 value of the business policy.
getUserDefinedField4() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the userDefinedField4 value of the Business Term.
getUserDefinedField4() - Method in class com.ads.api.beans.csm.CodeValue
Returns the userDefinedField4.
getUserDefinedField5() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the userDefinedField5 value of the business policy.
getUserDefinedField5() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the userDefinedField5 value of the Business Term.
getUserDefinedField5() - Method in class com.ads.api.beans.csm.CodeValue
Returns the userDefinedField5.
getUserDefinedField6() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the userDefinedField6 value of the business policy.
getUserDefinedField6() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the userDefinedField6 value of the Business Term.
getUserDefinedField6() - Method in class com.ads.api.beans.csm.CodeValue
Returns the userDefinedField6.
getUserDefinedField7() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the userDefinedField7 value of the business policy.
getUserDefinedField7() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the userDefinedField7 value of the Business Term.
getUserDefinedField7() - Method in class com.ads.api.beans.csm.CodeValue
Returns the userDefinedField7.
getUserDefinedField8() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the userDefinedField8 value of the business policy.
getUserDefinedField8() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the userDefinedField8 value of the Business Term.
getUserDefinedField8() - Method in class com.ads.api.beans.csm.CodeValue
Returns the userDefinedField8.
getUserDefinedField9() - Method in class com.ads.api.beans.bgm.BusinessPolicy
Returns the userDefinedField9 value of the business policy.
getUserDefinedField9() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the userDefinedField9 value of the Business Term.
getUserDefinedField9() - Method in class com.ads.api.beans.csm.CodeValue
Returns the userDefinedField9.
getUserId() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the userId.
getUserId() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
getUserName() - Method in class com.icc.util.DBProperties
Returns the userName.
getUserObject() - Method in class com.icc.util.RequestStatus
Returns the userObject.
getUserRoles(String) - Method in class com.ads.api.util.ResourceManagerUtil
Returns the list of Role objects for the specified userId where each Role object contains all the respective details such as id,name, description, auditHistory etc..
getUserRoles(String, String, String, String) - Method in class com.ads.services.webservice.ResourceManagerService
Returns the list of Role objects for the specified userId where each Role object contains all the respective details such as id,name, description, auditHistory etc..
getUserRolesAs(String, String) - Method in class com.ads.api.util.ResourceManagerUtil
Returns the list of Role objects for the specified userId where each Role object contains all the respective details such as id,name, description, auditHistory etc..
getUUID() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
getUUID() - Method in class com.ads.mm.etl.xml.mapping.MMUUID
 
getValidationResults() - Method in class com.ads.mm.db.dao.DBOperationHelper
 
getValidationStep(int, Node.NodeType, String, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCaseValidationStep Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...
getValidationStep(int, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCaseValidationStep object with Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...of the specified testCaseId, validationStepName.
getValidationStep(String) - Method in class com.ads.api.beans.tm.TestCase
Returns the TestCaseValidationStep for the specified name.
getValidationStep(String, String, String, String, int, String, String) - Method in class com.ads.services.webservice.TestManagerService
 
getValidationStepAs(int, String, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCaseValidationStep object with Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...of the specified testCaseId, validationStepName.
getValidationStepAs(int, String, String, String, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCaseValidationStep Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...
getValidationStepById(int) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCaseValidationStep object with Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...of the specified validationStepId.
getValidationStepById(String, String, String, int) - Method in class com.ads.services.webservice.TestManagerService
Returns the TestCaseValidationStep object with Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...of the specified validationStepId.
getValidationStepByIdAs(int, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCaseValidationStep object with Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...of the specified validationStepId.
getValidationStepByTestCaseId(String, String, String, int, String) - Method in class com.ads.services.webservice.TestManagerService
Returns the TestCaseValidationStep object with Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...of the specified testCaseId, validationStepName.
getValidationStepId() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the validationStepId.
getValidationStepMap() - Method in class com.ads.api.beans.tm.TestCase
Returns the validationStepMap i.e it returns the details like testCaseId, validationStepId, validationStepName, status,
description, expectedResult, actualResult, comments etc...
getValidationSteps(int) - Method in class com.ads.api.util.TestManagerUtil
Returns the List of TestCaseValidationStep objects with Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...of the specified testCaseId.
getValidationSteps(int, Node.NodeType, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the List of TestCaseValidationStep objects with Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...of the specified testCaseName, nodeId of nodeType.
getValidationSteps(String, String, String, String, int, String) - Method in class com.ads.services.webservice.TestManagerService
 
getValidationStepsAs(int, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the TestCaseValidationStep objects with Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...of the specified testCaseId.
getValidationStepsAs(int, String, String, String) - Method in class com.ads.api.util.TestManagerUtil
Returns the List of TestCaseValidationStep objects associated with the given testCaseName with Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...of the specified testCaseName, nodeId of nodeType.
getValidationStepsByTestCaseId(String, String, String, int) - Method in class com.ads.services.webservice.TestManagerService
Returns the TestCaseValidationStep objects with Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...of the specified testCaseId.
getValidationStepsList() - Method in class com.ads.api.beans.tm.TestCase
Returns the TestCaseValidationStep Object.
getValidationStepType() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the validationStepType.
getValidationStepTypeId() - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Returns the validationStepTypeId.
getValidValues() - Method in class com.ads.api.beans.sm.SMColumn
Returns the list of CodeValue objects.
getValidValues() - Method in class com.ads.mm.db.dao.DBColumn
 
getValidValues(int) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
getValidValues(int, int) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
getValidValues(Node.NodeType, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of code value objects for the specified nodeId where each code value object contains code name, code value, code description and codeset name in which code value is present etc....
getValidValues(Node.NodeType, int, int) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeValue objects for the specified nodeType and nodeId.
getValidValues(String, String, String, String, int, int) - Method in class com.ads.services.webservice.CodesetManagerService
Returns the list of codeValue objects for the specified nodeType and nodeId.
getValidValuesAs(int, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
getValidValuesAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
getValidValuesAs(String, int, int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Returns the list of codeValue objects for the specified nodeType and nodeId.
getValue() - Method in enum class com.ads.api.beans.common.APIConstants.UserAccountStatus
 
getValue() - Method in class com.ads.api.beans.csm.CodeValue
Returns the value.
getValue() - Method in class com.ads.api.beans.kv.KeyValue
Returns the Value.
getValueRefId() - Method in class com.ads.api.beans.kv.KeyValue
Returns the valueRefId Value.
getValueStyle() - Method in class com.ads.api.beans.kv.KeyValue
Returns the valueStyle Value.
getVersion() - Method in class com.ads.api.beans.csm.Codeset
Returns the version of codeset.
getVersion() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the version Value.
getVersion() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the version.
getVersionlabel() - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
getVersionLabel() - Method in class com.ads.api.beans.csm.Codeset
Returns the versionLabel of codeset.
getVersionLabel() - Method in class com.ads.api.beans.mm.Mapping
Returns the versionLabel.
getVersionLabel() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the versionLabel Value.
getVersionLabel() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the versionLabel.
getVersionMode(String) - Static method in enum class com.ads.api.beans.common.APIConstants.VersionMode
 
getView(String) - Method in class com.ads.api.beans.sm.SMSchema
Returns the SMTable Object for the specified tableName.
getView(String) - Method in class com.ads.mm.db.dao.DBSchema
Returns the DBTable Object for the specified viewName.
getViewCount() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the viewCount.
getViewMap() - Method in class com.ads.mm.db.dao.DBSchema
Returns the HashMap of hmViews.
getViews() - Method in class com.ads.api.beans.sm.SMSchema
Returns the list of SMTable objects of type VIEW.
getViews() - Method in class com.ads.mm.db.dao.DBSchema
Returns the List of DBTable Object
getVirtualMachineInfo(String, String, String) - Method in class com.ads.api.util.AMMUtil
Returns VirtualMachine information like Java Virtual Machine specification name,specification version of Java Virtual Machine and name of specification vendor of Java Virtual Machine.
getVirtualMachineInfo(String, String, String) - Method in class com.ads.services.webservice.AMMService
Returns VirtualMachine information like Java Virtual Machine specification name,specification version of Java Virtual Machine and name of specification vendor of Java Virtual Machine.
getVirtualMachineJREInfo(String, String, String) - Method in class com.ads.api.util.AMMUtil
Returns VirtualMachineJRE information like version of Java Runtime Environment,name of Java Runtime Environment vendor URL of Java vendor,directory of Java installation,name of specification version Java Runtime Environment, JRE specification vendor,JREspecification name and name of JIT compiler to use etc.
getVirtualMachineJREInfo(String, String, String) - Method in class com.ads.services.webservice.AMMService
Returns VirtualMachineJRE information like version of Java Runtime Environment,name of Java Runtime Environment vendor URL of Java vendor,directory of Java installation,name of specification version Java Runtime Environment, JRE specification vendor,JREspecification name and name of JIT compiler to use etc.
getVirtualMachineJVMInfo(String, String, String) - Method in class com.ads.api.util.AMMUtil
Returns VirtualMachineJVM information like JVM implementation name,JVM implementation version and JVM implementation vendor.
getVirtualMachineJVMInfo(String, String, String) - Method in class com.ads.services.webservice.AMMService
Returns VirtualMachineJVM information like JVM implementation name,JVM implementation version and JVM implementation vendor.
getVisibility() - Method in class com.ads.api.beans.kv.KeyValue
Returns the visibility Value.
getVisibility() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the visibility Value.
getVisibility() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the visibility.
getWorkflowStatus() - Method in class com.ads.api.beans.bgm.BusinessObject
Returns the workflowStatus related to the business object.
getWorkflowStatus() - Method in class com.ads.api.beans.sm.SMColumn
Returns the workflowStatus Value.
getWorkflowStatus() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the workflowStatus Value.
getWorkflowStatus() - Method in class com.ads.api.beans.sm.SMTable
Returns the work flow status of the table object.
getXpath() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
getXPath() - Method in class com.ads.api.beans.sm.SMColumn
Returns the xPath.
getXPath() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
GreenPlum - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
GREENPLUM Database is an advanced, fully featured, open source data warehouse.
GreenPlum - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
GREENPLUM Database is an advanced, fully featured, open source data warehouse.
GREENPLUM - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
GREENPLUM Database is an advanced, fully featured, open source data warehouse.

H

hashCode() - Method in class com.ads.mm.db.dao.DBColumn
hashCode method is used to generate integer code corresponding to the Object.
hashCode() - Method in class com.ads.mm.db.dao.DBTable
hashCode is used to generate an integer code corresponding to the object.
hasOnly(DBTable.EntityBaseType) - Method in class com.ads.mm.db.dao.DBTable
Returns true if specified baseType is equal to the entityBaseType otherwise false.
HEBREW - Enum constant in enum class com.ads.api.beans.common.APIConstants.LanguagePreference
 
HIKARI - Enum constant in enum class com.icc.util.DBProperties.ConnectionPoolType
 
HSQLDB - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
HSQLDB (HyperSQL Database) is the leading SQL relational database offers a small, fast multiThreaded and transactional database engine with in-memory and disk-based tables and supports embedded and server modes.

I

ID - Enum constant in enum class com.ads.api.beans.common.Node.InputDataType
 
ID_AS_KEY - Enum constant in enum class com.ads.api.beans.common.Node.ReturnType
 
importCatalog(int, int, CatalogImportHelper) - Method in class com.ads.api.util.BusinessGlossaryUtil
Imports the catalog on the specified catalogId and objectTypeId.
importCatalog(int, String, String, CatalogImportHelper) - Method in class com.ads.api.util.BusinessGlossaryUtil
Imports the catalog at the root level for the specified objectTypeId.
importCatalog(String, String, String, String, int, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Imports the Catalog on the specified catalogId and objectCatalogTypeId.
importCatalogAs(String, int, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Imports the catalog on the specified catalogId and objectType.
importCatalogAs(String, String, String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Imports the catalog at the root level for the specified objectType.
importCatalogIn(String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Imports the Catalog at the root level for the specified objectCatalogTypeId.
importCodesets(int, ImportHelper) - Method in class com.ads.api.util.CodesetManagerUtil
Imports the codesets on the specified categoryId.
importCodesets(String, String, String, int, String) - Method in class com.ads.services.webservice.CodesetManagerService
Imports the codesets on the specified categoryId.
importCodesetsAs(int, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Imports the codesets on the specified categoryId.
importCodeValues(int, ImportHelper) - Method in class com.ads.api.util.CodesetManagerUtil
Imports the codevalues on the specified codesetId.
importCodeValues(String, String, String, int, String) - Method in class com.ads.services.webservice.CodesetManagerService
Imports the codevalues on the specified codesetId.
importCodeValuesAs(int, String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Imports the codevalues on the specified codesetId.
importDataDictionary(int, ImportHelper) - Method in class com.ads.api.util.SystemManagerUtil
Imports the tables on the specified environmentId.
importDataDictionary(String, String, String, int, String) - Method in class com.ads.services.webservice.SystemManagerService
Imports the tables on the specified environmentId.
importDataDictionaryAs(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Imports the tables on the specified environmentId.
importEnvironment(int, DBHelper, DBProperties.Operation, APIConstants.FileExtension) - Method in class com.ads.api.util.SystemManagerUtil
Imports the environment on the specified environmentId.
importEnvironment(String, String, String, int, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Imports the environment on the specified environmentId.
importEnvironmentAs(int, String, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Imports the environment on the specified environmentId.
ImportHelper - Class in com.ads.api.beans.common
This class provides some beans control methods related to filePath, filePathType and its details.
ImportHelper() - Constructor for class com.ads.api.beans.common.ImportHelper
 
INCLUDE_SELECTION - Enum constant in enum class com.ads.mm.db.util.DBHelper.ScanCriteria
The INCLUDE_SELECTION type defines to scan the only specified objects (viz Tables/View/Synonyms) in the selectedTables/selectedViews/selectedSynonyms property from the given database.
incrementColumnCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
incrementEnvironmentCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
incrementSystemCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
incrementTabCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
incrementTableCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
incrementTableCount(DBTable) - Method in class com.ads.mm.db.dao.DBEnvironment
 
incrementUniqueCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
incrementUniqueCount(int) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
INDEX_COLUMN_ASSOCIATES - Enum constant in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
Integer value = 128
INFORMATICA - Enum constant in enum class com.ads.api.beans.mm.helper.MappingImportHelper.ImportFileType
INFORMATICA ImportFileType is used to refer when the fileType we import is INFORMATICA.
INFORMATICA_PSEUDOCODE - Enum constant in enum class com.ads.api.beans.mm.Project.ProjectETL
 
INSERT - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DBOperation
INSERT is the DBOperation for inserting the new details or in other words any addition of new details.
INVALID - Enum constant in enum class com.ads.api.beans.common.APIConstants.LoadOptions
INVALID - Loads invalid tables and columns.
INVALID_COMBINATION_IDS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an INVALID_COMBINATION_IDS can have INVALID_COMBINATION_IDS, the IDS of the invalid combinations.
INVALID_IDS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an INVALID_IDS can have INVALID_IDS, the IDS of the invalid at that particular context.
INVALID_INDEX_IDS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an LOCKED_CODESET_IDS can have LOCKED_CODESET_IDS.i.e IDS of the codesets which are in locked state.
INVALID_TESTCASE_IDS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an INVALID_TESTCASE_IDS can have INVALID_TESTCASE_IDS.
INVALID_TESTCASE_VALIDATION_OBJECT - Static variable in class com.ads.api.beans.common.APIConstants
A constant INVALID_TESTCASE_VALIDATION_OBJECT holds the String value INVALID_TESTCASE_VALIDATION_OBJECT i.e the ValidationObjects which are null
INVALID_TESTCASE_VALIDATION_STEP_NAME - Static variable in class com.ads.api.beans.common.APIConstants
The constant INVALID_TESTCASE_VALIDATION_STEP_NAME holds the String value INVALID_TESTCASE_VALIDATION_STEP_NAME i.e the StepNames which are null or empty.
INVALID_TESTCASE_VALIDATION_STEP_STATUS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an INVALID_TESTCASE_VALIDATION_STEP_STATUS can have INVALID_TESTCASE_VALIDATION_STEP_STATUS.
INVALID_TESTCASE_VALIDATION_STEP_TYPE - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an INVALID_TESTCASE_VALIDATION_STEP_TYPE can have INVALID_TESTCASE_VALIDATION_STEP_TYPE.
INVALIDATE - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DBOperation
INVALIDATE is the DBOperation wherein already existed tables or columns can be invalidated so that they will not be saved under that particular Environment.
InvalidMapping - Exception in com.ads.mm.etl.xml.mapping.exception
 
InvalidMapping() - Constructor for exception com.ads.mm.etl.xml.mapping.exception.InvalidMapping
 
isActive() - Method in class com.ads.api.beans.csm.CodeValue
Returns the isActiveFlag as
isAddUnusedColumns() - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
isApprovalRequired() - Method in class com.ads.api.beans.common.Document
Returns the boolean value of approvalRequired.
isAutoCommit() - Method in class com.ads.mm.db.util.DBHelper
Returns the autoCommit value.
isAutoCommit() - Method in class com.icc.util.DBProperties
Returns the autoCommit value.
isBusinessKeyFlag() - Method in class com.ads.api.beans.sm.SMColumn
Returns the businessKeyFlag Value as Y or N.
isBusinessKeyFlag() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
isColumnDerived() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
isColumnDerived() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
isColumnIdentityFlag() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnIdentityFlag value as True or False.
isColumnMappingCompleteFlag() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the columnMappingCompleteFlag.
isColumnNullableFlag() - Method in class com.ads.api.beans.sm.SMColumn
Returns the columnNullableFlag value as True or False.
isConsolidated() - Method in class com.ads.api.beans.kv.KeyValue
Returns the consolidated Value
isCopyColumnRequired() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
isCopyColumnRequired() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
isDataStewardChecked() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the isDataStewardChecked Value.
isDataStewardChecked() - Method in class com.ads.mm.db.dao.DBEnvironment
Deprecated.
isDefinitionEnabled() - Method in class com.ads.api.beans.bgm.AssetType
Returns the definitionEnabled value as true or false.
isDeleteFlag() - Method in class com.ads.api.beans.csm.CodeValue
Returns the isDeleteFlag as true or false
isDisplaySynonymsInScan() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns whether DisplayViewsInScan are present or not.
isDisplayTablesInScan() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns whether displayTablesInScan are present or not.
isDisplayViewsInScan() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns whether DisplayViewsInScan are present or not.
isDocumentsRequired() - Method in class com.ads.api.beans.bgm.AssetType
Returns the documentsRequired value as true or false.
isDumpFiles() - Method in class com.ads.mm.db.util.DBHelper
 
isDumpFiles() - Method in class com.icc.util.DBProperties
 
isElnExpanded() - Method in class com.ads.api.beans.sm.SMColumn
 
isElnExpanded() - Method in class com.ads.api.beans.sm.SMTable
Returns the elnExpanded value.
isElnExpanded() - Method in class com.ads.mm.db.dao.DBColumn
 
isElnExpanded() - Method in class com.ads.mm.db.dao.DBTable
 
isEnabled() - Method in class com.ads.api.beans.bgm.AssetType
Returns the enabled value as true or false.
isEnabled() - Method in class com.ads.api.beans.kv.KeyValue
Returns the enabled Value.
isEnabled() - Method in class com.ads.api.beans.rsm.Permission
Returns true if the permission is enabled and false if permission is disabled.
isExpand() - Method in class com.ads.api.beans.kv.KeyValue
Returns the expand Value
isFetchOnlyParent() - Method in class com.ads.api.beans.kv.KeyValue
Returns the fetchOnlyParent Value.
isFillMetadata() - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
isforeignKey() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
isForeignKeyFlag() - Method in class com.ads.api.beans.sm.SMColumn
Returns the naturalKeyFlag Value as True or False.
isForeignKeyFlag() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column foreignKeyFlag.
isFormatRefValues() - Method in class com.ads.api.beans.kv.KeyValue
Returns the formatRefValues Value.
isFromChild() - Method in class com.ads.api.beans.kv.KeyValue
Returns the fromChild Value.
isFromParent() - Method in class com.ads.api.beans.kv.KeyValue
Returns the fromParent Value.
isGenerateGUID() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
isGenerateSummary() - Method in class com.ads.mm.db.util.DBHelper
 
isGenerateUniqueId() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
isHasAccessToDba() - Method in class com.ads.mm.db.util.DBHelper
 
isHasAccessToDba() - Method in class com.icc.util.DBProperties
 
isHtml() - Method in class com.ads.api.beans.kv.KeyValue
Returns the html Value.
isHtmlDisabled() - Method in class com.ads.api.beans.kv.KeyValue
Returns the htmlDisabled Value.
isIdentityFlag() - Method in class com.ads.mm.db.dao.DBColumn
Returns the identityFlag.
isImportAssociations() - Method in class com.ads.mm.db.util.DBHelper
 
isImportExtendedProperties() - Method in class com.ads.mm.db.util.DBHelper
 
isImportSdi() - Method in class com.ads.mm.db.util.DBHelper
 
isImportTags() - Method in class com.ads.mm.db.util.DBHelper
 
isIsCopied() - Method in class com.ads.api.beans.tm.TestCase
Returns the value True or False.
isIsRsaKeyPairFlag() - Method in class com.icc.util.DBProperties
 
isLocked() - Method in class com.ads.api.beans.csm.Codeset
Returns the isLocked state of a codeset.
isLookupUsed() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
isLookupUsed() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
isLookupUsed() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformationMap
 
isMarked() - Method in class com.ads.api.beans.sm.SMTable
Returns true if the table is marked.
isMarked() - Method in class com.ads.mm.db.dao.DBComponent
Returns the marked value as true or false.
isMultiCastRequired() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
isNaturalKeyFlag() - Method in class com.ads.api.beans.sm.SMColumn
Returns the naturalKeyFlag Value as True or False.
isNaturalKeyFlag() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column naturalKeyFlag.
isNotify() - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
isNullableFlag() - Method in class com.ads.mm.db.dao.DBColumn
Returns the nullableFlag value.
isNullableFlag() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
isOracleEnableSSLConnection() - Method in class com.icc.util.DBProperties
 
isOracleSSLServerDNMatch() - Method in class com.icc.util.DBProperties
 
isOrphanFlag() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
isParseHiveComplexDataType() - Method in class com.ads.mm.db.util.DBHelper
 
isPasswordEncrypted() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the passwordEncrypted value as True or False.
isPrimaryKey() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
isPrimaryKeyFlag() - Method in class com.ads.api.beans.sm.SMColumn
Returns the primaryKeyFlag Value as True or False.
isPrimaryKeyFlag() - Method in class com.ads.mm.db.dao.DBColumn
Returns the Column primaryKeyFlag.
isPublished() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the BusinessTerm published value as YES or NO.
isPublished() - Method in class com.ads.api.beans.common.Tag
Returns the published value.
isPublished() - Method in class com.ads.api.beans.csm.Codeset
Returns the isPublished flag of a codeset.
isPublished() - Method in class com.ads.api.beans.kv.KeyValue
Returns the published Value.
isPublished() - Method in class com.ads.api.beans.mm.Mapping
Returns published Value as True or False.
isPurge() - Method in class com.ads.api.beans.kv.KeyValue
Returns the purge Value
isReadColumns() - Method in class com.ads.mm.db.util.DBHelper
Returns the readColumns value as True or False.
isReadComments() - Method in class com.ads.mm.db.util.DBHelper
Returns the readComments value as True or False.
isReadHeader() - Method in class com.ads.mm.db.util.DBHelper
Returns the readHeader value.
isReadLogicalColumns() - Method in class com.ads.mm.db.util.DBHelper
Returns the readLogicalColumns value as True or False.
isReadOnly() - Method in class com.icc.util.DBProperties
 
isReadSynonyms() - Method in class com.ads.mm.db.util.DBHelper
Returns the readSynonyms value as True or False.
isReadTables() - Method in class com.ads.mm.db.util.DBHelper
Returns the readTables value as True or False.
isReadViews() - Method in class com.ads.mm.db.util.DBHelper
Returns the readViews value as True or False.
isRequestSuccess() - Method in class com.icc.util.RequestStatus
Returns the boolean value whether it is true or false.
isRootTable() - Method in class com.ads.api.beans.sm.SMTable
Returns the rootTable of the table object.
isRootTable() - Method in class com.ads.mm.db.dao.DBTable
Returns the value of rootTable i.e returns true if it the root otherwise returns false.
isRowStatus() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
isRsaKeyPairFlag() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the rsaKeyPairFlag.
isScanNestedRefSynonyms() - Method in class com.ads.mm.db.util.DBHelper
 
isSdiEnabled() - Method in class com.ads.api.beans.bgm.AssetType
Returns the sdiEnabled value as true or false.
isSdiFlag() - Method in class com.ads.api.beans.bgm.BusinessObject
Returns the sdiFlag value as true or false.
isSdiFlag() - Method in class com.ads.api.beans.sm.SMEnvironment
Returns the sdiFlag Value.
isSdiFlag() - Method in class com.ads.api.beans.sm.SMSystem
Returns the sdiFlag Value.
isSdiFlag() - Method in class com.ads.api.beans.sm.SMTable
Returns the sdiFlag Value.
isSdiFlag() - Method in class com.ads.mm.db.dao.DBColumn
Returns the sdiFlag value.
isSdiFlag() - Method in class com.ads.mm.db.dao.DBTable
 
isSDIFlag() - Method in class com.ads.api.beans.sm.SMColumn
Returns the sdiFlag Value as True or False.
isSDIFlag() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
isSensitive() - Method in class com.ads.api.beans.rsm.Permission
Returns true/false if the permission has sensitive permission.
isSkipEmptyCells() - Method in class com.ads.mm.db.util.DBHelper
 
isSourceBusinessKeyFlag() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceBusinessKeyFlag.
isSourceColumnIdentityFlag() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceColumnIdentityFlag.
isSourceColumnNullableFlag() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceColumnNullableFlag.
isSourceNaturalKeyFlag() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceNaturalKeyFlag.
isSourcePrimaryKeyFlag() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns sourcePrimaryKeyFlag.
isSourceSDIFlag() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the sourceSDIFlag.
isSuccessful() - Method in class com.ads.mm.db.dao.DBOperationHelper
Returns the successful value as true or false.
isSupportAutoCommit() - Method in class com.ads.mm.db.util.DBHelper
Returns the autoCommit value.
isSupportAutoCommit() - Method in class com.icc.util.DBProperties
 
isSystemBased() - Method in class com.ads.api.beans.bgm.AssetType
Returns the SystemBased value as true or false.
isSystemBased() - Method in class com.ads.api.beans.kv.KeyValue
Returns the systemBased Value.
isTargetBusinessKeyFlag() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetBusinessKeyFlag.
isTargetColumnNullableFlag() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetColumnNullableFlag.
isTargetNaturalKeyFlag() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetNaturalKeyFlag.
isTargetPrimaryKeyFlag() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetPrimaryKeyFlag.
isTargetSDIFlag() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Returns the targetSDIFlag.
isTestConnectionOnCheckout() - Method in class com.icc.util.DBProperties
 
isTestConnectionPeriodically() - Method in class com.ads.mm.db.util.DBHelper
Returns the testConnectionPeriodically value as true or false.
isTestConnectionPeriodically() - Method in class com.icc.util.DBProperties
Returns the value of testConnectionPeriodically.
isTransformationUsed() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformationMap
 
isTreatFirstRowAsHeader() - Method in class com.ads.api.beans.common.ImportHelper
Returns the treatFirstRowAsHeader of the given file as true or false.
isTreatFirstRowAsHeader() - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Returns the value of treatFirstRowAsHeader as True or False.
isTreatLengthAsPrecision() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
isTypeFound(long, int) - Static method in class com.ads.api.beans.common.APIConstants
 
isUnionAllRequired() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
isUpdateColumnELNFlag() - Method in class com.ads.mm.db.util.DBHelper
 
isUpdateSourceMetadata() - Method in class com.ads.api.beans.mm.Mapping
Returns the value of updateSourceMetadata as True or False.
isUpdateTableELNFlag() - Method in class com.ads.mm.db.util.DBHelper
 
isUpdateTargetMetadata() - Method in class com.ads.api.beans.mm.Mapping
Returns the value of updateTargetMetadata as True or False.
isUsedInGapAnalysis() - Method in class com.ads.api.beans.sm.SMColumn
Returns the usedInGapAnalysis Value as Y or N.
isUsedInGapAnalysis() - Method in class com.ads.api.beans.sm.SMTable
Returns the usedInGapAnalysis value.
isUseReferenceId() - Method in class com.ads.mm.db.util.DBHelper
 
isUseSQLExtractQuery() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
isValid() - Method in class com.ads.api.beans.bgm.BusinessTerm
Returns the valid value as True or False.
isValid() - Method in class com.ads.api.beans.sm.SMColumn
Returns the isvalid value as True or False.
isValid() - Method in class com.ads.api.beans.sm.SMTable
Returns the valid value.
isValid() - Method in class com.ads.mm.db.dao.DBColumn
Returns the valid value.
isValid() - Method in class com.ads.mm.db.dao.DBTable
Returns the valid value.
isValid() - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
isValid() - Method in interface com.ads.mm.etl.xml.mapping.MMDBValidator
 
isValid(int) - Static method in enum class com.ads.api.beans.common.APIConstants.ELNScope
To check the input eln scope is valid or not
isValidateData() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the validateData as true or false.
isValidateData() - Method in class com.ads.mm.db.util.DBHelper
 
isValidateTransName() - Method in class com.ads.mm.db.dao.DBTable
 
isValidExcelCase() - Method in class com.ads.api.beans.tm.TestCase
Returns the validExcelCase value.
isValidObject(MMDBValidator) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
isVersionIfChangesExists() - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the versionIfChangesExists.

J

JobOptions - Class in com.erwin.api.beans.scheduler
 
JobOptions() - Constructor for class com.erwin.api.beans.scheduler.JobOptions
 
JSON - Enum constant in enum class com.ads.api.beans.common.APIConstants.OutputFormat
 
JSON - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
JavaScript Object Notation(JSON) is a syntax for storing and exchanging data.
JSON - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
JavaScript Object Notation(JSON) is a syntax for storing and exchanging data.
JSON - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
JavaScript Object Notation(JSON) is a syntax for storing and exchanging data.

K

KeyValue - Class in com.ads.api.beans.kv
This class provides some beans control methods related to KeyValue object and its subKeyValues, key, value and its Audit Specifications etc.
KeyValue() - Constructor for class com.ads.api.beans.kv.KeyValue
 
KeyValue(String) - Constructor for class com.ads.api.beans.kv.KeyValue
 
KeyValue(String, String) - Constructor for class com.ads.api.beans.kv.KeyValue
 
KeyValue(String, String, String, KeyValue.UIType) - Constructor for class com.ads.api.beans.kv.KeyValue
 
KeyValue.DisplayPolicy - Enum Class in com.ads.api.beans.kv
 
KeyValue.UIType - Enum Class in com.ads.api.beans.kv
 
KeyValueService - Class in com.ads.services.webservice
Contains the methods to perform operations like adding, updating, deleting and retrieving the key value pairs.
KeyValueService() - Constructor for class com.ads.services.webservice.KeyValueService
 
KeyValueUtil - Class in com.ads.api.util
Contains the methods to perform operations like adding, updating, deleting and retrieving the key value pairs.

L

LABEL - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 
LANGUAGE_KEY - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
LANGUAGE_KEY nodeType is used to refer Language properties.
LANGUAGE_KEY - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an LANGUAGE_KEY can have LANGUAGE_KEY.
LANGUAGE_KEY_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an LANGUAGE_KEY_ID can have ID of LANGUAGE_KEY.
LENGTH - Enum constant in enum class com.ads.mm.db.dao.DataValidationType
 
LENGTH - Enum constant in enum class com.ads.mm.xml.erwin.ERWinBase.ColumnProperties
LENGTH is the column property which specifies the length of data the specific column can allow to hold.
LENGTH_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
LICENCE_EVALUATION_EXPIRED - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
 
LIMITED_DURATION - Enum constant in enum class com.ads.api.beans.common.APIConstants.ExpiryType
LIMITEDDURATION - Refers to defined by is LIMITEDDURATION.
Lineage - Class in com.ads.api.beans.common
 
Lineage() - Constructor for class com.ads.api.beans.common.Lineage
 
LINEAGE - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
LINEAGE nodeType is used to refer LINEAGE Sync.
LINEAGE_DATA - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, a LINEAGE_DATA can have LINEAGE_DATA.
LINEAGE_DATA_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an LINEAGE_DATA_ID can have LINEAGE_DATA.
LineageEdge - Class in com.ads.api.beans.common
This class provides some beans control methods related to source and target of Lineage / Mapping Row.
LineageEdge() - Constructor for class com.ads.api.beans.common.LineageEdge
 
LineageResource - Class in com.ads.services.webservice.rest
Contains the methods to get the lineage information on system/environment/table/column.
LineageResource() - Constructor for class com.ads.services.webservice.rest.LineageResource
 
LineageService - Class in com.ads.services.webservice
Contains the methods to get the lineage information on system/environment/table/column.
LineageService() - Constructor for class com.ads.services.webservice.LineageService
 
LineageUtil - Class in com.ads.api.util
Contains the methods to get the lineage information on system/environment/table/column.
LIST - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 
loadDataAssets(int, String, boolean, boolean) - Method in class com.ads.api.util.SystemManagerUtil
 
loadEnvironment(int, String, boolean) - Method in class com.ads.api.util.SystemManagerUtil
Loads the Environment for the specified systemId, environmentName and useReferenceId.
loadEnvironment(int, String, boolean, APIConstants.LoadOptions) - Method in class com.ads.api.util.SystemManagerUtil
Loads the Environment for the specified systemId, environmentName and useReferenceId.
loadEnvironmentAs(int, String, boolean, String) - Method in class com.ads.api.util.SystemManagerUtil
Loads the Environment for the specified systemId, environmentName and useReferenceId.
loadEnvironmentByOptionsAs(int, String, boolean, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Loads the Environment for the specified systemId, environmentName, useReferenceId and loadOptions.
loadEnvironmentMetadata(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Loads an Environment for the specified dbHelper Object.
loadEnvironmentMetadataById(String, String, String, int, String, boolean, String) - Method in class com.ads.services.webservice.SystemManagerService
Loads the Environment for the specified systemId, environmentName and useReferenceId.
loadNewDataAssetCofig(int, boolean, String) - Method in class com.ads.api.util.SystemManagerUtil
 
LOCKED - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
 
LOCKED - Enum constant in enum class com.ads.api.beans.common.APIConstants.UserAccountStatus
 
LOCKED_CODESET_IDS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an LOCKED_CODESET_IDS can have LOCKED_CODESET_IDS.i.e IDS of the codesets which are in locked state.
LOCKED_MAP_IDS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an LOCKED_MAP_IDS can have LOCKED_MAP_IDS.i.e IDS of the maps which are in locked state.
LOGICAL - Enum constant in enum class com.ads.mm.db.util.DBHelper.ModelType
LOGICAL Model type describes the data in as much detail as possible without regard to how they will be physical implemented.Logical model represents the business requirements, it includes all entities, attributes and relationships.

M

MANDATORY - Enum constant in enum class com.ads.mm.db.dao.DataValidationType
 
MAP_CLEANUP - Static variable in class com.ads.api.beans.common.AMMObjectTypes
 
MAP_CLEANUP_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
 
MAP_NAME_VALIDATION - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an MAP_NAME_VALIDATION can have MAP_NAME_VALIDATION.
Mapping - Class in com.ads.api.beans.mm
This class provides some beans control methods related to mapping details, project, subject and its Audit Specifications.
Mapping() - Constructor for class com.ads.api.beans.mm.Mapping
 
MAPPING_DOCUMENTS - Enum constant in enum class com.ads.api.beans.common.APIConstants.MMFillOptions
Integer value = 2
MAPPING_EXTENDED_PROPERTIES - Enum constant in enum class com.ads.api.beans.common.APIConstants.MMFillOptions
Integer value = 4
MAPPING_LINEAGE_SYNC_SCHEDULE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MappingLineageScheduleForm can have MappingLineageScheduleForm.
MAPPING_LINEAGE_SYNC_SCHEDULE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MAPPING_LINEAGE_SYNC_SCHEDULE_ID can have MAPPING_LINEAGE_SYNC_SCHEDULE.
MAPPING_MANAGER - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
MAPPING_SPECIFICATIONS - Enum constant in enum class com.ads.api.beans.common.APIConstants.MMFillOptions
Integer value = 1
MappingImportHelper - Class in com.ads.api.beans.mm.helper
This class provides some beans control methods related to ImportFileType, ImportType, filePath, mailComments and its details.
MappingImportHelper() - Constructor for class com.ads.api.beans.mm.helper.MappingImportHelper
 
MappingImportHelper.ImportFileType - Enum Class in com.ads.api.beans.mm.helper
The constants of this enumerated type provides a simple classification of the declared elements.
MappingImportHelper.ImportType - Enum Class in com.ads.api.beans.mm.helper
The constants of this enumerated type provides a simple classification of the declared elements.
MAPPINGMANAGER_EXCEL - Enum constant in enum class com.ads.api.beans.mm.helper.MappingImportHelper.ImportFileType
MAPPINGMANAGER_EXCEL ImportFileType is used to refer when the fileType we import is MAPPINGMANAGER_EXCEL.
MAPPINGMANAGER_LEGACY_EXCEL - Enum constant in enum class com.ads.api.beans.mm.helper.MappingImportHelper.ImportFileType
MAPPINGMANAGER_LEGACY_EXCEL ImportFileType is used to refer when the fileType we import is MAPPINGMANAGER_LEGACY_EXCEL.
MAPPINGMANAGER_XML - Enum constant in enum class com.ads.api.beans.mm.helper.MappingImportHelper.ImportFileType
MAPPINGMANAGER_XML ImportFileType is used to refer when the fileType we import is MAPPINGMANAGER_XML.
MappingManagerResource - Class in com.ads.services.webservice.rest
Contains the methods related to perform the operations such as creation, updation, deletion and retrieval of Projects, Mappings, Subjects, MappingSpecifications and Documents, cloneMapping, versioning the map, Baseline Project, Publish the mappings.
MappingManagerResource() - Constructor for class com.ads.services.webservice.rest.MappingManagerResource
 
MappingManagerService - Class in com.ads.services.webservice
The Simple Object Access Protocol or SOAP is a protocol for sending and receiving messages between applications
Web Services are based on the SOAP protocol.The response can be either JSON or XML.
MappingManagerService() - Constructor for class com.ads.services.webservice.MappingManagerService
 
MappingManagerUtil - Class in com.ads.api.util
Contains the methods related to perform the operations such as creation, update, deletion and retrieval of Projects, Mappings, Subjects, MappingSpecifications and Documents, cloneMapping, versioning the map, Baseline Project, Publish the mappings, upload mappings and export mappings.
MappingSpecificationRow - Class in com.ads.api.beans.mm
This class provides some beans control methods related to mapping details, such as source system, source environment, target system, target environment, source related details , target related details and its Audit Specifications.
MappingSpecificationRow() - Constructor for class com.ads.api.beans.mm.MappingSpecificationRow
 
markDBOperations(DBEnvironment, boolean, boolean, boolean, boolean, DBHelper) - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the DBEnvironment Object for the specified targetEnvironment, operation modes in which the environment will be saved i.e fresh upload, update append and insert modes.
markDBOperationsByReferenceId(DBEnvironment, boolean, boolean, boolean, boolean) - Method in class com.ads.mm.db.dao.DBEnvironment
Returns the DBEnvironment Object for the specified targetEnvironment and operation modes in which the environment will be saved i.e fresh upload, update append and insert modes.
markDBOpertionForAll(DBEnvironment.DBOperation) - Method in class com.ads.mm.db.dao.DBEnvironment
Marks the operation.
mergeMapping(int, int, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Merge Mapping combines the mapping specifications of one map in to the other map.I.e it copies the map specified at srcMapId and merges with the map specified at tgtMapId.Specifying srcMapId and tgtMapId are mandatory.
mergeMapping(int, Node.NodeType, String, int, Node.NodeType, String, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Merge Mapping combines the mapping specifications of one map in to the other map.I.e it copies the map specified at srcNodeId with srcMapName and merges with the map specified at tgtNodeId with the name tgtMapName.
mergeMapping(String, String, String, int, int, boolean, String) - Method in class com.ads.services.webservice.MappingManagerService
Merge Mapping combines the mapping specifications of one map in to the other map.I.e it copies the map specified at srcMapId and merges with the map specified at tgtMapId.
mergeMappingAs(int, int, boolean, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Merge Mapping combines the mapping specifications of one map in to the other map.I.e it copies the map specified at srcMapId and merges with the map specified at tgtMapId.Specifying srcMapId and tgtMapId are mandatory.
mergeMappingAs(int, String, String, int, String, String, boolean, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Merge Mapping combines the mapping specifications of one map in to the other map.I.e it copies the map specified at srcNodeId with srcMapName and merges with the map specified at tgtNodeId with the name tgtMapName.
mergeMappingByName(String, String, String, String, int, String, String, int, String, boolean, String) - Method in class com.ads.services.webservice.MappingManagerService
Merge Mapping combines the mapping specifications of one map in to the other map.i.e it copies the map specified at srcNodeId with srcMapName and merges with the map specified at tgtNodeId with the tgtMapName.
METADATA_ELN - Enum constant in enum class com.ads.api.beans.common.APIConstants.JOBType
 
METADATA_MANAGER - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
METADATA_MANAGER_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an METADATA_MANAGER_ID can have ID of METADATA_MANAGER_KEY.
METADATA_MANAGER_KEY - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an METADATA_MANAGER_KEY can have METADATA_MANAGER_KEY.
MetadataELNJobOptions - Class in com.erwin.api.beans.scheduler
 
MetadataELNJobOptions() - Constructor for class com.erwin.api.beans.scheduler.MetadataELNJobOptions
 
MM_GRAPHICAL_PROPERTIES - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_GRAPHICAL_PROPERTIES can have MM_GRAPHICAL_PROPERTIES.
MM_GRAPHICAL_PROPERTIES_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_GRAPHICAL_PROPERTIES_ID can have ID of MM_GRAPHICAL_PROPERTIES.
MM_MAPPING - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
MM_MAPPING nodeType is used to refer when the node we access is a mapping with in a project or subject.
MM_MAPPING - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_MAPPING can have MM_MAPPING.
MM_MAPPING_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_MAPPING_ID can have ID of MM_MAPPING.
MM_MAPPING_ROW - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
MM_MAPPING_ROW nodeType is used to refer when the node we access is a mapping specification in a mapping.
MM_MAPPING_ROW - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_MAPPING_ROW can have MM_MAPPING_ROW.
MM_MAPPING_ROW_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_MAPPING_ROW_ID can have ID of MM_MAPPING_ROW.
MM_PROJECT - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
PROJECT nodeType is used to refer when the node we access is Project.
MM_PROJECT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_PROJECT can have MM_PROJECT.
MM_PROJECT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_PROJECT_ID can have ID of MM_PROJECT.
MM_PROJECTS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_PROJECTS can have MM_PROJECTS.
MM_PROJECTS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_PROJECTS_ID can have MM_PROJECTS.
MM_SUBJECT - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
MM_SUBJECT nodeType is used to refer when the node we access is a subject with in a project.
MM_SUBJECT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_SUBJECT can have MM_SUBJECT.
MM_SUBJECT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_SUBJECT_ID can have ID of MM_SUBJECT.
MMColumnMap - Class in com.ads.mm.etl.xml.mapping
 
MMColumnMap(MMMappingUtil) - Constructor for class com.ads.mm.etl.xml.mapping.MMColumnMap
 
MMDBColumn - Class in com.ads.mm.etl.xml.mapping
 
MMDBColumn(MMMappingUtil, String) - Constructor for class com.ads.mm.etl.xml.mapping.MMDBColumn
 
MMDBColumn.AppendedColumn - Class in com.ads.mm.etl.xml.mapping
 
MMDBEnvironment - Class in com.ads.mm.etl.xml.mapping
 
MMDBEnvironment(MMMappingUtil, String) - Constructor for class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
MMDBSystem - Class in com.ads.mm.etl.xml.mapping
 
MMDBSystem(MMMappingUtil, String) - Constructor for class com.ads.mm.etl.xml.mapping.MMDBSystem
 
MMDBTable - Class in com.ads.mm.etl.xml.mapping
 
MMDBTable(MMMappingUtil, String) - Constructor for class com.ads.mm.etl.xml.mapping.MMDBTable
 
MMDBValidator - Interface in com.ads.mm.etl.xml.mapping
 
MMEnvironmentMap - Class in com.ads.mm.etl.xml.mapping
 
MMEnvironmentMap(MMMappingUtil) - Constructor for class com.ads.mm.etl.xml.mapping.MMEnvironmentMap
 
MMMapping - Class in com.ads.mm.etl.xml.mapping
 
MMMapping(MMMappingUtil) - Constructor for class com.ads.mm.etl.xml.mapping.MMMapping
 
MMMappingInfo - Class in com.ads.mm.etl.xml.mapping
 
MMMappingInfo(MMMapping) - Constructor for class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
MMMappingTransformation - Class in com.ads.mm.etl.xml.mapping
 
MMMappingTransformation(MMMapping) - Constructor for class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
MMMappingTransformationMap - Class in com.ads.mm.etl.xml.mapping
 
MMMappingTransformationMap(MMMapping) - Constructor for class com.ads.mm.etl.xml.mapping.MMMappingTransformationMap
 
MMMappingUtil - Class in com.ads.mm.etl.xml.mapping
 
MMMappingUtil() - Constructor for class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
MMMappingUtil(String) - Constructor for class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
MMSystemMap - Class in com.ads.mm.etl.xml.mapping
 
MMSystemMap(MMMappingUtil) - Constructor for class com.ads.mm.etl.xml.mapping.MMSystemMap
 
MMSystemMap.Type - Enum Class in com.ads.mm.etl.xml.mapping
 
MMTableMap - Class in com.ads.mm.etl.xml.mapping
 
MMTableMap(MMMappingUtil) - Constructor for class com.ads.mm.etl.xml.mapping.MMTableMap
 
MMUUID - Class in com.ads.mm.etl.xml.mapping
 
MMUUID(MMMappingUtil) - Constructor for class com.ads.mm.etl.xml.mapping.MMUUID
 
moveMapping(int, int, Node.NodeType, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Move Mapping moves the map from srcMapId to the specified tgtNodeId.
moveMapping(int, Node.NodeType, String, int, Node.NodeType, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
Move Mapping moves the map from srcNodeId to the specified tgtNodeId.
moveMapping(String, String, String, int, String, int, boolean, String) - Method in class com.ads.services.webservice.MappingManagerService
Move Mapping moves the map from one node to the other node.
moveMappingAs(int, int, String, boolean, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Move Mapping moves the map from srcMapId to the specified tgtNodeId.
moveMappingAs(int, String, String, int, String, boolean, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Move Mapping moves the map from srcNodeId to the specified tgtNodeId.
moveMappingWithNewMapName(String, String, String, String, int, String, String, int, boolean, String) - Method in class com.ads.services.webservice.MappingManagerService
Move Mapping moves the map from one node to the other node.
MSACCESS - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
Microsoft Access stores data in its own format based on the Access Jet Database Engine.
MT_DEFINITION - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MT_DEFINITION can have MT_DEFINITION.
MT_DEFINITION_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MT_DEFINITION_ID can have ID of MT_DEFINITION.
MT_DEFINITION_VALUE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MT_DEFINITION_VALUE can have MT_DEFINITION_VALUE.
MT_DEFINITION_VALUE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MT_DEFINITION_VALUE_ID can have ID of MT_DEFINITION_VALUE.
MTD_OPTION - Static variable in class com.ads.api.beans.common.AMMObjectTypes
/** A constant holding the String value, an MTD_OPTION can have MTD_OPTION.
MTD_OPTION_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MTD_OPTION_ID can have ID of MTD_OPTION.
MySQL - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
MySQL is the Open Source Relational SQL database management system enabling the cost-effective delivery of reliable, high-performance and scalable Web-based and embedded database applications.
MySQL - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
MySQL is the Open Source Relational SQL database management system enabling the cost-effective delivery of reliable, high-performance and scalable Web-based and embedded database applications.
MYSQL - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
MySQL is the Open Source Relational SQL database management system enabling the cost-effective delivery of reliable, high-performance and scalable Web-based and embedded database applications.

N

NAME - Enum constant in enum class com.ads.api.beans.common.Node.InputDataType
 
NAME_AS_KEY - Enum constant in enum class com.ads.api.beans.common.Node.ReturnType
 
NAMES - Enum constant in enum class com.ads.api.beans.common.Node.Depth
NAMES is used when the Depth we want to retrieve is only the names of the projects.
NAMES_IDS - Enum constant in enum class com.ads.api.beans.common.Node.Depth
NAMES_IDS is used when the Depth we want to retrieve is the names of the projects along with the projectIds.
Netezza - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
NETEZZA system can support multiple concurrent connections from clients.
Netezza - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
NETEZZA system can support multiple concurrent connections from clients.
NETEZZA - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
NETEZZA system can support multiple concurrent connections from clients.
nextColumnCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
nextEnvironmentCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
nextSystemCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
nextTableCount() - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
NO_EXPIRY - Enum constant in enum class com.ads.api.beans.common.APIConstants.ExpiryType
NOEXPIRY - Refers to defined by is NOEXPIRY.
Node - Class in com.ads.api.beans.common
This class provides some beans control methods related to Node and its details.
Node() - Constructor for class com.ads.api.beans.common.Node
 
Node(Node.NodeType) - Constructor for class com.ads.api.beans.common.Node
 
Node.Depth - Enum Class in com.ads.api.beans.common
These constants are used to specify the Depth such as NAMES, NAMES_IDS, DETAILS, DETAILS_DOCUMENTS, DETAILS_PROJECT_RESOURCES, ALL.
Node.InputDataType - Enum Class in com.ads.api.beans.common
 
Node.NodeType - Enum Class in com.ads.api.beans.common
These constants are used to specify the NodeType such as Table, column, Project, Subject, Mapping, Component, Environment and Field.
Node.ReturnType - Enum Class in com.ads.api.beans.common
 
None - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
If no databaseType is specified or by default it is NONE.
None - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
If no databaseType is specified or by default it is NONE.
NONE - Enum constant in enum class com.ads.api.beans.common.APIConstants.BGMFillOptions
Integer value = 0 this is default value
NONE - Enum constant in enum class com.ads.api.beans.common.APIConstants.CSMFillOptions
Integer value = 0 this is default value
NONE - Enum constant in enum class com.ads.api.beans.common.APIConstants.ELNScope
Integer value = 0
NONE - Enum constant in enum class com.ads.api.beans.common.APIConstants.EndPointType
Default NONE to all nodes
NONE - Enum constant in enum class com.ads.api.beans.common.APIConstants.ExpiryType
NONE - Refers to defined by is NONE.
NONE - Enum constant in enum class com.ads.api.beans.common.APIConstants.FileExtension
 
NONE - Enum constant in enum class com.ads.api.beans.common.APIConstants.MMFillOptions
Integer value = 0 this is default value
NONE - Enum constant in enum class com.ads.api.beans.common.APIConstants.PropertiesType
NONE - Default NONE to get only column details.
NONE - Enum constant in enum class com.ads.api.beans.common.APIConstants.RSMFillOptions
Integer value = 0 this is default value
NONE - Enum constant in enum class com.ads.api.beans.common.APIConstants.sdiFillOptions
Integer value = 0 this is default value
NONE - Enum constant in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
Integer value = 0 this is default value
NONE - Enum constant in enum class com.ads.api.beans.kv.KeyValue.DisplayPolicy
 
NONE - Enum constant in enum class com.ads.api.beans.rsm.Role.RoleType
 
NORMAL - Enum constant in enum class com.ads.api.beans.common.APIConstants.JOBState
 
NOT_FOUND_TESTCASE_VALIDATION_STEP_NAMES - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an NOT_FOUND_TESTCASE_VALIDATION_STEP_NAMES can have NOT_FOUND_TESTCASE_VALIDATION_STEP_NAMES.
NUMBER - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 

O

OBJECT_DOCUMENT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an OBJECT_DOCUMENT can have OBJECT_DOCUMENT.
OBJECT_DOCUMENT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an OBJECT_DOCUMENT_ID can have ID of OBJECT_DOCUMENT.
ODBC - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
Open Database Connectivity (ODBC) is an open standard application programming interface (API) for accessing a database.
ODI_PSEUDOCODE - Enum constant in enum class com.ads.api.beans.mm.Project.ProjectETL
 
ONCE - Enum constant in enum class com.ads.api.beans.common.APIConstants.JOBInterval
 
Oracle - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Oracle database is a collection of data treated as a unit.
Oracle - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Oracle database is a collection of data treated as a unit.
ORACLE - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
Oracle database is a collection of data treated as a unit.
Other - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Any other DatabaseType can be accessed by specifying the databaseType as OTHER.
Other - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Any other DatabaseType can be accessed by specifying the databaseType as OTHER.
OTHER - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
Any other DatabaseType can be accessed by specifying the databaseType as OTHER.
OUTPUT_FILE_PATH - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an OUTPUT_FILE_PATH can have OUTPUT_FILE_PATH, which holds the path where the outputFile can be located.

P

parse(String) - Static method in enum class com.ads.api.beans.kv.KeyValue.DisplayPolicy
 
parseColumns(MMDBColumn.AppendedColumn) - Static method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
parseSchemaName(String) - Static method in class com.ads.api.beans.sm.SMTable
parses the specified tableName and returns the schema name.
parseSchemaName(String) - Static method in class com.ads.mm.db.dao.DBTable
parses the specified tableName and returns the schema name.
parseTableName(String) - Static method in class com.ads.api.beans.sm.SMTable
parses the specified tableName and returns the table name.
PASSIVE - Enum constant in enum class com.ads.api.beans.common.APIConstants.SelectionCriteria
PASSIVE - Refers to only Passive Elements
PASSIVE - Enum constant in enum class com.ads.api.beans.common.APIConstants.Status
PASSIVE - Refers to only Passive Elements
PASSIVE_MAP_IDS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an PASSIVE_MAP_IDS can have PASSIVE_MAP_IDS, the IDS of the maps which are archived.
pauseLineageSync(long) - Method in class com.ads.api.util.LineageUtil
It will pause the synchronization process of lineage for the given time.
Permission - Class in com.ads.api.beans.rsm
This class provides some beans control methods related to Permission, name, its Description, displayOrder etc...
Permission() - Constructor for class com.ads.api.beans.rsm.Permission
 
Pervasive - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Pervasive is an ACID-compliant DBMS.
Pervasive - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Pervasive is an ACID-compliant DBMS.
PERVASIVE - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
Pervasive is an ACID-compliant DBMS.
PHYSICAL - Enum constant in enum class com.ads.mm.db.util.DBHelper.ModelType
PHYSICAL Model represents the physical implementation of the model in a database which shows all table structures, including column name, column data type, column constraints, primary key, foreign key and relationships between tables.
populateRequestStatus(int, String) - Method in class com.icc.util.RequestStatus
 
populateRequestStatus(Message, String) - Method in class com.icc.util.RequestStatus
 
PORTUGESE - Enum constant in enum class com.ads.api.beans.common.APIConstants.LanguagePreference
 
Postgresql - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
POSTGRESQL Database is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance.
Postgresql - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
POSTGRESQL Database is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance.
POSTGRESQL - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
POSTGRESQL Database is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance.
PRECISION - Enum constant in enum class com.ads.mm.xml.erwin.ERWinBase.ColumnProperties
PRECISION is the column property which specifies the number of significant digits.
PRECSION_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
printArrayList(ArrayList, StringBuilder, boolean, int) - Static method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
printTabsInNewLine(StringBuilder, int) - Static method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
Project - Class in com.ads.api.beans.mm
This class provides some beans control methods related to Project and its Documents, Resources and its Audit Specifications.
Project() - Constructor for class com.ads.api.beans.mm.Project
 
Project.ProjectETL - Enum Class in com.ads.api.beans.mm
 
PROPOSED_ASSETS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an PROPOSED_ASSETS can have PROPOSED_ASSETS.
PROPOSED_ASSETS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an PROPOSED_ASSETS_ID can have ID of PROPOSED_ASSETS.
publishBusinessPolicies(String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
 
publishBusinessPolicies(List<Integer>) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishBusinessPoliciesAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishBusinessPolicy(int) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishBusinessPolicy(String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
 
publishBusinessPolicyAs(int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishBusinessRule(int) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishBusinessRule(String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
 
publishBusinessRuleAs(int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishBusinessRules(String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
 
publishBusinessRules(List<Integer>) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishBusinessRulesAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishCodeset(Codeset) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is published for the specified codeset object.
publishCodeset(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Codeset is published for the specified codeset object.
publishCodesetAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is published for the specified codeset object.
publishCodesets(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Codesets are published for the specified list of codeset objects.
publishCodesets(List<Codeset>) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are published for the specified list of codeset objects.
publishCodesetsAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are published for the specified list of codeset objects.
publishColumn(int) - Method in class com.ads.api.util.SystemManagerUtil
Column is published for the specified columnId.
publishColumn(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Column is published for the specified columnId.
publishColumnAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Column is published for the specified columnId.
publishColumns(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Columns are published for the specified columnIds, specifying the list of columnIds are mandatory.
publishColumns(List<Integer>) - Method in class com.ads.api.util.SystemManagerUtil
Columns are published for the specified columnIds, specifying the list of columnIds are mandatory.
publishColumnsAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Columns are published for the specified columnIds, specifying the list of columnIds are mandatory.
publishCustomObject(int) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishCustomObject(String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
 
publishCustomObjectAs(int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishCustomObjects(String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
 
publishCustomObjects(List<Integer>) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishCustomObjectsAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
PUBLISHED_MAP_IDS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an PUBLISHED_MAP_IDS can have PUBLISHED_MAP_IDS, the IDS of the maps which are published.
publishEnvironments(List<Integer>) - Method in class com.ads.api.util.SystemManagerUtil
Environments are published for the specified environmentIds, specifying the list of environmentIds are mandatory.
publishMapping(int, Node.NodeType, String, Date, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Mapping is published for the specified mapName.specifying the mapName, effectiveDate, changeDescription, publishNotes are mandatory.
publishMapping(int, String, String, String) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Mapping will be published for the specified mappingId, effectiveDate, changeDescription and publishNotes.
publishMapping(int, Date, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Mapping is published for the specified mapId.
publishMapping(String, String, String, int, Date, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Mapping will be published for the specified mapId.
publishMappingAs(int, String, String, Date, String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Mapping is published for the specified mapName.specifying the mapName, effectiveDate, changeDescription, publishNotes are mandatory.
publishMappingAs(int, Date, String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Mapping is published for the specified mapId.specifying the mapId, effectiveDate, changeDescription, publishNotes are mandatory.
publishMappingByName(String, String, String, int, String, String, Date, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Mapping will be published for the specified mapName.
publishMappings(String, String, String, String) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Mappings will be published for the specified mappingIds effectiveDate and changeDescription and publishNotes.
publishMappings(String, String, String, String, Date, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Mappings will be published for the specified mapIds in the JSON.
publishMappings(List<Integer>, Date, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Mappings will be published for the specified mapIds.
publishMappingsAs(String, Date, String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Mappings will be published for the specified mapIds in the JSON.
publishNode(Node.NodeType, int) - Method in class com.ads.api.util.SystemManagerUtil
Node is published for the specified nodeId.
publishNode(String, String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Node is published for the specified nodeId.
publishNodeAs(String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Node is published for the specified nodeId.
publishNodes(Node.NodeType, List<Integer>) - Method in class com.ads.api.util.SystemManagerUtil
Nodes are published for the specified nodeIds.
publishNodes(String, String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Nodes are published for the specified nodeIds.
publishNodesAs(String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Nodes are published for the specified nodeIds.
publishTable(int) - Method in class com.ads.api.util.SystemManagerUtil
Table is published for the specified tableId.
publishTable(String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Table is published for the specified tableId.
publishTableAs(int, String) - Method in class com.ads.api.util.SystemManagerUtil
Table is published for the specified tableId.
publishTables(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Tables are published for the specified tableIds, specifying the list of tableIds are mandatory.
publishTables(List<Integer>) - Method in class com.ads.api.util.SystemManagerUtil
Tables are published for the specified tableIds, specifying the list of tableIds are mandatory.
publishTablesAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Tables are published for the specified tableIds, specifying the list of tableIds are mandatory.
publishTag(int, boolean) - Method in class com.ads.api.util.TagUtil
The tag is published or unpublished for the specified tagId and state.
publishTag(String, String, String, int, boolean) - Method in class com.ads.services.webservice.TagService
The tag is published or unpublished for the specified tagId and state.
publishTagAs(int, boolean, String) - Method in class com.ads.api.util.TagUtil
The tag is published or unpublished for the specified tagId and state.
publishTags(String, boolean) - Method in class com.ads.services.webservice.rest.TagResource
The tags are published or unpublished for the specified list of tagIds and state.
publishTags(String, String, String, String, boolean) - Method in class com.ads.services.webservice.TagService
The tags are published or unpublished for the specified list of tagIds and state.
publishTags(List<Integer>, boolean) - Method in class com.ads.api.util.TagUtil
The tags are published or unpublished for the specified list of tagIds and state.
publishTagsAs(String, boolean, String) - Method in class com.ads.api.util.TagUtil
The tags are published or unpublished for the specified list of tagIds and state.
publishTerm(int) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishTerm(String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
 
publishTermAs(int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishTerms(String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
 
publishTerms(List<Integer>) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
publishTermsAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
 
PURGE - Enum constant in enum class com.ads.api.beans.common.APIConstants.DeleteMode
ACTIVE - Refers to only the Active Elements.

R

RADIO - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 
RDM_OBJECT_VALUE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RDM_OBJECT_VALUE can have RDM_OBJECT_VALUE.
RDM_OBJECT_VALUE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RDM_OBJECT_VALUE_ID can have RDM_OBJECT_VALUE.
RDM_REFERENCE_TABLE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RDM_REFERENCE_TABLE can have RDM_REFERENCE_TABLE.
RDM_REFERENCE_TABLE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RDM_REFERENCE_TABLE_ID can have RDM_REFERENCE_TABLE.
REFERENCE_DATA_MANAGER - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
REGEX - Enum constant in enum class com.ads.mm.db.dao.DataValidationType
 
Relationship - Class in com.ads.api.beans.bgm
This class provides some beans control methods related to relationship such as id, masterId, titleForward, titleReverse, description, definedBy and relationshipType etc..
Relationship() - Constructor for class com.ads.api.beans.bgm.Relationship
 
RELATIONSHIP - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RELATIONSHIP can have RELATIONSHIP.
RELATIONSHIP_DETAILS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RELATIONSHIP_DETAILS can have RELATIONSHIP_DETAILS.
RELATIONSHIP_DETAILS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RELATIONSHIP_DETAILS_ID can have RELATIONSHIP_DETAILS.
RELATIONSHIP_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RELATIONSHIP_ID can have ID of RELATIONSHIP.
RELATIONSHIP_MASTER - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RELATIONSHIP_MASTER can have RELATIONSHIP_MASTER.
RELATIONSHIP_MASTER_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RELATIONSHIP_MASTER_ID can have RELATIONSHIP_MASTER.
RelationshipService - Class in com.ads.services.webservice
Contains the methods which performs the retrieval operation of relationships.
RelationshipService() - Constructor for class com.ads.services.webservice.RelationshipService
 
RelationshipUtil - Class in com.ads.api.util
Contains the methods which performs the retrieval operation of relationships.
RELATIVE - Enum constant in enum class com.ads.api.beans.common.APIConstants.FilePathType
RELATIVE - Refers to the given file path type is Relative.
RELEASE_MANAGER - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
RELEASE_OBJECT_IDS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an RELEASE_OBJECT_IDS can have RELEASE_OBJECT_IDS, the IDS of the maps which are linked to Release.
removeCodeValue(CodeValue) - Method in class com.ads.api.beans.csm.Codeset
Returns the Codeset object by removing the specified CodeValue object from the codeValues list.
removeKeyValue(String) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
removeKeyValue(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
removeUserData(KeyValue) - Method in class com.ads.api.beans.kv.KeyValue
 
replicateToken(String, String, int) - Static method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
REPM_CATEGORY - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REPM_CATEGORY can have REPM_CATEGORY.
REPM_CATEGORY_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REPM_CATEGORY_ID can have ID of REPM_CATEGORY.
REPM_CHART - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REPM_CHART can have REPM_CHART.
REPM_CHART_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REPM_CHART_ID can have ID of REPM_CHART.
REPM_DASHBOARD - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REPM_DASHBOARD can have REPM_DASHBOARD.
REPM_DASHBOARD_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REPM_DASHBOARD_ID can have ID of REPM_DASHBOARD.
REPM_REPORT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REPM_REPORT can have REPM_REPORT.
REPM_REPORT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REPM_REPORT_ID can have ID of REPM_REPORT.
REPORTING_MANAGER - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
REQM_ARTIFACT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_ARTIFACT can have REQM_ARTIFACT.
REQM_ARTIFACT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_ARTIFACT_ID can have ID of REQM_ARTIFACT.
REQM_EMAIL_TEMPLATE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_EMAIL_TEMPLATE can have REQM_EMAIL_TEMPLATE.
REQM_EMAIL_TEMPLATE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_EMAIL_TEMPLATE_ID can have ID of REQM_EMAIL_TEMPLATE.
REQM_PROJECT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_PROJECT can have REQM_PROJECT.
REQM_PROJECT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_PROJECT_ID can have ID of REQM_PROJECT.
REQM_SPECIFICATION - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
REQM_SPECIFICATION nodeType is used to refer when the node we access is a Specification.
REQM_SPECIFICATION - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_SPECIFICATION can have REQM_SPECIFICATION.
REQM_SPECIFICATION_ARTIFACT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_SPECIFICATION_ARTIFACT can have REQM_SPECIFICATION_ARTIFACT.
REQM_SPECIFICATION_ARTIFACT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_SPECIFICATION_ARTIFACT_ID can have ID of REQM_SPECIFICATION_ARTIFACT.
REQM_SPECIFICATION_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_SPECIFICATION_ID can have ID of REQM_SPECIFICATION.
REQM_SPECIFICATION_TEMPLATE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_SPECIFICATION_TEMPLATE can have REQM_SPECIFICATION_TEMPLATE.
REQM_SPECIFICATION_TEMPLATE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_SPECIFICATION_TEMPLATE_ID can have ID of REQM_SPECIFICATION_TEMPLATE.
REQM_SUBJECT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_SUBJECT can have REQM_SUBJECT.
REQM_SUBJECT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an REQM_SUBJECT_ID can have ID of REQM_SUBJECT.
request - Variable in class com.ads.services.webservice.rest.AssociationResource
 
request - Variable in class com.ads.services.webservice.rest.BusinessGlossaryResource
 
request - Variable in class com.ads.services.webservice.rest.FileResource
 
request - Variable in class com.ads.services.webservice.rest.LineageResource
 
request - Variable in class com.ads.services.webservice.rest.MappingManagerResource
 
request - Variable in class com.ads.services.webservice.rest.SystemResource
 
request - Variable in class com.ads.services.webservice.rest.TagResource
 
RequestStatus<T> - Class in com.icc.util
This class is a Boolean class which wraps a value of the primitive type boolean in an object.
RequestStatus() - Constructor for class com.icc.util.RequestStatus
 
RequestStatus(boolean) - Constructor for class com.icc.util.RequestStatus
 
RequestStatus(boolean, String) - Constructor for class com.icc.util.RequestStatus
 
RequestStatus(boolean, String, String) - Constructor for class com.icc.util.RequestStatus
 
RequestStatus(int, String) - Constructor for class com.icc.util.RequestStatus
 
RequestStatus(Message, String) - Constructor for class com.icc.util.RequestStatus
 
RequestStatusConstants - Class in com.ads.api.beans.common
 
RequestStatusConstants() - Constructor for class com.ads.api.beans.common.RequestStatusConstants
 
REQUIREMENTS_MANAGER - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
resetLineageData() - Method in class com.ads.api.util.LineageUtil
 
resetLineageData(String, String) - Method in class com.ads.services.webservice.LineageService
It will reset the lineage data.
RESOURCE_MANAGER - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
ResourceManagerService - Class in com.ads.services.webservice
The Simple Object Access Protocol or SOAP is a protocol for sending and receiving messages between applications
Web Services are based on the SOAP protocol.The response can be either JSON or XML.
ResourceManagerService() - Constructor for class com.ads.services.webservice.ResourceManagerService
 
ResourceManagerUtil - Class in com.ads.api.util
Contains the methods related to perform the operations such as creation, update, deletion and retrieval of Users, Roles, etc.
restoreCodeValues(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Retired codevalues can be restored for the specified codeValueIds.
restoreCodeValues(List<Integer>) - Method in class com.ads.api.util.CodesetManagerUtil
Retired codevalues can be restored for the specified codeValueIds.
restoreCodeValuesAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Retired codevalues can be restored for the specified codeValueIds.
RETIRE - Enum constant in enum class com.ads.api.beans.common.APIConstants.DeleteMode
RETIRE - Refers to only the Retired Elements.
RETIRE - Enum constant in enum class com.ads.api.beans.common.APIConstants.Status
RETIRE - Refers to only the Retired Elements.
retireCodeset(int) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is retired for the given codesetId.
retireCodeset(String, String, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Codeset is retired for the given codesetId.
retireCodesetAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is retired for the given codesetId.
retireCodesets(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Codesets are retired for the given list of codesetIds.
retireCodesets(List<Integer>) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are retired for the given list of codesetIds.
retireCodesetsAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are retired for the given list of codesetIds.
REVERSE - Enum constant in enum class com.ads.api.beans.common.APIConstants.LineageType
REVERSE - Refers to reverse lineage.
REVERSE - Enum constant in enum class com.ads.api.beans.common.APIConstants.RelationshipType
REVERSE - Refers to reverse relationship type.
RICHEDITOR - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 
RM_ENVIRONMENT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_ENVIRONMENT can have RM_ENVIRONMENT.
RM_ENVIRONMENT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_ENVIRONMENT_ID can have RM_ENVIRONMENT.
RM_HISTORY - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_HISTORY can have RM_HISTORY.
RM_HISTORY_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_HISTORY_ID can have RM_HISTORY.
RM_MIGRATION_DOCUMENT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_MIGRATION_DOCUMENT can have RM_MIGRATION_DOCUMENT.
RM_MIGRATION_DOCUMENT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_MIGRATION_DOCUMENT_ID can have RM_MIGRATION_DOCUMENT.
RM_MIGRATION_OBJECT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_MIGRATION_OBJECT can have RM_MIGRATION_OBJECT.
RM_MIGRATION_OBJECT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_MIGRATION_OBJECT_ID can have RM_MIGRATION_OBJECT.
RM_MIGRATION_OBJECT_TYPE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_MIGRATION_OBJECT_TYPE can have RM_MIGRATION_OBJECT_TYPE.
RM_MIGRATION_OBJECT_TYPE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_MIGRATION_OBJECT_TYPE_ID can have RM_MIGRATION_OBJECT_TYPE.
RM_MIGRATION_STATUS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_MIGRATION_STATUS can have RM_MIGRATION_STATUS.
RM_MIGRATION_STATUS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_MIGRATION_STATUS_ID can have RM_MIGRATION_STATUS.
RM_PROJECT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_PROJECT can have RM_PROJECT.
RM_PROJECT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_PROJECT_ID can have RM_PROJECT.
RM_RELEASE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_RELEASE can have RM_RELEASE.
RM_RELEASE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_RELEASE_ID can have RM_RELEASE.
RM_SYSTEM_SETTINGS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_SYSTEM_SETTINGS can have RM_SYSTEM_SETTINGS.
RM_SYSTEM_SETTINGS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an RM_SYSTEM_SETTINGS_ID can have RM_SYSTEM_SETTINGS.
Role - Class in com.ads.api.beans.rsm
 
Role() - Constructor for class com.ads.api.beans.rsm.Role
 
ROLE_DETAILS - Enum constant in enum class com.ads.api.beans.common.APIConstants.RSMFillOptions
Integer value = 1
ROLE_PERMISSIONS - Enum constant in enum class com.ads.api.beans.common.APIConstants.RSMFillOptions
Integer value = 2
Role.RoleType - Enum Class in com.ads.api.beans.rsm
 
ROLES_GROUPS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ROLES_GROUPS can have ROLES_GROUPS.
ROLES_GROUPS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an ROLES_GROUPS_ID can have ID of ROLES_GROUPS.
RSM_ROLE - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
Role nodeType is used to refer Role in Resource Manager
RUNNING - Enum constant in enum class com.ads.api.beans.common.APIConstants.JOBState
 
RUSSIAN - Enum constant in enum class com.ads.api.beans.common.APIConstants.LanguagePreference
 

S

Salesforce - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Salesforce business tool that allows you to manage all your customers, partners and prospects information all in one place
Salesforce - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Salesforce business tool that allows you to manage all your customers, partners and prospects information all in one place
SALESFORCE - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
SALESFORCE business tool that allows you to manage all your customers, partners and prospects information all in one place
SAP - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
SAP DB is an open-source, platform-independent, SQL-based database system.
SAP - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
SAP DB is an open-source, platform-independent, SQL-based database system.
SAP - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
SAP DB is an open-source, platform-independent, SQL-based database system.
saveEnvironment(DBEnvironment, DBProperties.Operation, boolean) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated.
since 9.0
saveEnvironmentAs(String, String, boolean, String) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated.
since 9.0
saveMapping(MMMapping, String, String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
saveNewDataAsset(int, JSONObject) - Method in class com.ads.api.util.SystemManagerUtil
 
SCALE - Enum constant in enum class com.ads.mm.xml.erwin.ERWinBase.ColumnProperties
SCALE is the column property which specifies the number of digits to the right of the decimal point.
SCALE_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
scanEnvironment(DBHelper) - Method in class com.ads.api.util.SystemManagerUtil
Loads an Environment for the specified dbHelper Object.
scanEnvironment(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Loads an Environment for the specified dbHelper Object.
scanEnvironmentAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Loads an Environment for the specified dbHelper Object.
scanIntoEnvironment(int, DBHelper, DBProperties.Operation) - Method in class com.ads.api.util.SystemManagerUtil
Scan and save the environment meta data into the specified environmentId by specifying the dbOperation and dbHelper object.
scanIntoEnvironment(int, DBProperties.Operation, DBHelper) - Method in class com.ads.services.webservice.rest.SystemResource
Scan and save the environment meta data into the specified environmentId by specifying the dbHelper object and dbOperation in the form of JSON.
scanIntoEnvironment(String, String, String, int, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Scan and save the environment meta data into the specified environmentId by specifying the dbHelper object and dbOperation in the form of json.
scanIntoEnvironmentAs(int, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Scan and save the environment meta data into the specified environmentId by specifying the dbOperation and dbHelper object in the form of json.
SCHEDULED_JOB - Enum constant in enum class com.ads.api.beans.common.APIConstants.RunState
 
SchedulerJob - Class in com.erwin.api.beans.scheduler
This class provides some beans control methods related to Jobs, jobName, jobType, jobState, jobOptions and auditHistory etc...
SchedulerJob() - Constructor for class com.erwin.api.beans.scheduler.SchedulerJob
 
SchedulerJob(long, String, String, APIConstants.JOBType, Date, Date, Date, APIConstants.JOBInterval, boolean, String, String, String, JobOptions, AuditHistory) - Constructor for class com.erwin.api.beans.scheduler.SchedulerJob
 
SchedulerService - Class in com.ads.services.webservice
Contains the methods related to perform the operations such as creation, update, deletion and retrieval of Scheduler Jobs.
SchedulerService() - Constructor for class com.ads.services.webservice.SchedulerService
 
SchedulerUtil - Class in com.ads.api.util
Contains the methods related to perform the operations such as creation, update, deletion and retrieval of Scheduler Jobs.
SDIClassification - Class in com.ads.api.beans.common
This class provides some beans control methods related to SDIClassification such as name, id, description, objectTypeId and objectId etc..
SDIClassification() - Constructor for class com.ads.api.beans.common.SDIClassification
 
SEPERATOR_COLUMNS - Static variable in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setAcronym(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the acronym value to the Business Term.
setActive(boolean) - Method in class com.ads.api.beans.csm.CodeValue
Sets the isActive as specified.
setActualDevelopLevelOfEffort(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the actual level of effort as specified.
setActualDevelopLoe(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setActualEtlEffort(float) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setActualETLEffort(float) - Method in class com.ads.api.beans.mm.Mapping
Method sets the actualETLEffort as specified.
setActualEtlEffortUnits(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setActualETLEffortUnits(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the actualETLEffortUnits as specified.
setActualMappingEffort(float) - Method in class com.ads.api.beans.mm.Mapping
Method sets the actualMappingEffort as specified.
setActualMappingEffort(float) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setActualMappingEffortUnits(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the actualMappingEffortUnits as specified.
setActualMappingEffortUnits(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setActualNotes(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the actualNotes as specified.
setActualNotes(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setActualResult(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the actualResult as specified.
setActualResult(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
ActualResult is set as specified ActualResult.
setActualTableName(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the actualTableName as specified.
setActualTableName(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the actualTableName as specified.
setAddUnsuedMetadata(MMSystemMap.Type, boolean) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
setAddUnusedColumns(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
setAppPath(String) - Static method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
setApprovalFlag(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the approvalFlag as specified.
setApprovalRequired(boolean) - Method in class com.ads.api.beans.common.Document
Method sets the approvalRequired as specified.
setApproved(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the approved as specified.
setApprovedBy(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the approvedBy as specified.
setAssetType(AssetType) - Method in class com.ads.api.beans.bgm.BusinessObject
Sets the assetType details as specified to the business object.
setAssignedResponsibilites(String) - Method in class com.ads.api.beans.common.AssignedResource
Method to set the Responsibilities as specified.
setAssignedRole(String) - Method in class com.ads.api.beans.common.AssignedResource
Method to set the Role as specified.
setAssociatedBusinessTerm(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the associatedBusinessTerm Value as specified.
setAssociatedBusinessTerm(String) - Method in class com.ads.api.beans.sm.SMTable
Method sets the associatedBusinessTerm to the table as specified.
setAssociatedBusinessTerm(String) - Method in class com.ads.mm.db.dao.DBColumn
 
setAssociatedBusinessTerm(String) - Method in class com.ads.mm.db.dao.DBTable
 
setAssociatedBusinessTermId(int) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the associatedBusinessTermId Value as specified.
setAssociatedBusinessTermId(int) - Method in class com.ads.api.beans.sm.SMTable
Method sets the associatedBusinessTermId to the table as specified.
setAssociatedBusinessTermId(int) - Method in class com.ads.mm.db.dao.DBColumn
 
setAssociatedBusinessTermId(int) - Method in class com.ads.mm.db.dao.DBTable
 
setAssociatedIDCount(int) - Method in class com.ads.mm.etl.xml.mapping.MMUUID
 
setAssociationsList(List<ExportedAssociation>) - Method in class com.ads.api.beans.sm.SMColumn
It will not set any associations particular to this object as it is being used internally.
setAssociationsList(List<ExportedAssociation>) - Method in class com.ads.api.beans.sm.SMEnvironment
It will not set any associations particular to this object as it is being used internally.
setAssociationsList(List<ExportedAssociation>) - Method in class com.ads.api.beans.sm.SMTable
It will not set any associations particular to this object as it is being used internally.
setAssociationsList(List<ExportedAssociation>) - Method in class com.ads.mm.db.dao.DBColumn
It will not set any associations particular to this object as it is being used internally.
setAssociationsList(List<ExportedAssociation>) - Method in class com.ads.mm.db.dao.DBEnvironment
It will not set any associations particular to this object as it is being used internally.
setAssociationsList(List<ExportedAssociation>) - Method in class com.ads.mm.db.dao.DBTable
It will not set any associations particular to this object as it is being used internally.
setAttachDoc(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the attach Document as specified.
setAttachFile(File) - Method in class com.ads.api.beans.tm.TestCase
 
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.bgm.AssetType
Sets the auditHistory details as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.bgm.BusinessObject
Sets the auditHistory details as specified to the business object.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.bgm.Catalog
Sets the auditHistory details as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.common.AssignedResource
Method used to set the AuditHistory Details as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.common.Document
Method sets the documentStatus as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.common.Tag
Method sets the auditHistory details as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.csm.Category
Sets the auditHistory details of category as specified
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.csm.Codeset
Method sets the auditHistory details as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.csm.CodeValue
Method sets the auditHistory details as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.csm.CSMEnvironment
Method sets the auditHistory details as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the auditHistory details as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.mm.Mapping
Method sets the auditHistory as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the value of auditHistory as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.mm.Subject
Method sets the auditHistory Details as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.rsm.Role
Method sets the AuditHistory object to the Role object as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the auditHistory Details as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of auditHistory as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.sm.SMSystem
Sets the AuditHistory details as specified.
setAuditHistory(AuditHistory) - Method in class com.ads.api.beans.sm.SMTable
Sets the auditHistory as specified.
setAuditHistory(AuditHistory) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setAuthenticationType(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the authenticationType as specified.
setAutoCommit(boolean) - Method in class com.ads.mm.db.util.DBHelper
Sets the autoCommit value.
setAutoCommit(boolean) - Method in class com.icc.util.DBProperties
Sets the autoCommit value as specified.
setAverageConcurrentUsersCount(int) - Method in class com.ads.api.beans.sm.SMSystem
Sets the averageConcurrentUsersCount as specified.
setAverageNamedUsersCount(int) - Method in class com.ads.api.beans.sm.SMSystem
Sets the averageNamedUsersCount as specified.
setBaseSourceSystemEnvironmentName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the baseSourceSystemEnvironmentName as specified.
setBaseSourceSystemName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the baseSourceSystemName as specified.
setBaseTargetSystemEnvironmentName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the baseTargetSystemEnvironmentName as specified.
setBaseTargetSystemName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the baseTargetSystemName as specified.
setBatchSerial(int) - Method in class com.ads.mm.db.dao.DBOperationHelper
Sets the batchSerial as specified.
setBusinessEntityType(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the businessEntityType as specified.
setBusinessEntityType(String) - Method in class com.ads.api.beans.sm.SMTable
Method sets the businessEntityType as specified.
setBusinessEntityType(String) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the businessEntityType as specified.
setBusinessEntityType(String) - Method in class com.ads.mm.db.dao.DBTable
 
setBusinessKeyFlag(boolean) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the businessKeyFlag value as specified.
setBusinessKeyFlag(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setBusinessKeyFlag(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets Column businessKeyFlag as specified.
setBusinessName(String) - Method in class com.ads.api.beans.rsm.Role
Method sets the businessName to the Role.
setBusinessObjects(List<BusinessObject>) - Method in class com.ads.api.beans.bgm.Catalog
 
setBusinessRule(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the businessRule as specified.
setBusinessRule(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setBussinessRule(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
Deprecated.
Since v9.0
setBusTableEntityType(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setCatalogId(int) - Method in class com.ads.api.beans.bgm.BusinessObject
Sets the catalogId as specified.
setCatalogId(int) - Method in class com.ads.api.beans.bgm.Catalog
Sets the catalog Id as specified.
setCatalogName(String) - Method in class com.ads.api.beans.bgm.Catalog
Sets the catalog Name as specified.
setCatalogSelection(Map<String, List<Long>>) - Method in class com.erwin.api.beans.scheduler.MetadataELNJobOptions
 
setCatalogsTypeId(int) - Method in class com.ads.api.beans.bgm.AssetType
Method sets the catalogsTypeId as specified.
setCatalogTypeId(int) - Method in class com.ads.api.beans.bgm.AssetType
Method sets the catalogTypeId as specified.
setCatalogTypeId(int) - Method in class com.ads.api.beans.bgm.Catalog
Sets the catalog type id as specified.
setCategories(List<Category>) - Method in class com.ads.api.beans.csm.Category
Sets the list of categories
setCategoryId(int) - Method in class com.ads.api.beans.csm.Codeset
Sets the categoryId as specified.
setCategoryType(Category.Type) - Method in class com.ads.api.beans.csm.Category
Sets the categoryType of category as specified.
setCcList(String) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setCellType(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the cellType value.
setChangedDescription(String) - Method in class com.ads.api.beans.csm.Codeset
Sets the changedDescription as specified.
setChangedDescription(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the changedDescription as specified.
setChangedDescription(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setChangeDescription(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the changeDescription as specified.
setChangeDescription(String) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the changeDescription as specified.
setChildId(int) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the childId value.
setChildNodes(HashMap<String, Node>) - Method in class com.ads.api.beans.common.Node
Method sets the childNodes as specified.
setChildPermissions(List<Permission>) - Method in class com.ads.api.beans.rsm.Permission
Method sets list of child permission objects to the Permission object as specified.
setChineseDescription(String) - Method in class com.ads.api.beans.rsm.Permission
Method sets the description to the Permission object as specified in Chinese language.
setClient(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the client as specified.
setCodesetId(int) - Method in class com.ads.api.beans.csm.CodeValue
Sets the codesetId as specified.
setCodesetMappingName(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setCodesets(List<Codeset>) - Method in class com.ads.api.beans.csm.Category
Sets the list of codesets to the category object as specified.
setCodeValues(List<CodeValue>) - Method in class com.ads.api.beans.csm.Codeset
Returns the codeset object by adding the specified list of CodeValue objects to the codeValues list.
setColor(String) - Method in class com.ads.api.beans.bgm.AssetType
Sets the asset color as specified.
setColumnAlias(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnAlias value as specified.
setColumnAlias(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the columnAlias as specified.
setColumnAlias(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setColumnClass(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnClass value as specified.
setColumnClass(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the columnClass as specified.
setColumnClass(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setColumnComments(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnComments as specified.
setColumnComments(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the columnComments as specified.
setColumnComments(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setColumnDataDomain(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnDataDomain Value as specified.
setColumnDatatype(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnDatatype as specified.
setColumnDBDefaultValue(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnDBDefaultValue as specified.
setColumnDefinition(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnDefinition as specified.
setColumnDerived(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setColumnDerived(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setColumnETLDefaultValue(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnETLDefaultValue as specified.
setColumnId(int) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnId as specified.
setColumnIdentityFlag(boolean) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnIdentityFlag as specified.
setColumnIndexes(List<SMIndex>) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnIndexes as specified.
setColumnIndexes(List<SMIndex>) - Method in class com.ads.api.beans.sm.SMTable
Method sets the list of columnIndexes as specified.
setColumnIndexes(List<DBIndex>) - Method in class com.ads.mm.db.dao.DBColumn
 
setColumnIndexes(List<DBIndex>) - Method in class com.ads.mm.db.dao.DBTable
 
setColumnLength(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnLength as specified.
setColumnMap(Map<String, DBColumn>) - Method in class com.ads.mm.db.dao.DBTable
Sets the columnMap as specified.
setColumnMappingCompleteFlag(boolean) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the columnMappingCompleteFlag as specified.
setColumnName(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnName as specified.
setColumnName(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the columnName as specified.
setColumnName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setColumnName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setColumnNullableFlag(boolean) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnNullableFlag as specified.
setColumnPrecision(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnPrecision as specified.
setColumnReferenceId(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnReferenceId as specified.
setColumns(List<SMColumn>) - Method in class com.ads.api.beans.sm.SMIndex
Adds the list of SMColumn objects as specified.
setColumns(List<DBColumn>) - Method in class com.ads.mm.db.dao.DBIndex
 
setColumnScale(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the columnScale Value as specified.
setColumnType(SMColumn.SMColumnType) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the SMColumnType as specified.
setComments(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Comments is set as specified Comments.
setComponent(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the component value.
setComponentsCount(int) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the componentsCount.
setConfigObject(MasterConfig) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the configObject value
setConnectionPoolType(DBProperties.ConnectionPoolType) - Method in class com.ads.mm.db.util.DBHelper
 
setConnectionPoolType(DBProperties.ConnectionPoolType) - Method in class com.icc.util.DBProperties
 
setConsiderUserDefinedFlag(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the considerUserDefinedFlag value as specified.
setConsolidated(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the consolidated value.
setCopyColumnCount(String, int) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setCopyColumnRequired(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setCopyColumnRequired(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setCopyDerviedColumnCount(String, int) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setCreatedBy(String) - Method in class com.ads.api.beans.common.AuditHistory
Method to set the value for createdBy as specified.
setCreatedBy(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the createdBy as specified.
setCreatedBy(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
CreatedBy is set as specified createdBy.
setCreatedBy(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the createdBy as specified.
setCreatedBy(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the createdBy as specified.
setCreatedBy(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setCreatedBy(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setCreatedDate(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the createdDate as specified.
setCreatedDate(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
createdDate is set as specified createdDate.
setCreatedDate(Date) - Method in class com.ads.api.beans.common.AuditHistory
Method sets the createdDate to the value as specified in argument.
setCreatedDatetime(Calendar) - Method in class com.ads.mm.db.dao.DBColumn
Sets the createdDatetime as specified.
setCreatedDateTime(Date) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setCreatedDateTime(Calendar) - Method in class com.ads.mm.db.dao.DBTable
Sets the createdDateTime as specified.
setCreatedDateTime(Date) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setCriticality(String) - Method in class com.ads.api.beans.bgm.BusinessRule
Sets the criticality of the business rule as specified.
setCSMMappingReference(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the value of csmMappingReference as specified.
setCWMVersion(CWMUtil.Version) - Method in class com.ads.mm.db.util.DBHelper
Sets the cwmVersion as specified.
setDailyBatchExtractWindow(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the dailyBatchExtractWindow as specified.
setDatabaseDomain(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the databaseDomain as specified.
setDatabaseDriver(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the databaseDriver as specified.
setDatabaseDriver(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the DBDriver value as specified.
setDatabaseHost(String) - Method in class com.icc.util.DBProperties
Sets the databaseHost as specified.
setDatabaseInstanceSchema(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the databaseInstanceSchema as specified.
setDatabaseIPAddress(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the databaseIPAddress as specified.
setDatabaseName(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the databaseName as specified.
setDatabaseName(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the dataBaseName as specified.
setDatabaseName(String) - Method in class com.icc.util.DBProperties
Sets the databaseName as specified.
setDatabaseOptions(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the databaseOptions as specified.
setDatabaseOptions(String) - Method in class com.icc.util.DBProperties
 
setDatabasePassword(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the database Password as specified.
setDatabasePassword(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the DbPassword as specified.
setDatabasePoolType(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the databasePoolType as specified.
setDatabasePort(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the databasePort as specified.
setDatabaseSchema(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the dataBaseSchema as specified.
setDatabaseType(DBProperties.DatabaseType) - Method in class com.ads.mm.db.util.DBHelper
Sets the databaseType as specified.
setDatabaseType(DBProperties.DatabaseType) - Method in class com.icc.util.DBProperties
Sets the databaseType as specified.
setDatabaseType(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the databaseType as specified.
setDatabaseUrl(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the DBUrl as specified.
setDatabaseURL(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the databaseURL as specified.
setDatabaseUserName(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the databaseUserName as specified.
setDatabaseUserName(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the DbUserName as specified.
setDatabseType(String) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the databseType as specified.
setDataClassificationType(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the dataClassificationType to the Business Term as Specified.
setDataCollectionType(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the dataCollectionType value as Specified to the Business Term.
setDataDomain(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column dataDomain as specified.
setDataFile(byte[]) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the dataFile as specified.
setDataFileName(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the dataFileName as specified.
setDataObjectType(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the dataObjectType value to the Business Term as Specified.
setDataProfileEndDate(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the dataProfileEndDate as specified.
setDataProfileEndDate(Calendar) - Method in class com.ads.mm.db.dao.DBColumn
 
setDataProfileJobFailReason(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the dataProfileJobFailReason as specified.
setDataProfileJobFailReason(String) - Method in class com.ads.mm.db.dao.DBColumn
 
setDataProfileJobState(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the dataProfileJobState as specified.
setDataProfileJobState(String) - Method in class com.ads.mm.db.dao.DBColumn
 
setDataProfileScore(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the dataProfileScore as specified.
setDataProfileScore(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the dataProfileScore as specified.
setDataProfileScore(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the dataProfileScore as specified.
setDataProfileScoreId(int) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the dataProfileScoreId as specified.
setDataProfileScoreId(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the dataProfileScoreId as specified.
setDataProfileScoreId(int) - Method in class com.ads.api.beans.sm.SMSystem
Sets the dataProfileScoreId as specified.
setDataProfileScoreId(int) - Method in class com.ads.api.beans.sm.SMTable
Method sets the dataProfileScoreId as specified.
setDataProfileScoreId(int) - Method in class com.ads.mm.db.dao.DBColumn
 
setDataProfileScoreId(int) - Method in class com.ads.mm.db.dao.DBTable
 
setDataProfileStartDate(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the dataProfileStartDate as specified.
setDataProfileStartDate(Calendar) - Method in class com.ads.mm.db.dao.DBColumn
 
setDataQualityScore(float) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the dataQualityScore as specified.
setDataQualityScore(float) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the dataQualityScore as specified.
setDataQualityScore(float) - Method in class com.ads.api.beans.sm.SMTable
Method sets the dataQualityScore as specified.
setDataQualityScore(float) - Method in class com.ads.mm.db.dao.DBColumn
 
setDataQualityScore(float) - Method in class com.ads.mm.db.dao.DBTable
 
setDataStewardChecked(boolean) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the dataStewardChecked as specified.
setDataStewardChecked(boolean) - Method in class com.ads.mm.db.dao.DBEnvironment
Deprecated.
setDataStewardName(String) - Method in class com.ads.api.beans.sm.SMColumn
Deprecated.
setDataStewardName(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated.
setDataStewardName(String) - Method in class com.ads.api.beans.sm.SMSystem
Deprecated.
setDataStewardName(String) - Method in class com.ads.api.beans.sm.SMTable
Deprecated.
setDataStewardName(String) - Method in class com.ads.mm.db.dao.DBComponent
Deprecated.
setDatatype(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the datatype as specified.
setDataType(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setDataType(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setDataValueScore(String) - Method in class com.ads.api.beans.bgm.CustomObject
Sets the rating value to the custom object as specified.
setDBDefaultValue(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column dbDefaultValue as specified.
setDbDriver(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the dbDriver as specified.
setDbDriver(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setDBMSName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setDBMSPlatform(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the dbmsPlatform as specified.
setDBMSSchema(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setDBMSType(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setDBMSVersion(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the dbmsVersion as specified.
setDbName(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the dbName as specified.
setDBOperation(DBEnvironment.DBOperation) - Method in class com.ads.mm.db.dao.DBColumn
Sets the dbOperation as specified.
setDBOperation(DBEnvironment.DBOperation) - Method in class com.ads.mm.db.dao.DBTable
Sets the dbOperation as specified.
setDbOperationHelper(DBOperationHelper) - Method in class com.ads.mm.db.dao.DBColumn
Sets the transformationScope as specified.
setDbOperationHelper(DBOperationHelper) - Method in class com.ads.mm.db.dao.DBTable
Sets the dbOperationHelper as specified.
setDBOperationHelper(DBOperationHelper) - Method in class com.ads.mm.db.dao.DBColumn
Sets the dbOperationHelper as specified.
setDBOperationHelper(DBOperationHelper) - Method in class com.ads.mm.db.dao.DBIndex
 
setDBOperationHelper(DBOperationHelper) - Method in class com.ads.mm.db.dao.DBTable
Sets the dbOperationHelper as specified.
setDbPassword(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the dbPassword as specified.
setDbPassword(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setDbSchema(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the dbSchema as specified.
setDbUrl(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the dbUrl as specified.
setDbURL(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setDbUserName(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the dbUserName as specified.
setDbUserName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setDeclarationPath(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the declarationPath as specified.
setDeclarationPath(String) - Method in class com.ads.api.beans.sm.SMTable
Method sets the declarationPath as specified.
setDeclarationPath(String) - Method in class com.ads.mm.db.dao.DBColumn
 
setDeclarationPath(String) - Method in class com.ads.mm.db.dao.DBTable
 
setDeclarationPath(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setDefaultValue(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the defaultValue value.
setDefaultValue(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setDefinedBy(APIConstants.DefinedBy) - Method in class com.ads.api.beans.bgm.Relationship
Sets the definedBy of the relationship object.
setDefinition(String) - Method in class com.ads.api.beans.bgm.BusinessObject
Sets the definition to the business object as Specified.
setDefinition(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column definition as specified.
setDefinitionComments(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setDefinitionEnabled(boolean) - Method in class com.ads.api.beans.bgm.AssetType
Sets the DefinitionEnabled value as specified.
setDeleteFlag(boolean) - Method in class com.ads.api.beans.csm.CodeValue
Sets the deleteFlag as specified.
setDependencies(List<KeyValue>) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the dependencies as Specified.
setDescription(String) - Method in class com.ads.api.beans.bgm.AssetType
Method sets the description as specified.
setDescription(String) - Method in class com.ads.api.beans.bgm.BusinessObject
Sets the description to the business object as Specified.
setDescription(String) - Method in class com.ads.api.beans.bgm.Catalog
Sets the description of the catalog as specified.
setDescription(String) - Method in class com.ads.api.beans.bgm.Relationship
Sets the description of the relationship object.
setDescription(String) - Method in class com.ads.api.beans.common.SDIClassification
Sets the description.
setDescription(String) - Method in class com.ads.api.beans.common.Tag
Method sets the description.
setDescription(String) - Method in class com.ads.api.beans.csm.Category
Sets the name of category as specified
setDescription(String) - Method in class com.ads.api.beans.csm.Codeset
Sets the description as specified.
setDescription(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the description as specified.
setDescription(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the description value.
setDescription(String) - Method in class com.ads.api.beans.rsm.Permission
Method sets the description to the Permission object as specified.
setDescription(String) - Method in class com.ads.api.beans.rsm.Role
Method sets the description to the Role.
setDescription(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the description as specified.
setDescription(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Description is set as specified Description.
setDestinationName(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the destinationName as specified.
setDiscoverAssetProperty(int) - Method in class com.ads.api.beans.kv.KeyValue
 
setDisplayOrder(float) - Method in class com.ads.api.beans.bgm.AssetType
Sets the displayOrder value as specified.
setDisplayOrder(float) - Method in class com.ads.api.beans.rsm.Permission
Method sets the displayOrder to the Permission object as specified.
setDisplayPolicy(int) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the displayPolicy as Specified.
setDisplaySynonymsInScan(boolean) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of displaySynonymsInScan as specified.
setDisplayTablesInScan(boolean) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of displayTablesInScan as specified.
setDisplayViewsInScan(boolean) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of displayViewsInScan as specified.
setDocMode(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the docMode as specified.
setDocumentApprovedBy(String) - Method in class com.ads.api.beans.common.Document
Method sets the documentApprovedBy as specified.
setDocumentApprovedDate(Date) - Method in class com.ads.api.beans.common.Document
Method sets the documentApprovedDate as specified.
setDocumentId(int) - Method in class com.ads.api.beans.common.Document
Method to set the documentId as specified.
setDocumentIntendedPurpose(String) - Method in class com.ads.api.beans.common.Document
Sets the documentIntendedPurpose as specified.
setDocumentLink(String) - Method in class com.ads.api.beans.common.Document
Sets the documentLink as specified.
setDocumentLink(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the documentLink as specified.
setDocumentName(String) - Method in class com.ads.api.beans.common.Document
Method sets the documentName as specified.
setDocumentObject(String) - Method in class com.ads.api.beans.common.Document
Method sets the documentObject as specified.
setDocumentOwner(String) - Method in class com.ads.api.beans.common.Document
Method sets the documentOwner as specified.
setDocumentReference(String) - Method in class com.ads.api.beans.common.Document
Method sets the documentReference as specified.
setDocumentReferenceNumber(String) - Method in class com.ads.api.beans.common.Document
Method sets the documentReferenceNumber as specified.
setDocumentsRequired(boolean) - Method in class com.ads.api.beans.bgm.AssetType
Sets the documentsRequired value as specified.
setDocumentStatus(String) - Method in class com.ads.api.beans.common.Document
Method sets the documentStatus as specified.
setDocumentStatus(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the documentStatus as specified.
setDocumentType(String) - Method in class com.ads.api.beans.common.Document
Method sets the type of the Document.
setDomain(String) - Method in class com.icc.util.DBProperties
Sets the domain as specified.
setDqToolFlag(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the dqToolFlag as specified.
setDqToolProfileId(int) - Method in class com.ads.api.beans.sm.SMColumn
Deprecated.
setDqToolProfileId(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated.
setDqToolProfileId(int) - Method in class com.ads.api.beans.sm.SMTable
Deprecated.
setDqToolProfileId(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the dqToolProfileId
setDqToolProfileId(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the dqToolProfileId as specified.
setDqToolProfileId(String) - Method in class com.ads.api.beans.sm.SMTable
Method sets the dqToolProfileId as specified.
setDqToolProfileId(String) - Method in class com.ads.mm.db.dao.DBColumn
 
setDqToolProfileId(String) - Method in class com.ads.mm.db.dao.DBTable
 
setDqToolUpdatedTime(String) - Method in class com.ads.api.beans.sm.SMTable
Method sets the dqToolUpdatedTime as specified.
setDraft(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the draft to the environment as specified.
setDriftAlert(String) - Method in class com.ads.api.beans.sm.SMColumn
Deprecated.
setDriverName(String) - Method in class com.icc.util.DBProperties
Sets the driverName as specified.
setDumpFiles(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setDumpFiles(boolean) - Method in class com.icc.util.DBProperties
 
setEffectiveDate(Date) - Method in class com.ads.api.beans.mm.Mapping
Method sets the effectiveDate value as specified.
setElnExpanded(boolean) - Method in class com.ads.api.beans.sm.SMColumn
 
setElnExpanded(boolean) - Method in class com.ads.api.beans.sm.SMTable
Method sets the elnExpanded to the table as specified.
setElnExpanded(boolean) - Method in class com.ads.mm.db.dao.DBColumn
 
setElnExpanded(boolean) - Method in class com.ads.mm.db.dao.DBTable
 
setELNScope(int) - Method in class com.erwin.api.beans.scheduler.MetadataELNJobOptions
 
setEmailId(String) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setEnabled(boolean) - Method in class com.ads.api.beans.bgm.AssetType
Sets the enabled value as specified.
setEnabled(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the enabled value.
setEnabled(boolean) - Method in class com.ads.api.beans.rsm.Permission
Method sets the value as true/false to enable or disable the permission.
setEndDate(Date) - Method in class com.ads.api.beans.csm.CodeValue
Sets the endDate as specified.
setEndOfDayDefinition(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the endOfDayDefinition as specified.
setEndPointType(APIConstants.EndPointType) - Method in class com.ads.api.beans.common.Node
 
setEnglishDescription(String) - Method in class com.ads.api.beans.rsm.Permission
Method sets the description to the Permission object as specified in English language.
setEntityBaseType(DBTable.EntityBaseType) - Method in class com.ads.mm.db.dao.DBColumn
Sets the entityBaseType as specified.
setEntityUid(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setEntityUid(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setEnvBusinessEntityType(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setEnvBusinessEntityType(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setEnvironment(SMEnvironment) - Method in class com.ads.api.beans.sm.SMSchema
Method sets the environment object as specified.
setEnvironment(SMEnvironment) - Method in class com.ads.api.beans.sm.SMTable
Sets the environment as specified.
setEnvironment(DBEnvironment) - Method in class com.ads.mm.db.dao.DBSchema
Sets the dbEnvironment as specified.
setEnvironment(DBEnvironment) - Method in class com.ads.mm.db.dao.DBTable
Sets the environment as specified.
setEnvironmentId(int) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the environmentId as specified.
setEnvironmentId(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of environmentId as specified.
setEnvironmentId(int) - Method in class com.ads.api.beans.sm.SMTable
Sets the environmentId as specified.
setEnvironmentId(int) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the environmentId as specified.
setEnvironmentMap(Map<String, DBEnvironment>) - Method in class com.ads.mm.db.dao.DBSystem
Sets the environmentMap details as specified in environmentMap.
setEnvironmentName(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the environmentName as specified and can be set from Lineage API only.
setEnvironmentName(String) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the environmentName as specified.
setEnvironmentName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setEnvironmentName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setEnvironmentNotes(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the environmentNotes as specified.
setEnvironments(List<CSMEnvironment>) - Method in class com.ads.api.beans.csm.Codeset
Sets the list of environments objects as specified.
setEnvironmentType(SMEnvironment.DatabaseType) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the environmentType as specified.
setEnvironmentType(DBEnvironment.DatabaseType) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the environmentType as specified.
setERwinModelType(DBHelper.ModelType) - Method in class com.icc.util.DBProperties
 
setESBPlatformType(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the esbPlatformType as specified.
setESBQManagerName(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the esbQManagerName as specified.
setETLDefaultValue(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column etlDefaultValue as specified.
setExcelInvalidRows(List<Integer>) - Method in class com.ads.api.beans.tm.TestCase
Sets the excelInvalidRows as specified.
setExistence(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the existence as specified.
setExpand(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the expand value as Specified.
setExpandedLogicalName(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the expandedLogicalName Value as specified.
setExpandedLogicalName(String) - Method in class com.ads.api.beans.sm.SMTable
Method sets the expandedLogicalName to the table as specified.
setExpandedLogicalName(String) - Method in class com.ads.mm.db.dao.DBColumn
 
setExpandedLogicalName(String) - Method in class com.ads.mm.db.dao.DBTable
 
setExpectedResult(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the expectedResult as specified.
setExpectedResult(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
ExpectedResult is set as specified expectedResult.
setExpiryType(APIConstants.ExpiryType) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the expiryType of the business policy.
setExtendable(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the extendable value as specified.
setExtendedBusinessRule(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the extendedBusinessRule as specified.
setExtendedBusinessRule(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setExtendedProperties(List<KeyValue>) - Method in class com.ads.api.beans.csm.CodeValue
Returns the CodeValue object by setting the specified list of extendedProperties to the CodeValue object
setExtendedProperties(List<KeyValue>) - Method in class com.ads.api.beans.mm.Mapping
 
setExtendedProperties(List<KeyValue>) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the list of KeyValues to the column as specified.
setExtendedProperties(List<KeyValue>) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the list of KeyValue objects as specified.
setExtendedProperties(List<KeyValue>) - Method in class com.ads.api.beans.sm.SMTable
Method sets the list of KeyValue objects as specified.
setExtendedProperties(List<KeyValue>) - Method in class com.ads.mm.db.dao.DBColumn
 
setExtendedProperties(List<KeyValue>) - Method in class com.ads.mm.db.dao.DBEnvironment
Method sets the list of KeyValue objects as specified.
setExtendedProperties(List<KeyValue>) - Method in class com.ads.mm.db.dao.DBTable
 
setExternalStepId(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
ExternalStepId is set as specified ExternalStepId.
setExternalTestcaseId(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the externalTestcaseId as specified.
setFetchOnlyParent(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the fetchOnlyParent value.
setFieldDelimiter(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of fieldDelimiter as specified.
setFieldLength(int) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the fieldLength value.
setFields(Map<String, Object>) - Method in class com.ads.api.beans.bgm.Association
Sets the fields(extended properties) of the association object
setFields(Map<String, Object>) - Method in class com.ads.api.beans.bgm.BusinessObject
Sets the fields(extended properties) of the business object
setFields(Map<String, Object>) - Method in class com.ads.api.beans.bgm.Catalog
Sets the fields(extended properties) of the business object.
setFieldSeparator(String) - Method in class com.ads.mm.db.util.DBHelper
sets the fieldSeparator as specified.
setFieldType(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the fieldType value.
setFieldValue(String, Object) - Method in class com.ads.api.beans.bgm.Association
Sets the field value(extended property) of the association object.
setFieldValue(String, Object) - Method in class com.ads.api.beans.bgm.BusinessObject
Sets the field value(extended property) as specified.
setFieldValue(String, Object) - Method in class com.ads.api.beans.bgm.Catalog
Sets the field value(extended property) of the business object as specified.
setFileLocation(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the fileLocation as specified.
setFileLocation(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the fileLocation as specified.
setFileLocation(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the fileLocation
setFileLocation(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the fileLocation as specified.
setFileManagementSystemType(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the fileManagementSystemType as specified.
setFileManagmentSystemType(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the fileManagmentSystemType as specified.
setFilePath(String) - Method in class com.ads.api.beans.common.ImportHelper
Method sets the file path as specified.
setFilePath(String) - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Sets the filePath as specified.
setFilePath(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the filePath as specified.
setFilePathType(APIConstants.FilePathType) - Method in class com.ads.api.beans.common.Document
Method sets the path type for the specified file.
setFilePathType(APIConstants.FilePathType) - Method in class com.ads.api.beans.common.ImportHelper
Method sets the path type for the specified file.
setFilePathType(APIConstants.FilePathType) - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Method sets the path type for the specified file.
setFilePathType(APIConstants.FilePathType) - Method in class com.ads.mm.db.util.DBHelper
Method sets the path type for the specified file.
setFileStartingPosition(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the fileStartingPosition value as specified.
setFileStartingPosition(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the fileStartingPosition as specified.
setFileType(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the fileType as specified.
setFileType(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the fileType as specified.
setFillMetadata(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
setFillMetadata(MMSystemMap.Type, boolean) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
setForeignKeyColumn(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setForeignKeyColumnName(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the foreignKeyColumnName Value as specified.
setForeignKeyColumnName(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the foreignKeyColumnName as specified.
setForeignKeyFlag(boolean) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the foreignKeyFlag Value as specified.
setForeignKeyFlag(boolean) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column foreignKeyFlag as specified.
setForeignKeyFlag(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setForeignKeyFlag(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setForeignKeyName(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the foreignKeyName as specified.
setForeignKeyTable(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setForeignKeyTableName(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the foreignKeyTableName Value as specified.
setForeignKeyTableName(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column foreignKeyTableName as specified.
setForeignReferenceId(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the foreignReferenceId as specified.
setFormatRefValues(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the formatRefValues value.
setFormProperty(int) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the formProperty value
setFrenchDescription(String) - Method in class com.ads.api.beans.rsm.Permission
Method sets the description to the Permission object as specified in French language.
setFromChild(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the fromChild value.
setFromParent(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the fromParent value.
setGenerateGUID(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
setGenerateSummary(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setGenerateUniqueId(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
setGermanDescription(String) - Method in class com.ads.api.beans.rsm.Permission
Method sets the description to the Permission object as specified in German language.
setGridProperty(int) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the gridProperty value
setHasAccessToDba(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setHasAccessToDba(boolean) - Method in class com.icc.util.DBProperties
 
setHeaderString(String) - Method in class com.ads.api.beans.common.ImportHelper
Method sets the headerString for the specified file
setHeaderString(String) - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Sets the headerString as specified.
setHebrewDescription(String) - Method in class com.ads.api.beans.rsm.Permission
Method sets the description to the Permission object as specified in Hebrew language.
setHostAddress(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setHostPort(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setHtml(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the html value.
setHtmlDisabled(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the htmlDisabled value.
setId(int) - Method in class com.ads.api.beans.bgm.AssetType
Method sets the assetType id.
setId(int) - Method in class com.ads.api.beans.bgm.Association
Sets the id of the association object
setId(int) - Method in class com.ads.api.beans.bgm.BusinessObject
Sets the id of the business object
setId(int) - Method in class com.ads.api.beans.bgm.Relationship
Sets the id of the relationship object.
setId(int) - Method in class com.ads.api.beans.common.SDIClassification
Sets the id.
setId(int) - Method in class com.ads.api.beans.common.Tag
Method sets the id value.
setId(int) - Method in class com.ads.api.beans.csm.Category
Sets the id of category.
setId(int) - Method in class com.ads.api.beans.csm.Codeset
Sets the id of codeset as specified.
setId(int) - Method in class com.ads.api.beans.csm.CodeValue
Method sets the id as specified.
setId(int) - Method in class com.ads.api.beans.csm.CSMEnvironment
Sets the id of CSMEnvironment.
setId(int) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the id value.
setId(int) - Method in class com.ads.api.beans.sm.SMIndex
Method sets the id to the Index object as specified.
setId(int) - Method in class com.ads.mm.db.dao.DBIndex
 
setId(String) - Method in class com.ads.api.beans.rsm.Permission
Method sets the id to the Permission object as specified.
setId(String) - Method in class com.ads.api.beans.rsm.Role
Method sets the id to the Role.
setId(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setId(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setId(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
setId(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setId(String) - Method in class com.icc.util.RequestStatus
Sets the id as specified.
setIdentityFlag(boolean) - Method in class com.ads.mm.db.dao.DBColumn
Sets the identityFlag as specified.
setIdentityFlag(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setImpactScore(float) - Method in class com.ads.api.beans.sm.SMColumn
Deprecated.
setImpactScore(float) - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated.
setImpactScore(float) - Method in class com.ads.api.beans.sm.SMTable
Deprecated.
setImportAssociations(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setImportExtendedProperties(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setImportFileType(MappingImportHelper.ImportFileType) - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Sets the importFileType as specified.
setImportSdi(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setImportTags(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setImportType(MappingImportHelper.ImportType) - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Sets the importType as specified.
setImportViewType(String) - Method in class com.ads.mm.db.util.DBHelper
 
setIncludeInDataProfile(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the includeInDataProfile as specified.
setIncludeInDataProfile(String) - Method in class com.ads.mm.db.dao.DBColumn
 
setInputColumns(ArrayList<MMDBColumn>) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setInsertOrder(int) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the insertOrder Value as specified.
setInsertOrder(int) - Method in class com.ads.mm.db.dao.DBColumn
Sets the insertOrder as specified.
setIntendedDesc(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column Intended Description.
setIntendedUseDescription(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the intendedUseDescription as specified.
setInterval(APIConstants.JOBInterval) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setIpAddress(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the ipAddress as specified.
setIsCopied(boolean) - Method in class com.ads.api.beans.tm.TestCase
Sets the value of IsCopied as specified.
setIsPublished(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the isPublished as specified.
setIsRsaKeyPairFlag(boolean) - Method in class com.icc.util.DBProperties
 
setJobName(String) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setJobOptions(JobOptions) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setJobState(APIConstants.JOBState) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setJobType(APIConstants.JOBType) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setJobXRef(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the jobXRef as specified.
setKerberosPrincipal(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the kerberosPrincipal as specified.
setKerberosPrincipal(String) - Method in class com.ads.mm.db.util.DBHelper
 
setKerberosPrincipal(String) - Method in class com.icc.util.DBProperties
 
setKey(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the key value as specified
setKeyStyle(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the keyStyle value.
setKeyValues(HashMap<String, String>) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
setKeyValues(HashMap<String, String>) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setKeyValues(List<KeyValue>) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the keyValues.
setLastLoadingTime(Date) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the lastLoadingTime as specified.
setLastLookupOn(MMDBColumn) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setLastModifiedBy(String) - Method in class com.ads.api.beans.common.AuditHistory
Method to set the value for lastModifiedBy as specified .
setLastModifiedBy(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the value of lastModifiedBy as specified.
setLastModifiedBy(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the lastModifiedBy as specified.
setLastModifiedBy(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the lastModifiedBy as specified.
setLastModifiedBy(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setLastModifiedBy(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setLastModifiedDate(Date) - Method in class com.ads.api.beans.common.AuditHistory
Method sets the lastModifiedDate as specified.
setLastModifiedDatetime(Calendar) - Method in class com.ads.mm.db.dao.DBColumn
Sets the lastModifiedDatetime as specified.
setLastModifiedDateTime(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the lastModifiedDateTime as specified.
setLastModifiedDateTime(Date) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setLastModifiedDateTime(Calendar) - Method in class com.ads.mm.db.dao.DBTable
Sets the lastModifiedDateTime as specified.
setLastModifiedDateTime(Date) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setLastScheduledRunDateTime(Date) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setLength(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column length as specified.
setLength(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setLength(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setLoadonStartup(int) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the loadonStartup value.
setLocked(boolean) - Method in class com.ads.api.beans.csm.Codeset
Sets the isLocked as specified.
setLockedBy(String) - Method in class com.ads.api.beans.csm.Codeset
Sets the lockedBy as specified.
setLogicalColumnName(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the logicalColumnName Value as specified.
setLogicalColumnName(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column logicalColumnName as specified.
setLogicalColumnName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setLogicalTableName(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the logicalTableName as specified.
setLogicalTableName(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the logicalTableName as specified.
setLookupColumn(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the value of lookupColumn as specified.
setLookupColumn(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setLookupOn(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the lookupOn as specified.
setLookupOn(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setLookupUsed() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setLookupUsed(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setLookupUsed(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setMailComments(String) - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Sets the mailComments as specified.
setMandatory(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the mandatory value.
setMandatory(String) - Method in class com.ads.api.beans.kv.KeyValue
Deprecated.
Since v8.3
setMapDescription(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setMapId(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the mapId as specified.
setMapName(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the mapName as specified.
setMapName(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setMapping(MMMapping) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setMapping(MMMapping) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setMappingDescription(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the mappingDescription.
setMappingDocuments(ArrayList<Document>) - Method in class com.ads.api.beans.mm.Mapping
Method sets the mappingDocuments as specified.
setMappingId(int) - Method in class com.ads.api.beans.mm.Mapping
Method used to set the mappingId.
setMappingId(int) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the value of mappingId as specified.
setMappingId(int) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setMappingInfo(MMMappingInfo) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
setMappingLock(int, boolean) - Method in class com.ads.api.util.MappingManagerUtil
mappingLock can be either set to lock or unlock i.e to either true or false for the specified mapId.
setMappingLock(int, Node.NodeType, String, boolean) - Method in class com.ads.api.util.MappingManagerUtil
mappingLock can be either set to lock or unlock i.e to either true or false for the specified mapName.
setMappingLock(String, String, String, int, boolean) - Method in class com.ads.services.webservice.MappingManagerService
SetMappingLock method either Locks or Unlocks the specified Map.
setMappingLockAs(int, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
mappingLock can be either set to lock or unlock for the specified mapId.
setMappingLockAs(int, String, String, boolean, String) - Method in class com.ads.api.util.MappingManagerUtil
mappingLock can be either set to lock or unlock for the specified mapName.
setMappingLockByMapName(String, String, String, String, int, String, boolean) - Method in class com.ads.services.webservice.MappingManagerService
SetMappingLock method either Locks or Unlocks the specified MapName.
setMappingName(String) - Method in class com.ads.api.beans.mm.Mapping
Method used to set the mappingName.
setMappingName(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setMappingSequenceId(int) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the mappingSequenceId as specified.
setMappingSpecificationRowComments(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the mappingSpecificationRowComments as specified.
setMappingSpecifications(ArrayList<MappingSpecificationRow>) - Method in class com.ads.api.beans.mm.Mapping
Method sets the mappingSpecifications as specified.
setMappingSpecVersion(float) - Method in class com.ads.api.beans.mm.Mapping
Method sets the mappingSpecVersion.
setMappingStateId(int) - Method in class com.ads.api.beans.mm.Mapping
Method sets the mappingStateId value as specified.
setMappingStateName(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the mappingStateName value as specified.
setMappingStatus(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the mappingStatus as specified.
setMappingSubStateId(int) - Method in class com.ads.api.beans.mm.Mapping
Method sets the mappingSubStateId value as specified.
setMappingSubStateName(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the mappingSubStateName value as specified.
setMappingUtil(MMMappingUtil) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setMappingUtil(MMMappingUtil) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setMappingUtil(MMMappingUtil) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
setMapSpecVersion(float) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setMarked(boolean) - Method in class com.ads.api.beans.sm.SMTable
Method sets the marked as specified.
setMarked(boolean) - Method in class com.ads.mm.db.dao.DBComponent
Sets the marked value as specified.
setMasterConfig(MasterConfigDetails) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the masterConfig value.
setMasterId(int) - Method in class com.ads.api.beans.bgm.Relationship
Sets the masterId of the relationship object.
setMaximumConnectionsPerPartition(int) - Method in class com.ads.mm.db.util.DBHelper
Sets the maximumConnectionsPerPartition as specified.
setMaximumConnectionsPerPartition(int) - Method in class com.icc.util.DBProperties
Sets the maximumConnectionsPerPartition as specified.
setMaximumNoOfConnectionsPerPartition(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of maximumNoOfConnectionsPerPartition as specified.
setMaximumValue(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the maximumValue as specified.
setMaximumValue(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the column maximumValue as specified.
setMaxValue(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setMeaningCategoryType(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the meaningCategoryType value to the Business Term.
setMessage(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the message as specified.
setMessage(String) - Method in class com.ads.mm.db.dao.DBOperationHelper
Sets the message as specified.
setMetadataSource(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the metadataSource as specified.
setMetadataSource(String) - Method in class com.ads.api.beans.sm.SMTable
Method sets the metadataSource as specified.
setMetadataSource(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the metadataSource as specified.
setMetadataSource(String) - Method in class com.ads.mm.db.dao.DBTable
 
setMinimumConnectionsPerPartition(int) - Method in class com.ads.mm.db.util.DBHelper
Sets the minimumConnectionsPerPartition as specified.
setMinimumConnectionsPerPartition(int) - Method in class com.icc.util.DBProperties
Sets the minimumConnectionsPerPartition as specified.
setMinimumNoOfConnectionsPerPartition(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of minimumNoOfConnectionsPerPartition as specified.
setMinimumValue(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the minimumValue as specified.
setMinimumValue(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column minimumValue as specified.
setMinValue(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setMode(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the mode value
setModelFile(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the modelFile as specified.
setModelFileName(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the modelFileName as specified.
setModelType(DBHelper.ModelType) - Method in class com.ads.mm.db.util.DBHelper
 
setModifiedBy(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the value of the modifiedBy as specified.
setModifiedBy(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
modifiedBy is set as specified modifiedBy.
setModifiedDate(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the modifiedDate as specified.
setModifiedDate(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
modifiedDate is set as specified modifiedDate.
setModule(APIConstants.Module) - Method in class com.ads.api.beans.bgm.AssetType
 
setMultiCastRequired(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setName(String) - Method in class com.ads.api.beans.bgm.AssetType
Method sets the assetType name as specified.
setName(String) - Method in class com.ads.api.beans.bgm.BusinessObject
Sets the business object name as Specified.
setName(String) - Method in class com.ads.api.beans.common.SDIClassification
Sets the name.
setName(String) - Method in class com.ads.api.beans.common.Tag
Method sets the name.
setName(String) - Method in class com.ads.api.beans.csm.Category
Sets the name of category as specified
setName(String) - Method in class com.ads.api.beans.csm.Codeset
Sets the name of a codeset as specified.
setName(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the name as specified.
setName(String) - Method in class com.ads.api.beans.csm.CSMEnvironment
Sets the name of CSMEnvironment as specified.
setName(String) - Method in class com.ads.api.beans.rsm.Permission
Method sets the permission name to the Permission object as specified.
setName(String) - Method in class com.ads.api.beans.rsm.Role
Method sets the name to the Role.
setName(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the name to the environment as specified.
setName(String) - Method in class com.ads.api.beans.sm.SMIndex
Method sets the name to the Index object as specified.
setName(String) - Method in class com.ads.mm.db.dao.DBIndex
 
setNaturalKeyFlag(boolean) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the naturalKeyFlag Value as specified.
setNaturalKeyFlag(boolean) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column naturalKeyFlag as specified.
setNaturalKeyFlag(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setNextScheduledRunDateTime(Date) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setNodeId(String) - Method in class com.ads.api.beans.common.Node
Method sets the nodeId as specified.
setNodeType(Node.NodeType) - Method in class com.ads.api.beans.common.Node
Method sets the NodeType as specified.
setNoOfPartitions(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of noOfPartitions as specified.
setNotes(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the notes to the business object as Specified.
setNotes(String) - Method in class com.ads.api.beans.bgm.BusinessRule
Sets the notes to the business object as Specified.
setNotes(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the notes to the business object as Specified.
setNotify(boolean) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setNullableFlag(boolean) - Method in class com.ads.mm.db.dao.DBColumn
Sets the nullableFlag as specified.
setNullableFlag(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setObjectId(int) - Method in class com.ads.api.beans.common.SDIClassification
Sets the objectId.
setObjectId(long) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setObjectId(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the objectId value.
setObjectId(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the objectId as specified.
setObjective(String) - Method in class com.ads.api.beans.bgm.BusinessRule
Sets the objective of the business rule as specified
setObjectLevel(int) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the objectLevel value
setObjectName(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the objectName as specified.
setObjectStyle(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the objectStyle as specified.
setObjectType(String) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setObjectTypeId(int) - Method in class com.ads.api.beans.bgm.AssetType
Method sets the objectTypeId as specified.
setObjectTypeId(int) - Method in class com.ads.api.beans.common.Node
 
setObjectTypeId(int) - Method in class com.ads.api.beans.common.SDIClassification
Sets the objectTypeId.
setObjectTypeId(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the objectTypeId value.
setOracleEnableSSLConnection(boolean) - Method in class com.icc.util.DBProperties
 
setOraclePIKProviderPosition(String) - Method in class com.icc.util.DBProperties
 
setOracleSSLServerDNMatch(boolean) - Method in class com.icc.util.DBProperties
 
setOracleWalletLocation(String) - Method in class com.icc.util.DBProperties
 
setOrder(float) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the order value.
setOrdinalPosition(int) - Method in class com.ads.api.beans.sm.SMIndex
Method sets the ordinalPosition to the Index object as specified.
setOrdinalPosition(int) - Method in class com.ads.mm.db.dao.DBIndex
 
setOrphanColumn(MMDBColumn) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setOrphanColumnsMap(MMColumnMap) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setOrphanFlag(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setOutputColumns(ArrayList<MMDBColumn>) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setOwner(String) - Method in class com.ads.api.beans.sm.SMIndex
Method sets the owner to the Index object as specified.
setOwner(String) - Method in class com.ads.mm.db.dao.DBIndex
 
setParentCatalogId(int) - Method in class com.ads.api.beans.bgm.Catalog
Sets the parent catalog id as specified.
setParentEnvironment(MMDBEnvironment) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setParentId(int) - Method in class com.ads.api.beans.csm.Category
Sets the parentId of category
setParentId(int) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the parentId value.
setParentId(String) - Method in class com.ads.api.beans.rsm.Permission
Method sets the parentId to the Permission object as specified.
setParentKey(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the parentKey as Specified.
setParentObjectId(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the parentObjectId value.
setParentObjectTypeId(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the parentObjectTypeId value.
setParentPermission(Permission) - Method in class com.ads.api.beans.rsm.Permission
Method sets parentPermission object to the Permission object as specified.
setParentSubjectId(int) - Method in class com.ads.api.beans.mm.Subject
Method sets the parentSubjectId as specified.
setParentSystem(MMDBSystem) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setParentTable(SMTable) - Method in class com.ads.api.beans.sm.SMTable
Sets the parentTable as specified.
setParentTable(DBTable) - Method in class com.ads.mm.db.dao.DBTable
Sets the parentTable as specified.
setParentTable(MMDBTable) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setParseHiveComplexDataType(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setPartitions(int) - Method in class com.ads.mm.db.util.DBHelper
Sets the partitions as specified.
setPartitions(int) - Method in class com.icc.util.DBProperties
Sets the partitions as specified.
setPasswordEncrypted(boolean) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the passwordEncrypted as specified.
setPercenNullValue(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setPercentNullValue(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the percentNullValue as specified.
setPercentNullValue(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column percentNullValue as specified.
setPermissions(List<Permission>) - Method in class com.ads.api.beans.rsm.Role
Method sets the list of permission objects to the Role object as specified.
setPhysicalColumnName(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the physicalColumnName Value as specified.
setPhysicalColumnName(String) - Method in class com.ads.mm.db.dao.DBColumn
 
setPhysicalTableName(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the physicalTableName as specified.
setPhysicalTableName(String) - Method in class com.ads.mm.db.dao.DBTable
 
setPivoTable(int) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the pivoTable value
setPlanDevelopLoe(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setPlanEtlEffort(float) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setPlanEtlEffortUnits(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setPlanMappingEffort(float) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setPlanMappingEffortUnits(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setPlannedDevelopmentLevelOfEffort(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the planned LevelOfEffort as specified.
setPlannedETLEffort(float) - Method in class com.ads.api.beans.mm.Mapping
Method sets the plannedETLEffort as specified.
setPlannedETLEffortUnits(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the plannedETLEffortUnits as specified.
setPlannedMappingEffort(float) - Method in class com.ads.api.beans.mm.Mapping
Method sets the plannedMappingEffort as specified.
setPlannedMappingEffortUnits(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the plannedMappingEffortUnits as specified.
setPlannedNotes(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the plannedNotes as specified.
setPlanNotes(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setPolicyEndDate(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the policyEndDate of the business policy.
setPolicyStartDate(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the policyStartDate of the business policy.
setPortugueseDescription(String) - Method in class com.ads.api.beans.rsm.Permission
Method sets the description to the Permission object as specified in Portuguese language.
setPrecision(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column precision as specified.
setPrecision(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setPrecision(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setPrefix(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the prefix as specified.
setPrefType(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the prefType value.
setPreserveCount(int) - Static method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setPreserveCount(int) - Static method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setPreserveCount(int) - Static method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
setPrimaryKeyFlag(boolean) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the primaryKeyFlag Value as specified.
setPrimaryKeyFlag(boolean) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column primaryKeyFlag as specified.
setPrimaryKeyFlag(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setPrimaryKeyFlag(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setPrimaryKeyName(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the primaryKeyName as specified.
setPriorityId(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the priorityId as specified.
setPriorityName(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the priorityName as specified.
setProcessingOrder(int) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the processingOrder value.
setProductionEnvironmentName(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the production EnvironmentName as specified.
setProductionSystemId(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the productionSystemId as specified.
setProductionSystemName(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the productionSystemName as specified.
setProjectAuditHistory(AuditHistory) - Method in class com.ads.api.beans.mm.Project
Method sets the projectAuditHistory details as specified.
setProjectBusinessSponsorFullName(String) - Method in class com.ads.api.beans.mm.Project
Method sets the projectBusinessSponsorFullName as specified.
setProjectCostCenter(String) - Method in class com.ads.api.beans.mm.Project
Method sets the projectCostCenter as specified.
setProjectDescription(String) - Method in class com.ads.api.beans.mm.Project
Method sets the projectDescription as specified.
setProjectDocuments(ArrayList<Document>) - Method in class com.ads.api.beans.mm.Project
Method sets the projectDocuments as specified.
setProjectETL(Project.ProjectETL) - Method in class com.ads.api.beans.mm.Project
 
setProjectId(int) - Method in class com.ads.api.beans.mm.Mapping
Method sets the projectId as specified.
setProjectId(int) - Method in class com.ads.api.beans.mm.Project
Method sets the projectId as specified.
setProjectId(int) - Method in class com.ads.api.beans.mm.Subject
Method sets the projectId as specified.
setProjectId(int) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setProjectId(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the projectId as specified.
setProjectITSponsorFullName(String) - Method in class com.ads.api.beans.mm.Project
Method sets the projectITSponsorFullName as specified.
setProjectName(String) - Method in class com.ads.api.beans.mm.Project
Method sets the projectName as specified.
setProjectName(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the projectName as specified.
setProjectOwnerFullName(String) - Method in class com.ads.api.beans.mm.Project
Method sets the projectOwnerFullName as specified.
setProjectResources(ArrayList<AssignedResource>) - Method in class com.ads.api.beans.mm.Project
Method sets the projectResources as specified.
setPseudocode(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the pseudocode value as specified.
setPseudoCode(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setPsudoCode(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the pseudocode as specified.
setPublish(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the publish status of the business policy.
setPublish(String) - Method in class com.ads.api.beans.bgm.BusinessRule
Sets the publish status of the business rule.
setPublish(String) - Method in class com.ads.api.beans.bgm.CustomObject
Sets the published value to the custom object as specified.
setPublished(boolean) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the published value to the Business Term as Specified.
setPublished(boolean) - Method in class com.ads.api.beans.common.Tag
Method sets the published value.
setPublished(boolean) - Method in class com.ads.api.beans.csm.Codeset
Sets the isPublished flag as specified.
setPublished(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the published value.
setPublished(boolean) - Method in class com.ads.api.beans.mm.Mapping
Method sets the published value as specified.
setPublishNotes(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the publishNotes value as specified.
setPurge(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the purge value as specified.
setQualifierObjectId(int) - Method in class com.ads.api.beans.bgm.Association
Sets the qualifierObjectId of the association object.
setQualifierObjectTypeId(int) - Method in class com.ads.api.beans.bgm.Association
Sets the qualifierObjectTypeId of the association object.
setQueryBatchLimit(int) - Method in class com.ads.mm.db.util.DBHelper
 
setRating(double) - Method in class com.ads.api.beans.bgm.CustomObject
Sets the rating value to the custom object as specified.
setRdmReferenceTable(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the rdmReferenceTable value as specified.
setRdmReferenceTable(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setReadColumns(boolean) - Method in class com.ads.mm.db.util.DBHelper
Sets the readColumns value as specified.
setReadComments(boolean) - Method in class com.ads.mm.db.util.DBHelper
Sets the readComments as specified.
setReadHeader(boolean) - Method in class com.ads.mm.db.util.DBHelper
Sets the readHeader as specified.
setReadLogicalColumns(boolean) - Method in class com.ads.mm.db.util.DBHelper
Sets the readLogicalColumns as specified.
setReadOnly(String) - Method in class com.ads.mm.db.util.DBHelper
 
setReadOnly(String) - Method in class com.icc.util.DBProperties
 
setReadSynonyms(boolean) - Method in class com.ads.mm.db.util.DBHelper
Sets the readSynonyms as specified.
setReadTables(boolean) - Method in class com.ads.mm.db.util.DBHelper
Sets the readTables value as specified.
setReadViews(boolean) - Method in class com.ads.mm.db.util.DBHelper
Sets the readViews as specified.
setReferenceColumn(DBColumn) - Method in class com.ads.mm.db.dao.DBTable
 
setReferenceId(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the referenceId as specified.
setReferenceId(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the referenceId as specified.
setReferenceId(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the referenceId as specified.
setReferenceTable(DBTable) - Method in class com.ads.mm.db.dao.DBColumn
 
setRefreshedBy(String) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the refreshedBy value as specified.
setRegularExpression(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the regularExpression value.
setReguralExpresion(String) - Method in class com.ads.api.beans.kv.KeyValue
Deprecated.
Since v8.3
setRelationship(Relationship) - Method in class com.ads.api.beans.bgm.Association
Sets the relationship details as specified to the association object.
setRelationshipType(APIConstants.RelationshipType) - Method in class com.ads.api.beans.bgm.Relationship
Sets the relationshipType of the association object.
setRelease(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the release as specified.
setRepmPasswordEncrypted(boolean) - Method in class com.icc.util.DBProperties
 
setRepmSecretCode(String) - Method in class com.icc.util.DBProperties
 
setRepmUserAvailable(boolean) - Method in class com.icc.util.DBProperties
 
setRepmUserName(String) - Method in class com.icc.util.DBProperties
 
setRequestStatus(RequestStatus) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the requestStatus value.
setRequestSuccess(boolean) - Method in class com.icc.util.RequestStatus
Sets the requestSuccess as specified.
setResourceId(String) - Method in class com.ads.api.beans.common.AssignedResource
Method sets the ResourceId as specified.
setRoleId(String) - Method in class com.ads.api.beans.common.AssignedResource
Method to set the RoleId.
setRootTable(boolean) - Method in class com.ads.api.beans.sm.SMTable
Sets the rootTable as specified.
setRootTable(boolean) - Method in class com.ads.mm.db.dao.DBTable
Sets the rootTable as specified.
setRowComments(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setRowCount(long) - Method in class com.ads.mm.db.dao.DBColumn
 
setRowDelimiter(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of rowDelimiter as specified.
setRowOrder(float) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the value of rowOrder as specified.
setRowOrder(float) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setRowSeparator(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the rowSeparator as specified.
setRowStatus(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setRsaKeyPairFlag(boolean) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the rsaKeyPairFlag as specified.
setRussiaDescription(String) - Method in class com.ads.api.beans.rsm.Permission
Method sets the description to the Permission object as specified in Russian language.
setSapClient(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of sapClient as specified.
setSapDestination(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of sapDestination as specified.
setSapScanTables(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of sapScanTables as specified.
setSaveFilePath(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the saveFilePath as specified.
setScale(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the Column Scale as specified.
setScale(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setScale(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setScanCriteria(DBHelper.ScanCriteria) - Method in class com.ads.mm.db.util.DBHelper
 
setScanNestedRefSynonyms(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setScanOptions(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the scanOptions as specified.
setSceid(int) - Method in class com.ads.mm.db.dao.DBTable
Sets the sceid as specified.
setScheduledDateTime(Date) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setSchemaName(String) - Method in class com.ads.api.beans.sm.SMSchema
Method sets the schemaName as specified.
setSchemaName(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the schemaName as specified.
setSchemaName(String) - Method in class com.ads.mm.db.dao.DBSchema
Sets the schemaName as specified.
setSchemaName(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the schemaName as specified.
setSchemaName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setSchemas(ArrayList<String>) - Method in class com.icc.util.DBProperties
Sets the schemas as specified.
setSchemas(Collection<SMSchema>) - Method in class com.ads.api.beans.sm.SMEnvironment
Sets the SMSchema objects as specified.
setSchemas(HashMap<String, DBSchema>) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the schemas as specified.
setScopeObjectTypes(List<String>) - Method in class com.ads.api.beans.common.Tag
 
setSdiClassificationId(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated. 
setSdiClassificationId(int) - Method in class com.ads.api.beans.sm.SMSystem
Deprecated. 
setSdiClassificationId(int) - Method in class com.ads.api.beans.sm.SMTable
Deprecated. 
setSdiClassificationId(int) - Method in class com.ads.mm.db.dao.DBTable
 
setSdiClassificationId(String) - Method in class com.ads.api.beans.sm.SMColumn
Deprecated. 
setSDIClassificationId(int) - Method in class com.ads.mm.db.dao.DBColumn
 
setSdiClassificationName(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated. 
setSdiClassificationName(String) - Method in class com.ads.api.beans.sm.SMSystem
Deprecated. 
setSdiClassificationName(String) - Method in class com.ads.api.beans.sm.SMTable
Deprecated. 
setSDIClassificationName(String) - Method in class com.ads.api.beans.sm.SMColumn
Deprecated. 
setSdiClassifications(List<SDIClassification>) - Method in class com.ads.mm.db.dao.DBColumn
 
setSdiClassifications(List<SDIClassification>) - Method in class com.ads.mm.db.dao.DBEnvironment
 
setSdiClassifications(List<SDIClassification>) - Method in class com.ads.mm.db.dao.DBTable
 
setSDIClassifications(List<SDIClassification>) - Method in class com.ads.api.beans.bgm.BusinessObject
Method sets the list of sdiClassifications to the business object as specified.
setSDIClassifications(List<SDIClassification>) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the list of sdiClassifications to the column as specified.
setSDIClassifications(List<SDIClassification>) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the list of sdiClassifications to the environment as specified.
setSDIClassifications(List<SDIClassification>) - Method in class com.ads.api.beans.sm.SMSystem
Method sets the list of sdiClassifications to the system as specified.
setSDIClassifications(List<SDIClassification>) - Method in class com.ads.api.beans.sm.SMTable
Method sets the list of sdiClassifications to the table as specified.
setSdiDescription(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated. 
setSdiDescription(String) - Method in class com.ads.api.beans.sm.SMSystem
Deprecated. 
setSdiDescription(String) - Method in class com.ads.api.beans.sm.SMTable
Deprecated. 
setSdiDescription(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the sdiDescription as specified.
setSdiDescription(String) - Method in class com.ads.mm.db.dao.DBTable
 
setSDIDescription(String) - Method in class com.ads.api.beans.sm.SMColumn
Deprecated. 
setSDIDescription(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setSdiEnabled(boolean) - Method in class com.ads.api.beans.bgm.AssetType
Sets the sdiEnabled value as specified.
setSdiFlag(boolean) - Method in class com.ads.api.beans.bgm.BusinessObject
Method sets the sdiFlag value.
setSdiFlag(boolean) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the sdiFlag to the environment as specified.
setSdiFlag(boolean) - Method in class com.ads.api.beans.sm.SMSystem
Method sets the sdiFlag to the environment as specified.
setSdiFlag(boolean) - Method in class com.ads.api.beans.sm.SMTable
Method sets the sdiFlag to the environment as specified.
setSdiFlag(boolean) - Method in class com.ads.mm.db.dao.DBColumn
Sets the sdiFlag as specified.
setSdiFlag(boolean) - Method in class com.ads.mm.db.dao.DBTable
 
setSDIFlag(boolean) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the sdiFlag Value as specified.
setSDIFlag(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
setSecretCode(String) - Method in class com.icc.util.DBProperties
Sets the password as specified.
setSelectedEntities(List) - Method in class com.ads.mm.db.util.DBHelper
Sets the selectedEntities as specified.
setSelectedObjectsList(List<String>) - Method in class com.ads.mm.db.util.DBHelper
Sets the selectedObjectsList as specified.
setSelectedSynonyms(Map<String, List<String>>) - Method in class com.ads.mm.db.util.DBHelper
This method is defined to set the selected synonyms to DBHelper Object.
setSelectedSynonymsList(List<String>) - Method in class com.ads.mm.db.util.DBHelper
Sets the selectedSynonymsList as specified.
setSelectedTables(Map<String, List<String>>) - Method in class com.ads.mm.db.util.DBHelper
This method is defined to set the selected tables to DBHelper Object.
setSelectedTablesList(List<String>) - Method in class com.ads.mm.db.util.DBHelper
Sets the selectedTablesList as specified.
setSelectedTablesString(StringBuilder) - Method in class com.ads.mm.db.util.DBHelper
Sets the selectedTablesString as specified.
setSelectedValue(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the selectedValue.
setSelectedViews(Map<String, List<String>>) - Method in class com.ads.mm.db.util.DBHelper
This method is defined to set the selected views to DBHelper Object.
setSelectedViewsList(List<String>) - Method in class com.ads.mm.db.util.DBHelper
Sets the selectedViewsList as specified.
setSelectedViewsString(StringBuilder) - Method in class com.ads.mm.db.util.DBHelper
Sets the selectedViewsString as specified.
setSensitive(boolean) - Method in class com.ads.api.beans.rsm.Permission
Method sets sensitive permission to the Permission object as specified.
setSequenceId(int) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setServerOSVersion(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the serverPlatform as specified.
setServerOSVersion(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the serverOSVersion as specified.
setServerPlatform(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the serverPlatform as specified.
setServerPlatform(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the serverPlatform as specified.
setSkipEmptyCells(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setSnowflakeFetchMetadataBy(String) - Method in class com.icc.util.DBProperties
 
setSnowflakeQueryType(String) - Method in class com.icc.util.DBProperties
 
setSortOrder(String) - Method in class com.ads.api.beans.sm.SMIndex
Method sets the sortOrder to the Index object as specified.
setSortOrder(String) - Method in class com.ads.mm.db.dao.DBIndex
 
setSource(Node) - Method in class com.ads.api.beans.bgm.Association
Sets the source details of the association object.
setSource(Node) - Method in class com.ads.api.beans.common.LineageEdge
Method sets the source node object.
setSourceBusinessKeyFlag(boolean) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceBusinessKeyFlag as specified.
setSourceColumnAlias(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceColumnAlias Name as specified.
setSourceColumnClass(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceColumnClass as specified.
setSourceColumnComments(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceColumnComments as specified.
setSourceColumnDatatype(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceColumnDatatype as specified.
setSourceColumnDBDefaultValue(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceColumnDBDefaultValue as specified.
setSourceColumnDefinition(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceColumnDefinition as specified.
setSourceColumnIdentityFlag(boolean) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceColumnIdentityFlag as specified.
setSourceColumnLength(int) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
setSourceColumnLength(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceColumnLength as specified.
setSourceColumnName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceColumnName as specified.
setSourceColumnNullableFlag(boolean) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceColumnNullableFlag as specified.
setSourceColumnPrecision(int) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
setSourceColumnPrecision(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceColumnPrecision as specified.
setSourceColumnScale(int) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Deprecated.
setSourceColumnScale(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceColumnScale as specified.
setSourceEntityUID(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceEntityUID value as specified.
setSourceEnvBusinessEntityType(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceEnvBusinessEntityType value as specified.
setSourceExtractDescription(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the sourceExtractDescription as specified.
setSourceExtractDescription(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setSourceExtractQuery(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the sourceExtractQuery as specified.
setSourceExtractQuery(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setSourceLogicalColumnName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceLogicalColumnName as specified.
setSourceMaximumValue(int) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
setSourceMaximumValue(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceMaximumValue as specified.
setSourceMinimumValue(int) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
setSourceMinimumValue(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceMinimumValue as specified.
setSourceNaturalKeyFlag(boolean) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceNaturalKeyFlag as specified.
setSourceObjectId(int) - Method in class com.ads.api.beans.bgm.Association
Sets the sourceObjectId of the association object
setSourceObjectTypeId(int) - Method in class com.ads.api.beans.bgm.Association
Sets the sourceObjectTypeId of the association object.
setSourcePercentNullValue(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourcePercentNullValue as specified.
setSourcePrimaryKeyFlag(boolean) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Sets the sourcePrimaryKeyFlag as specified.
setSourceSDIDescription(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceSDIDescription as specified.
setSourceSDIFlag(boolean) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceSDIFlag as specified.
setSourceSystemEnvironmentName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceSystemEnvironmentName as specified.
setSourceSystemId(int) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceSystemId as specified.
setSourceSystemName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceSystemName as specified.
setSourceSystems(MMSystemMap) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
setSourceTableAlias(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceTableAlias Name as specified.
setSourceTableBusinessEntityType(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceTableBusinessEntityType value as specified.
setSourceTableClass(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceTableClass as specified.
setSourceTableName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceTableName as specified.
setSourceTableType(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceTableType value as specified.
setSourceXPath(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the sourceXPath as specified.
setSpanishDescription(String) - Method in class com.ads.api.beans.rsm.Permission
Method sets the description to the Permission object as specified in Spanish language.
setSpecialApprovalContvyInstructions(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of ApprovalInstructions as specified.
setSpecialInsructionsComments(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the specialInsructionsComments as specified.
setSpecificationArtifacts(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the specificationArtifacts value as specified.
setSpecificationArtifacts(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setSplitter(String) - Method in class com.erwin.api.beans.scheduler.MetadataELNJobOptions
 
setSshPort(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the sshPort as specified.
setSshPort(int) - Method in class com.ads.mm.db.util.DBHelper
 
setSshPort(int) - Method in class com.icc.util.DBProperties
 
setStartDate(Date) - Method in class com.ads.api.beans.csm.CodeValue
Sets the startDate as specified.
setStatus(APIConstants.Status) - Method in class com.ads.api.beans.csm.Codeset
Sets the status as specified.
setStatus(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the status of the business policy.
setStatus(String) - Method in class com.ads.api.beans.bgm.BusinessRule
Sets the status of the business rule.
setStatus(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the Business Term Status to the Business Term as Specified.
setStatus(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the status value as specified.
setStatus(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of status as specified.
setStatus(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the status of the table as specified.
setStatus(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
Status is set as specified Status.
setStatus(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setStatusDescription(String) - Method in class com.icc.util.RequestStatus
Sets the statusDescription as specified.
setStatusId(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the statusId as specified.
setStatusMessage(String) - Method in class com.icc.util.RequestStatus
Sets the statusMessage as specified.
setStatusName(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the statusName as specified.
setStatusNumber(int) - Method in class com.icc.util.RequestStatus
Sets the statusNumber as specified.
setSTCMId(int) - Method in class com.ads.api.beans.sm.SMColumn
Deprecated. 
setSTCMId(int) - Method in class com.ads.mm.db.dao.DBColumn
Sets the stcmId as specified.
setStepName(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
StepName is set as the specified StepName.
setStepNumber(int) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
stepNumber is set as specified stepNumber.
setSTMId(int) - Method in class com.ads.api.beans.sm.SMTable
Deprecated. 
setSTMId(int) - Method in class com.ads.mm.db.dao.DBTable
Sets the stmId as specified.
setStorageType(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the storageType as specified.
setStorageType(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the storageType as specified
setSubjectChangedDescription(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the subjectChanged Description as specified.
setSubjectDescription(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the Subject Description as specified.
setSubjectId(int) - Method in class com.ads.api.beans.mm.Mapping
Method sets the subjectId as specified.
setSubjectId(int) - Method in class com.ads.api.beans.mm.Subject
Method sets the subjectId as specified.
setSubjectId(int) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setSubjectId(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the subjectId as specified.
setSubjectName(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the subjectName as specified.
setSubjectName(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the subjectName as specified.
setSubKeyValues(List<KeyValue>) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the subKeyValues as Specified.
setSuccessful(boolean) - Method in class com.ads.mm.db.dao.DBOperationHelper
Sets the successful as specified.
setSuccessOption(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the successOption as specified.
setSupportAutoCommit(boolean) - Method in class com.ads.mm.db.util.DBHelper
Sets the supportAutoCommit value.
setSupportAutoCommit(boolean) - Method in class com.icc.util.DBProperties
 
setSupportSystems(MMSystemMap) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
setSynonymsCount(int) - Method in class com.ads.mm.db.dao.DBEnvironment
 
setSystem(DBSystem) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the System value as specified.
setSystemBased(boolean) - Method in class com.ads.api.beans.bgm.AssetType
Sets the systemBased value as specified.
setSystemBased(boolean) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the systemBased value.
setSystemBusinessPurposeShort(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the systemBusinessPurposeShort as specified.
setSystemDescriptionLong(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the systemDescriptionLong as specified.
setSystemEnvironmentId(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of systemEnvironmentId as specified.
setSystemEnvironmentName(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the systemEnvironmentName as specified.
setSystemEnvironmentName(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Deprecated. 
setSystemEnvironmentName(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the systemEnvironmentName as specified.
setSystemEnvironmentType(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the systemEnvironmentType as specified.
setSystemId(int) - Method in class com.ads.api.beans.csm.CodeValue
Method sets the systemId as specified.
setSystemId(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the systemId as specified.
setSystemId(int) - Method in class com.ads.api.beans.sm.SMSystem
Sets the systemId as specified.
setSystemId(int) - Method in class com.ads.api.beans.sm.SMTable
Sets the systemId as specified.
setSystemId(int) - Method in class com.ads.mm.db.dao.DBSystem
Sets the systemId as specified.
setSystemName(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the systemName as specified.
setSystemName(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the systemName as specified and can be set from Lineage API only.
setSystemName(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the systemName as specified.
setSystemName(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the systemName as specified.
setSystemName(String) - Method in class com.ads.api.beans.sm.SMTable
Method sets the systemName as specified and can be set from Lineage API only.
setSystemName(String) - Method in class com.ads.mm.db.dao.DBSystem
Sets the systemName as specified.
setSystemName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setSystemName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
setSystemNumber(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the value of systemNumber as specified.
setSystemNumber(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the systemNumber as specified.
setSystemOwnerEmail(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the systemOwnerEmail Address as specified.
setSystemOwnerFullName(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the systemOwnerFullName as specified.
setSystemOwnerTelephone(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the systemOwnerTelephone Number as specified.
setSystemPrimaryMoveType(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the systemPrimaryMoveType as specified.
setTabBusinessEntityType(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setTabCount(int) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
setTable(SMTable) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the _table as specified.
setTable(DBTable) - Method in class com.ads.mm.db.dao.DBColumn
Sets the DBTable as specified.
setTableAlias(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the tableAlias as specified.
setTableAlias(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the tableAlias as specified.
setTableAlias(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setTableClass(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the tableClass as specified.
setTableClass(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the tableClass as specified.
setTableClass(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setTableComments(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the tableComments as specified.
setTableComments(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the tableComments as specified.
setTableCount(int) - Method in class com.ads.mm.db.dao.DBEnvironment
 
setTableDefinition(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the tableDefinition as specified.
setTableDefinition(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the tableDefinition as specified.
setTableDefinitionComments(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the tableDefinitionComments as specified.
setTableId(int) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the tableId as specified.
setTableId(int) - Method in class com.ads.api.beans.sm.SMIndex
Method sets the tableId to the Index object as specified.
setTableId(int) - Method in class com.ads.api.beans.sm.SMTable
Sets the tableId to the table as specified.
setTableId(int) - Method in class com.ads.mm.db.dao.DBIndex
 
setTableMap(MMTableMap) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
setTableMap(Map<String, DBTable>) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the tableMap as specified.
setTableName(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the tableName as specified.
setTableName(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the tableName as specified.
setTableName(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the tableName as specified.
setTableName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setTableName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setTableReferenceId(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the tableReferenceId as specified.
setTableType(SMTable.SMTableType) - Method in class com.ads.api.beans.sm.SMTable
Sets the tableType as specified.
setTableType(DBTable.TableType) - Method in class com.ads.mm.db.dao.DBTable
Sets the tableType as specified.
setTableType(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setTableType(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setTags(List<Tag>) - Method in class com.ads.api.beans.sm.SMColumn
 
setTags(List<Tag>) - Method in class com.ads.api.beans.sm.SMEnvironment
 
setTags(List<Tag>) - Method in class com.ads.api.beans.sm.SMTable
 
setTags(List<Tag>) - Method in class com.ads.mm.db.dao.DBColumn
 
setTags(List<Tag>) - Method in class com.ads.mm.db.dao.DBEnvironment
 
setTags(List<Tag>) - Method in class com.ads.mm.db.dao.DBTable
 
setTarget(Node) - Method in class com.ads.api.beans.bgm.Association
Sets the target details of the association object.
setTarget(Node) - Method in class com.ads.api.beans.common.LineageEdge
Method sets the target node object.
setTargetBusinessKeyFlag(boolean) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetBusinessKeyFlag as specified.
setTargetColumnAlias(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetColumnAlias Name as specified.
setTargetColumnClass(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetColumnClass as specified.
setTargetColumnComments(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetColumnComments as specified.
setTargetColumnDatatype(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetColumnDatatype as specified.
setTargetColumnDefinition(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetColumnDefinition as specified.
setTargetColumnETLDefaultValue(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetColumnETLDefaultValue as specified.
setTargetColumnLength(int) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
setTargetColumnLength(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetColumnLength as specified.
setTargetColumnName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetColumnName as specified.
setTargetColumnNullableFlag(boolean) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetColumnNullableFlag as specified.
setTargetColumnPrecision(int) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
setTargetColumnPrecision(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetColumnPrecision as specified.
setTargetColumnScale(int) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Deprecated.
setTargetColumnScale(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetColumnScale as specified.
setTargetEntityUID(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetEntityUID value as specified.
setTargetEnvBusinessEntityType(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetEnvBusinessEntityType value as specified.
setTargetLogicalColumnName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetLogicalColumnName as specified.
setTargetNaturalKeyFlag(boolean) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetNaturalKeyFlag as specified.
setTargetObjectId(int) - Method in class com.ads.api.beans.bgm.Association
Sets the targetObjectId of the association object.
setTargetObjectTypeId(int) - Method in class com.ads.api.beans.bgm.Association
Sets the targetObjectTypeId of the association object.
setTargetPrimaryKeyFlag(boolean) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetPrimaryKeyFlag as specified.
setTargetSDIDescription(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetSDIDescription as specified.
setTargetSDIFlag(boolean) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetSDIFlag as specified.
setTargetSystemEnvironmentName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetSystemEnvironmentName as specified.
setTargetSystemId(int) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetSystemId as specified.
setTargetSystemName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetSystemName as specified.
setTargetSystems(MMSystemMap) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
setTargetTableAlias(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetTableAlias as specified.
setTargetTableBusinessEntityType(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetTableBusinessEntityType value as specified.
setTargetTableClass(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetTableClass as specified.
setTargetTableName(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetTableName as specified.
setTargetTableType(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetTableType value as specified.
setTargetUpdateStrategy(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the targetUpdateStrategy as specified.
setTargetUpdateStrategy(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setTargetUpgateStrategyNotes(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the targetUpgateStrategyNotes as specified.
setTargetUpgateStrategyNotes(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setTargetXPath(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the targetXPath as specified.
setTestCaseComments(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testCaseComments as specified.
setTestCaseId(String) - Method in class com.ads.api.beans.tm.TestCase
Returns the testCaseId
setTestCaseId(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
TestCaseId is set as the specified testCaseId.
setTestCaseLabel(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testCaseLabel as specified.
setTestCaseLevel(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testCaseLevel as specified.
setTestCaseName(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testCaseName as specified.
setTestCaseTypeId(String) - Method in class com.ads.api.beans.tm.TestCase
Returns the testCaseTypeId as specified.
setTestConnectionOnCheckout(boolean) - Method in class com.icc.util.DBProperties
 
setTestConnectionPeriodically(boolean) - Method in class com.ads.mm.db.util.DBHelper
Sets the testConnectionPeriodically value as specified.
setTestConnectionPeriodically(boolean) - Method in class com.icc.util.DBProperties
Sets the testConnectionPeriodically value as specified.
setTestConnectionQuery(String) - Method in class com.ads.mm.db.util.DBHelper
Sets the testConnectionQuery as specified.
setTestConnectionQuery(String) - Method in class com.icc.util.DBProperties
Sets the testConnectionQuery as specified.
setTestConnectionQueryOnCheckOut(String) - Method in class com.icc.util.DBProperties
 
setTestDisposition(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the testDisposition as specified.
setTestDisposition(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setTestDocApprovalDate(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the TestCase Document ApprovalDate as specified.
setTestDocId(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testCaseDocId as specified.
setTestDocIntededUseDescr(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testCaseDoc intendedUserDescription as specified.
setTestDocName(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testDocName as specified.
setTestDocObject(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testDocumentObject as specified.
setTestDocOwner(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testCaseDocument Owner as specified.
setTestDocType(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testCaseDocument Type as specified.
setTestingNotes(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the testingNotes as specified.
setTestingNotes(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setTestSQLScript(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testSQLScript as specified.
setTestStepComments(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testStepComments as specified.
setTestTypeName(String) - Method in class com.ads.api.beans.tm.TestCase
Sets the testTypeName as specified.
setText(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the text value.
setTitle(String) - Method in class com.ads.api.beans.bgm.AssetType
Method sets the assetType title as specified.
setTitleForward(String) - Method in class com.ads.api.beans.bgm.Relationship
Sets the titleForward of the relationship object.
setTitleReverse(String) - Method in class com.ads.api.beans.bgm.Relationship
Sets the titleReverse of the relationship object.
setTooltip(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the tooltip value
setTotalDBSizeInGB(String) - Method in class com.ads.api.beans.sm.SMSystem
Sets the totalDBSizeInGB as specified.
setTotalRowsCount(int) - Method in class com.ads.api.beans.sm.SMTable
Sets the totalRowsCount as specified.
setTotalRowsCount(int) - Method in class com.ads.mm.db.dao.DBTable
 
setTotalTableCount(int) - Method in class com.ads.api.beans.sm.SMSystem
Sets the totalTableCount as specified.
setTransactionIsolation(String) - Method in class com.ads.mm.db.util.DBHelper
 
setTransactionIsolation(String) - Method in class com.icc.util.DBProperties
 
setTransformationLookupCondition(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the transformationLookupCondition as specified.
setTransformations(MMMappingTransformationMap) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
setTransformationScope(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the transformationScope as specified.
setTransLookupCondition(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setTransName(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the transName as specified.
setTreatFirstRowAsHeader(boolean) - Method in class com.ads.api.beans.common.ImportHelper
Method sets the treatFirstRowAsHeader value for the specified file.
setTreatFirstRowAsHeader(boolean) - Method in class com.ads.api.beans.mm.helper.MappingImportHelper
Sets the value of treateFirstRowAsHeader as specified.
setTreatLengthAsPrecision(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
setType(Role.RoleType) - Method in class com.ads.api.beans.rsm.Role
Method sets the type to the Role.
setType(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the type value.
setType(String) - Method in class com.ads.api.beans.sm.SMIndex
Method sets the type to the Index object as specified.
setType(String) - Method in class com.ads.mm.db.dao.DBIndex
 
setUiType(KeyValue.UIType) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the uiType value.
setUIType(KeyValue.UIType) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the uiType value.
setUnionAllRequired(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
setUniqueName(String) - Method in class com.ads.mm.etl.xml.mapping.MMUUID
 
setUniqueness(String) - Method in class com.ads.api.beans.sm.SMIndex
Method sets the uniqueness to the Index object as specified.
setUniqueness(String) - Method in class com.ads.mm.db.dao.DBIndex
 
setUpdateColumnELNFlag(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setUpdateSourceMetadata(boolean) - Method in class com.ads.api.beans.mm.Mapping
Method sets the updateSourceMetadata as specified.
setUpdateTableELNFlag(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setUpdateTargetMetadata(boolean) - Method in class com.ads.api.beans.mm.Mapping
Method sets the updateTargetMetadata as specified.
setUrl(String) - Method in class com.icc.util.DBProperties
Sets the URL as specified.
setUsedInGapAnalysis(boolean) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the usedInGapAnalysis as specified.
setUsedInGapAnalysis(boolean) - Method in class com.ads.api.beans.sm.SMTable
Sets the usedInGapAnalysis value as specified.
setUsedInGapAnalysis(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the usedInGapAnalysis value as specified.
setUsedInGapAnalysis(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the usedInGapAnalysis as specified.
setUserData(Object) - Method in class com.ads.api.beans.common.LineageEdge
Method sets the user data to this object like Mapping Sequence Id etc..
setUserData(Object) - Method in class com.ads.mm.db.dao.DBColumn
Sets the userData as specified.
setUserData(Object) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the userData as specified.
setUserData(Object) - Method in class com.ads.mm.db.dao.DBIndex
 
setUserData(Object) - Method in class com.ads.mm.db.dao.DBTable
Sets the userData as specified.
setUserData(Object) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
setUserData(String) - Method in class com.ads.api.beans.common.BasicNode
 
setUserData(String, String) - Method in class com.ads.api.beans.common.Document
Method sets the userData as specified.
setUserData(HashMap<String, String>) - Method in class com.ads.api.beans.common.Document
Method sets the userData as specified.
setUserData(Map<String, Object>) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the userData as Specified.
setUserDefined1(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField1 value as specified.
setUserDefined1(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined1(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined1(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the UserDefinedField1 value as specified.
setUserDefined1(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the userDefined Field as specified.
setUserDefined1(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the userDefined1 Field as specified.
setUserDefined1(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the userDefined1 as specified.
setUserDefined1(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined10(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField10 value as specified.
setUserDefined10(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined10(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined10(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the UserDefinedField10 value as specified.
setUserDefined10(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the userDefined field as specified.
setUserDefined10(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the userDefined10 field as specified.
setUserDefined10(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the userDefined10 as specified.
setUserDefined10(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined11(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField11 value as specified.
setUserDefined11(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined11(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined11(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined12(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField12 value as specified.
setUserDefined12(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined12(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined12(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined13(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField13 value as specified.
setUserDefined13(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined13(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined13(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined14(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField14 value as specified.
setUserDefined14(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined14(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined14(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined15(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField15 value as specified.
setUserDefined15(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined15(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefined value as specified.
setUserDefined15(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined16(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField16 value as specified.
setUserDefined16(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined16(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined17(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField17 value as specified.
setUserDefined17(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined17(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined18(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField18 value as specified.
setUserDefined18(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined18(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined19(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField19 value as specified.
setUserDefined19(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined19(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined2(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the userDefined2 value as specified.
setUserDefined2(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined2(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined2(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the UserDefinedField2 value as specified.
setUserDefined2(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the userDefined Field as specified.
setUserDefined2(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the userDefined2 Field as specified.
setUserDefined2(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the userDefined2 as specified.
setUserDefined2(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined20(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField20 value as specified.
setUserDefined20(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined20(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined21(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField21 value as specified.
setUserDefined21(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined21(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined22(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField22 value as specified.
setUserDefined22(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined22(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined23(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField23 value as specified.
setUserDefined23(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined23(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined24(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField24 value as specified.
setUserDefined24(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined24(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined25(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField25 value as specified.
setUserDefined25(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined25(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined26(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField26 value as specified.
setUserDefined26(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined26(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined27(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField27 value as specified.
setUserDefined27(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined27(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined28(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField28 value as specified.
setUserDefined28(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined28(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined29(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField29 value as specified.
setUserDefined29(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined29(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined3(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField3 value as specified.
setUserDefined3(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined3(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined3(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the UserDefinedField3 value as specified.
setUserDefined3(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the userDefined Field as specified.
setUserDefined3(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the userDefined3 Field as specified.
setUserDefined3(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the userDefined3 as specified.
setUserDefined3(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined30(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField30 value as specified.
setUserDefined30(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined30(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined31(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField31 value as specified.
setUserDefined31(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined31(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined32(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField32 value as specified.
setUserDefined32(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined32(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined33(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField33 value as specified.
setUserDefined33(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined33(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined34(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField34 value as specified.
setUserDefined34(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined34(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined35(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField35 value as specified.
setUserDefined35(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined35(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined36(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField36 value as specified.
setUserDefined36(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined36(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined37(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField37 value as specified.
setUserDefined37(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined37(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined38(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField38 value as specified.
setUserDefined38(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined38(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined39(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField39 value as specified.
setUserDefined39(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined39(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined4(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField4 value as specified.
setUserDefined4(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined4(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined4(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the UserDefinedField4 value as specified.
setUserDefined4(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the userDefined Field as specified.
setUserDefined4(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the userDefined4 Field as specified.
setUserDefined4(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the userDefined4 as specified.
setUserDefined4(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined40(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField40 value as specified.
setUserDefined40(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined40(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined41(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the userDefined41 value as specified.
setUserDefined41(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined41(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined42(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the userDefined42 value as specified.
setUserDefined42(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined42(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined43(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the userDefined43 value as specified.
setUserDefined43(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined43(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined44(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the userDefined44 value as specified.
setUserDefined44(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined44(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined45(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the userDefined45 value as specified.
setUserDefined45(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined45(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined46(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined46(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined47(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined47(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined48(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined48(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined49(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined49(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined5(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField5 value as specified.
setUserDefined5(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined5(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined5(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the UserDefinedField5 value as specified.
setUserDefined5(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the userDefined Field as specified.
setUserDefined5(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the userDefined Field5 as specified.
setUserDefined5(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the userDefined5 as specified.
setUserDefined5(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined50(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined50(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined6(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField6 value as specified.
setUserDefined6(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined6(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined6(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the UserDefinedField6 value as specified.
setUserDefined6(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the userDefined field as specified.
setUserDefined6(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the userDefined6 field as specified.
setUserDefined6(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the userDefined6 as specified.
setUserDefined6(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined7(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField7 value as specified.
setUserDefined7(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined7(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined7(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the UserDefinedField7 value as specified.
setUserDefined7(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the userDefined field as specified.
setUserDefined7(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the userDefined7 field as specified.
setUserDefined7(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the userDefined7 as specified.
setUserDefined7(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined8(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField8 value as specified.
setUserDefined8(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined8(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined8(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the UserDefinedField8 value as specified.
setUserDefined8(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the userDefined field as specified.
setUserDefined8(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the userDefined8 field as specified.
setUserDefined8(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the userDefined8 as specified.
setUserDefined8(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefined9(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the UserDefinedField9 value as specified.
setUserDefined9(String) - Method in class com.ads.api.beans.mm.MappingSpecificationRow
Method sets the userDefinedField value as specified.
setUserDefined9(String) - Method in class com.ads.api.beans.mm.Subject
Method sets the userDefinedField value as specified.
setUserDefined9(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the UserDefinedField9 value as specified.
setUserDefined9(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the userDefined field as specified.
setUserDefined9(String) - Method in class com.ads.mm.db.dao.DBColumn
Sets the userDefined9 field as specified.
setUserDefined9(String) - Method in class com.ads.mm.db.dao.DBTable
Sets the userDefined9 as specified.
setUserDefined9(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
setUserDefinedField1(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the UserDefinedField1 as specified to the business policy.
setUserDefinedField1(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the userDefinedField1 as specified to the Business Term.
setUserDefinedField1(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the userDefinedField1 as specified.
setUserDefinedField10(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the userDefinedField10 as specified to the business policy.
setUserDefinedField10(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the userDefinedField10 as specified to the Business Term.
setUserDefinedField10(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the userDefinedField10 as specified.
setUserDefinedField2(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the userDefinedField2 as specified to the business policy.
setUserDefinedField2(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the userDefinedField2 as specified to the Business Term.
setUserDefinedField2(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the userDefinedField2 as specified.
setUserDefinedField3(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the userDefinedField3 as specified to the business policy.
setUserDefinedField3(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the userDefinedField3 as specified to the Business Term.
setUserDefinedField3(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the userDefinedField3 as specified.
setUserDefinedField4(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the userDefinedField4 as specified to the business policy.
setUserDefinedField4(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the userDefinedField4 as specified to the Business Term.
setUserDefinedField4(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the userDefinedField4 as specified.
setUserDefinedField5(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the userDefinedField5 as specified to the business policy
setUserDefinedField5(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the userDefinedField5 as specified to the Business Term.
setUserDefinedField5(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the userDefinedField5 as specified.
setUserDefinedField6(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the userDefinedField6 as specified to the business policy.
setUserDefinedField6(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the userDefinedField6 as specified to the Business Term.
setUserDefinedField6(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the userDefinedField6 as specified.
setUserDefinedField7(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the userDefinedField7 as specified to the business policy.
setUserDefinedField7(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the userDefinedField7 as specified to the Business Term.
setUserDefinedField7(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the userDefinedField7 as specified.
setUserDefinedField8(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the userDefinedField8 as specified to the business policy.
setUserDefinedField8(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the userDefinedField8 as specified to the Business Term.
setUserDefinedField8(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the userDefinedField8 as specified.
setUserDefinedField9(String) - Method in class com.ads.api.beans.bgm.BusinessPolicy
Sets the userDefinedField9 as specified to the business policy.
setUserDefinedField9(String) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the userDefinedField9 as specified to the Business Term.
setUserDefinedField9(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the userDefinedField9 as specified.
setUseReferenceId(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setUserId(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the userId as specified.
setUserId(String) - Method in class com.erwin.api.beans.scheduler.SchedulerJob
 
setUserName(String) - Method in class com.icc.util.DBProperties
Sets the userName as specified.
setUserObject(T) - Method in class com.icc.util.RequestStatus
Sets the userObject as specified.
setUseSQLExtractQuery(boolean) - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
setUUID(String) - Method in class com.ads.mm.etl.xml.mapping.MMUUID
 
setValid(boolean) - Method in class com.ads.api.beans.bgm.BusinessTerm
Sets the valid value as specified.
setValid(boolean) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the valid Value as specified.
setValid(boolean) - Method in class com.ads.api.beans.sm.SMTable
Sets the valid value as specified.
setValid(boolean) - Method in class com.ads.mm.db.dao.DBColumn
Sets the valid as specified.
setValid(boolean) - Method in class com.ads.mm.db.dao.DBTable
Sets the valid as specified.
setValidateData(boolean) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the validateData as true or false.
setValidateData(boolean) - Method in class com.ads.mm.db.util.DBHelper
 
setValidateTransName(boolean) - Method in class com.ads.mm.db.dao.DBTable
 
setValidationFailedResults(DataValidationStatus) - Method in class com.ads.mm.db.dao.DBOperationHelper
 
setValidationResult(String, DataValidationType, JSONObject) - Method in class com.ads.mm.db.dao.DBOperationHelper
 
setValidationStepId(int) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
ValidationStepId is set as specified ValidationStepId.
setValidationStepMap(Map<String, TestCaseValidationStep>) - Method in class com.ads.api.beans.tm.TestCase
Sets the validationStepMap as specified.
setValidationStepType(String) - Method in class com.ads.api.beans.tm.TestCaseValidationStep
validationStepType is set as the specified validationStepType.
setValidExcelCase(boolean) - Method in class com.ads.api.beans.tm.TestCase
Sets the validExcelCase as specified.
setValidValues(List<CodeValue>) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the CodeValue objects as specified.
setValidValues(List<CodeVo>) - Method in class com.ads.mm.db.dao.DBColumn
 
setValue(String) - Method in class com.ads.api.beans.csm.CodeValue
Sets the value as specified.
setValue(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the value as specified
setValueRefId(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the valueRefId value
setValueStyle(String) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the valueStyle value.
setVersion(float) - Method in class com.ads.api.beans.csm.Codeset
Sets the version as specified.
setVersion(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the version as specified.
setVersion(String) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the version as specified.
setVersionIfChangesExists(boolean) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the versionIfChangesExists as specified.
setVersionlabel(String) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
setVersionLabel(String) - Method in class com.ads.api.beans.csm.Codeset
Sets the versionLabel as specified.
setVersionLabel(String) - Method in class com.ads.api.beans.mm.Mapping
Method sets the versionLabel as specified.
setVersionLabel(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the versionLabel as specified.
setVersionLabel(String) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the versionLabel as specified.
setViewCount(int) - Method in class com.ads.mm.db.dao.DBEnvironment
 
setVisibility(int) - Method in class com.ads.api.beans.kv.KeyValue
Method sets the visibility value.
setVisibility(int) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the visibility as specified.
setVisibility(int) - Method in class com.ads.mm.db.dao.DBEnvironment
Sets the visibility as specified.
setWorkflowStatus(String) - Method in class com.ads.api.beans.bgm.BusinessObject
Sets the workflowStatus to the business object.
setWorkflowStatus(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the work flow status value as specified.
setWorkflowStatus(String) - Method in class com.ads.api.beans.sm.SMEnvironment
Method sets the workflowStatus as specified.
setWorkflowStatus(String) - Method in class com.ads.api.beans.sm.SMTable
Sets the work flow status to the table as specified.
setXpath(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn.AppendedColumn
 
setXPath(String) - Method in class com.ads.api.beans.sm.SMColumn
Method sets the xPath as specified.
setXPath(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
SISI_PSEUDOCODE - Enum constant in enum class com.ads.api.beans.mm.Project.ProjectETL
 
SKIP - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DBOperation
SKIP is the DBOperation wherein none of the operations are performed upon them.
SM_COLUMN - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
SM_COLUMN nodeType is used to refer when the node we access is a column under any of the tables.
SM_COLUMN - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_COLUMN can have SM_COLUMN.
SM_COLUMN_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_COLUMN_ID can have ID of SM_COLUMN.
SM_COMPONENT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_COMPONENT can have SM_COMPONENT.
SM_COMPONENT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_COMPONENT_ID can have ID of SM_COMPONENT.
SM_DATABASE_OPTIONS - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_DATABASE_OPTIONS can have SM_DATABASE_OPTIONS.
SM_DATABASE_OPTIONS_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_DATABASE_OPTIONS_ID can have ID of SM_DATABASE_OPTIONS.
SM_DQ_SCORE_TYPE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an MM_PROJECTS can have MM_PROJECTS.
SM_DQ_SCORE_TYPE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_DQ_SCORE_TYPE_ID can have SM_DQ_SCORE_TYPE.
SM_ENVIRONMENT - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
SM_ENVIRONMENT nodeType is used to refer when the node we access is a environment of any system.
SM_ENVIRONMENT - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_ENVIRONMENT can have SM_ENVIRONMENT.
SM_ENVIRONMENT_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_ENVIRONMENT_ID can have ID of SM_ENVIRONMENT.
SM_FIELD - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_FIELD can have SM_FIELD.
SM_FIELD_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_FIELD_ID can have ID of SM_FIELD.
SM_INDEX - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_INDEX can have SM_INDEX.
SM_INDEX_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_INDEX_ID can have SM_INDEX.
SM_METADATA - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
 
SM_METADATA - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_METADATA can have SM_METADATA.
SM_METADATA_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_METADATA_ID can have ID of SM_METADATA.
SM_SYSTEM - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
SM_SYSTEM nodeType is used to refer when the node we access is a system under metaData node.
SM_SYSTEM - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_SYSTEM can have SM_SYSTEM.
SM_SYSTEM_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_SYSTEM_ID can have ID of SM_SYSTEM.
SM_TABLE - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
SM_TABLE nodeType is used to refer when the node we access is a table under any of the environments.
SM_TABLE - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_TABLE can have SM_TABLE.
SM_TABLE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an SM_TABLE_ID can have ID of SM_TABLE.
SMColumn - Class in com.ads.api.beans.sm
This class provides some beans control methods related to Column, Table in which the Column is present and its related Audit History Details.
SMColumn() - Constructor for class com.ads.api.beans.sm.SMColumn
 
SMColumn(String) - Constructor for class com.ads.api.beans.sm.SMColumn
 
SMColumn.SMColumnType - Enum Class in com.ads.api.beans.sm
The constants of this enumerated type are used to specify the ColumnType such as Tables, Columns and Columns being treated as Tables.
SMEnvironment - Class in com.ads.api.beans.sm
This class provides some beans control methods related to Environment, Database Details in which the Environment is present and its related Audit History Details.
SMEnvironment() - Constructor for class com.ads.api.beans.sm.SMEnvironment
 
SMEnvironment(int, Date, byte[], boolean, boolean, boolean, boolean, int, int, int, int, int, AuditHistory, boolean, int, String, String) - Constructor for class com.ads.api.beans.sm.SMEnvironment
 
SMEnvironment.DatabaseType - Enum Class in com.ads.api.beans.sm
These constants are used to specify whether the DatabaseType is of any of the listed Types : Excel, CWM, ETL, XMI, ERWin, Access,DSV,JSON, XSD, SqlServer, Oracle, SqlServerWindows, GreenPlum, TeraData, VERTICA, Pervasive, DB2, MySQL, SYBASE, SAP, BigDataCloudera, BigDataHortonWorks, BigDataMapR, NETEZZA, AmazonRedshift, Salesforce, Snowflake, Databricks, Postgresql, BigQuery, Other.
SMIndex - Class in com.ads.api.beans.sm
The SMIndex class contains several useful class fields and methods related to SMIndex.
SMIndex() - Constructor for class com.ads.api.beans.sm.SMIndex
 
SMNode - Class in com.ads.api.beans.sm
This class provides some beans control methods related to SMNode, where in it specifies the nodeType, which can be System, Environment, Table, Column, Component and Field.
SMNode() - Constructor for class com.ads.api.beans.sm.SMNode
 
SMNode.SMNodeType - Enum Class in com.ads.api.beans.sm
The constants of this enumerated type provides a simple classification and used to specify the NodeType such as System, Environment, Table, Column, Component or Field.
SMSchema - Class in com.ads.api.beans.sm
This class provides some beans control methods related to Schema, and its related Audit History Details.
SMSchema() - Constructor for class com.ads.api.beans.sm.SMSchema
 
SMSchema(String) - Constructor for class com.ads.api.beans.sm.SMSchema
 
SMSystem - Class in com.ads.api.beans.sm
This class provides some beans control methods related to System, and its related Audit History Details.
SMSystem() - Constructor for class com.ads.api.beans.sm.SMSystem
 
SMSystem(int, int, int, int, AuditHistory) - Constructor for class com.ads.api.beans.sm.SMSystem
 
SMTable - Class in com.ads.api.beans.sm
This class provides some beans control methods related to Table and the Environment in which the Table is created and its related Audit History Details.
SMTable() - Constructor for class com.ads.api.beans.sm.SMTable
 
SMTable(String) - Constructor for class com.ads.api.beans.sm.SMTable
 
SMTable.SMTableType - Enum Class in com.ads.api.beans.sm
The constants of this enumerated type provides a simple classification of the declared elements.
Snowflake - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Snowflake is an analytic data warehouse provided as Software-as-a-Service (SaaS) Snowflake's data warehouse is not built on an existing database or “big data” software platform such as Hadoop.
Snowflake - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Snowflake is an analytic data warehouse provided as Software-as-a-Service (SaaS) Snowflake's data warehouse is not built on an existing database or “big data” software platform such as Hadoop.
SNOWFLAKE - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
Snowflake
SOURCE - Enum constant in enum class com.ads.api.beans.common.APIConstants.EndPointType
SOURCE - Refers to Source Type in Lineage / Mapping Row
SOURCE_MAP - Enum constant in enum class com.ads.mm.etl.xml.mapping.MMSystemMap.Type
 
SPANISH - Enum constant in enum class com.ads.api.beans.common.APIConstants.LanguagePreference
 
SPECIFIC_VERSION - Enum constant in enum class com.ads.api.beans.common.APIConstants.VersionMode
SPECIFIC_VERSION - Refers to a particular version.
SqlServer - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Microsoft SQL Server is a relational database management system with the primary function of storing and retrieving data as requested by other software applications.
SqlServer - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Microsoft SQL Server is a relational database management system with the primary function of storing and retrieving data as requested by other software applications.
SQLSERVER - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
Microsoft SQL Server is a relational database management system with the primary function of storing and retrieving data as requested by other software applications.
SqlServerWindows - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
SQL Server also makes the databases available via Windows Authentication.
SqlServerWindows - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
SQL Server also makes the databases available via Windows Authentication.
SQLSERVERWINDOWS - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
SQL Server also makes the databases available via Windows Authentication.
SSIS_2008 - Enum constant in enum class com.ads.api.beans.mm.helper.MappingImportHelper.ImportFileType
SSIS_2008 ImportFileType is used to refer when the fileType we import is SSIS_2008.
SU_0000 - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
 
Subject - Class in com.ads.api.beans.mm
This class provides some beans control methods related to Subject such as name, description etc...and its Audit Specifications.
Subject() - Constructor for class com.ads.api.beans.mm.Subject
 
SUCCESS - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
 
SUCCESS - Static variable in class com.icc.util.RequestStatus
 
SUCCESS_IDS - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an SUCCESS_IDS can have SUCCESS_IDS.
SUCESS_CFX_IMPORT_INSERT - Static variable in class com.ads.api.beans.common.RequestStatusConstants
 
SUCESS_CFX_IMPORT_SKIP - Static variable in class com.ads.api.beans.common.RequestStatusConstants
 
SUCESS_CFX_WORKFLOW_IMPORT_INSERT - Static variable in class com.ads.api.beans.common.RequestStatusConstants
 
SUCESS_CFX_WORKFLOW_IMPORT_SKIP - Static variable in class com.ads.api.beans.common.RequestStatusConstants
 
SUPPORT_MAP - Enum constant in enum class com.ads.mm.etl.xml.mapping.MMSystemMap.Type
 
Sybase - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
SYBASE is an enterprise software that manages and analyzes the information in relational databases.
Sybase - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
SYBASE is an enterprise software that manages and analyzes the information in relational databases.
SYBASE - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
SYBASE is an enterprise software that manages and analyzes the information in relational databases.
syncLineageData() - Method in class com.ads.api.util.LineageUtil
 
syncLineageData(String, String) - Method in class com.ads.services.webservice.LineageService
It will sync the lineage data.
syncMetadata(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
This function is used to sync the source and target metadata information in mapping specifications for the specified map Ids.
syncMetadata(List<Integer>) - Method in class com.ads.api.util.MappingManagerUtil
This function is used to sync the source and target metadata information in mapping specifications for the specified mappingIds.
syncMetadata(List<Integer>) - Method in class com.ads.services.webservice.rest.MappingManagerResource
 
syncMetadataAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
This function is used to sync the source and target metadata information in mapping specifications for the specified mapIds.
SYNONYM - Enum constant in enum class com.ads.api.beans.sm.SMTable.SMTableType
SYNONYM specifies the table which is created is of a SYNONYM type.
SYNONYM - Enum constant in enum class com.ads.mm.db.dao.DBTable.TableType
Synonym is alternate name given to table, view, sequence or program unit.
SYSTEM - Enum constant in enum class com.ads.api.beans.common.APIConstants.DefinedBy
SYSTEM - Refers to defined by is SYSTEM.
SYSTEM - Enum constant in enum class com.ads.api.beans.common.APIConstants.sdiFillOptions
Integer value = 1
SYSTEM - Enum constant in enum class com.ads.api.beans.sm.SMNode.SMNodeType
SMNodeType value SYSTEM refers to the new system which is created in metaData Repository.
SYSTEM_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
SystemManagerService - Class in com.ads.services.webservice
Contains the methods which performs the operations like Creation, Update, Deletion and Retrieval of Systems, Environments, Tables, and Columns.
SystemManagerService() - Constructor for class com.ads.services.webservice.SystemManagerService
 
SystemManagerUtil - Class in com.ads.api.util
Contains the methods which performs the operations like Creation, Update, Deletion and Retrieval of Systems, Environments, Tables, and Columns.
SystemResource - Class in com.ads.services.webservice.rest
Contains the methods which performs the operations like Creation, Update, Deletion and Retrieval of Systems, Environments, Tables, and Columns.
SystemResource() - Constructor for class com.ads.services.webservice.rest.SystemResource
 

T

TABLE - Enum constant in enum class com.ads.api.beans.common.APIConstants.sdiFillOptions
Integer value = 4
TABLE - Enum constant in enum class com.ads.api.beans.sm.SMNode.SMNodeType
SMNodeType value TABLE refers to the new table which is created under a environment in a system in the metaData Repository.
TABLE - Enum constant in enum class com.ads.api.beans.sm.SMTable.SMTableType
TABLE specifies the table which is created is of a TABLE type.
TABLE - Enum constant in enum class com.ads.mm.db.dao.DBTable.TableType
Table is a unit of data storage, which holds all user accessible data.
TABLE_BUSINESS_ENTITY_TYPE - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
TABLE_COLUMNS - Enum constant in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
Integer value = 2
TABLE_EXTENDED_PROPERTIES - Enum constant in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
Integer value = 4
TABLE_INDEXES - Enum constant in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
Integer value = 1
TABLE_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
TABLE_TYPE - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
TABLES - Enum constant in enum class com.ads.api.beans.common.APIConstants.ELNScope
Integer value = 1
Tag - Class in com.ads.api.beans.common
 
Tag() - Constructor for class com.ads.api.beans.common.Tag
 
TAG - Enum constant in enum class com.ads.api.beans.common.Node.NodeType
TAG nodeType is used to refer when the node we access is Tag.
TAG - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an TAG can have TAG.
TAG_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an TAG_ID can have ID of TAG.
TagResource - Class in com.ads.services.webservice.rest
Contains the methods which performs the operations like creation, update, deletion and retrieval of tags.
TagResource() - Constructor for class com.ads.services.webservice.rest.TagResource
 
TagService - Class in com.ads.services.webservice
Contains the methods which performs the operations like creation, update, deletion and retrieval of tags.
TagService() - Constructor for class com.ads.services.webservice.TagService
 
TagUtil - Class in com.ads.api.util
Contains the methods which performs the operations like creation, update, deletion and retrieval of tags.
TALEND_PSEUDOCODE - Enum constant in enum class com.ads.api.beans.mm.Project.ProjectETL
 
TARGET - Enum constant in enum class com.ads.api.beans.common.APIConstants.EndPointType
TARGET - Refers to Target Type in Lineage / Mapping Row
TARGET_MAP - Enum constant in enum class com.ads.mm.etl.xml.mapping.MMSystemMap.Type
 
TCM_TESTCASE_DOC - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an TCM_TESTCASE_DOC can have TCM_TESTCASE_DOC.
TCM_TESTCASE_DOC_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an TCM_TESTCASE_DOC_ID can have ID of TCM_TESTCASE_DOC.
TECHNICAL - Enum constant in enum class com.ads.api.beans.common.APIConstants.PropertiesType
TECHNICAL - Refers to Technical Properties of a column in Lineage / Mapping Row.
Teradata - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
TERADATA delivers high performance, diverse queries, in-database analytics & sophisticated workload management.
Teradata - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
TERADATA delivers high performance, diverse queries, in-database analytics & sophisticated workload management.
TERADATA - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
TERADATA delivers high performance, diverse queries, in-database analytics & sophisticated workload management.
TEST_MANAGER - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
TestCase - Class in com.ads.api.beans.tm
This class provides some beans control methods related to TestCase, testCaseName, its Description, testCaseLabel, testSQLScript, stepName, projectName, subjectName, expectedResult, actualResult, testCaseComments, testStepComments, validationStepStatus, validationStepType, testDocName, testDocOwner, AuditHistory Details etc...
TestCase() - Constructor for class com.ads.api.beans.tm.TestCase
 
TESTCASE_PLAN - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an TESTCASE_PLAN can have TESTCASE_PLAN.
TESTCASE_PLAN_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an TESTCASE_PLAN_ID can have TESTCASE_PLAN.
TestCaseValidationStep - Class in com.ads.api.beans.tm
This class provides some beans control methods related to TestCase ValidationStep, stepName, its Description, Status, ExpectedResult, ActualResult and AuditHistory Details.
TestCaseValidationStep() - Constructor for class com.ads.api.beans.tm.TestCaseValidationStep
 
TestManagerService - Class in com.ads.services.webservice
Contains the methods which performs the operations like Creation, Update, Deletion and Retrieval of TestCase, TestCases, ValidationStep, and ValidationSteps.
TestManagerService() - Constructor for class com.ads.services.webservice.TestManagerService
 
TestManagerUtil - Class in com.ads.api.util
Contains the methods which performs the operations like Creation, Update, Deletion and Retrieval of TestCase, TestCases, ValidationStep, and ValidationSteps.
TEXTAREA - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 
TEXTBOX - Enum constant in enum class com.ads.api.beans.kv.KeyValue.UIType
 
TODO_TASK - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an TODO_TASK can have TODO_TASK.
TODO_TASK_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an TODO_TASK_ID can have ID of TODO_TASK.
toInt() - Method in enum class com.ads.api.beans.common.APIConstants.BGMFillOptions
 
toInt() - Method in enum class com.ads.api.beans.common.APIConstants.CSMFillOptions
 
toInt() - Method in enum class com.ads.api.beans.common.APIConstants.ELNScope
 
toInt() - Method in enum class com.ads.api.beans.common.APIConstants.MMFillOptions
 
toInt() - Method in enum class com.ads.api.beans.common.APIConstants.RSMFillOptions
 
toInt() - Method in enum class com.ads.api.beans.common.APIConstants.sdiFillOptions
 
toInt() - Method in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
 
toInt() - Method in enum class com.ads.api.beans.kv.KeyValue.DisplayPolicy
 
toJSON() - Method in class com.ads.mm.db.dao.DataValidationStatus
 
toString() - Method in class com.ads.api.beans.bgm.AssetType
 
toString() - Method in class com.ads.api.beans.bgm.Association
 
toString() - Method in class com.ads.api.beans.bgm.BusinessObject
 
toString() - Method in class com.ads.api.beans.bgm.BusinessPolicy
 
toString() - Method in class com.ads.api.beans.bgm.BusinessRule
 
toString() - Method in class com.ads.api.beans.bgm.BusinessTerm
 
toString() - Method in class com.ads.api.beans.bgm.Catalog
 
toString() - Method in class com.ads.api.beans.bgm.CustomObject
 
toString() - Method in class com.ads.api.beans.bgm.Relationship
 
toString() - Method in enum class com.ads.api.beans.common.APIConstants.ExpiryType
Returns the String representation.
toString() - Method in enum class com.ads.api.beans.common.APIConstants.ExportOption
 
toString() - Method in enum class com.ads.api.beans.common.APIConstants.JOBInterval
 
toString() - Method in enum class com.ads.api.beans.common.APIConstants.JOBType
 
toString() - Method in enum class com.ads.api.beans.common.APIConstants.LanguagePreference
 
toString() - Method in enum class com.ads.api.beans.common.APIConstants.MetadataScanAction
 
toString() - Method in enum class com.ads.api.beans.common.APIConstants.Module
Returns the String representation.
toString() - Method in enum class com.ads.api.beans.common.APIConstants.OutputFormat
 
toString() - Method in enum class com.ads.api.beans.common.APIConstants.UserAccountStatus
 
toString() - Method in class com.ads.api.beans.common.AuditHistory
 
toString() - Method in class com.ads.api.beans.common.SDIClassification
 
toString() - Method in class com.ads.api.beans.common.Tag
 
toString() - Method in class com.ads.api.beans.csm.Category
 
toString() - Method in class com.ads.api.beans.csm.Codeset
 
toString() - Method in class com.ads.api.beans.csm.CodeValue
 
toString() - Method in class com.ads.api.beans.csm.CSMEnvironment
 
toString() - Method in enum class com.ads.api.beans.kv.KeyValue.UIType
 
toString() - Method in class com.ads.api.beans.mm.Mapping
 
toString() - Method in class com.ads.api.beans.mm.MappingSpecificationRow
 
toString() - Method in class com.ads.api.beans.sm.SMColumn
 
toString() - Method in class com.ads.api.beans.sm.SMEnvironment
 
toString() - Method in class com.ads.api.beans.sm.SMSchema
 
toString() - Method in class com.ads.api.beans.sm.SMTable
 
toString() - Method in class com.ads.mm.db.dao.DBColumn
Returns the String Representation.
toString() - Method in class com.ads.mm.db.dao.DBEnvironment
toString() method returns the string representation of the schemas.
toString() - Method in class com.ads.mm.db.dao.DBSchema
Returns the string representation.
toString() - Method in enum class com.ads.mm.db.dao.DBTable.TableType
 
toString() - Method in class com.ads.mm.db.dao.DBTable
Returns the string representation.
toString() - Method in class com.ads.mm.etl.xml.mapping.MMColumnMap
 
toString() - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
toString() - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
toString() - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
toString() - Method in class com.ads.mm.etl.xml.mapping.MMEnvironmentMap
 
toString() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
toString() - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
toString() - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
toString() - Method in class com.ads.mm.etl.xml.mapping.MMTableMap
 
toString() - Method in enum class com.icc.util.DBProperties.DatabaseType
Returns the String representation.
toString(StringBuilder) - Method in class com.ads.mm.etl.xml.mapping.MMColumnMap
 
toString(StringBuilder) - Method in class com.ads.mm.etl.xml.mapping.MMDBColumn
 
toString(StringBuilder) - Method in class com.ads.mm.etl.xml.mapping.MMDBEnvironment
 
toString(StringBuilder) - Method in class com.ads.mm.etl.xml.mapping.MMDBSystem
 
toString(StringBuilder) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 
toString(StringBuilder) - Method in class com.ads.mm.etl.xml.mapping.MMEnvironmentMap
 
toString(StringBuilder) - Method in class com.ads.mm.etl.xml.mapping.MMMappingInfo
 
toString(StringBuilder) - Method in class com.ads.mm.etl.xml.mapping.MMMappingTransformation
 
toString(StringBuilder) - Method in class com.ads.mm.etl.xml.mapping.MMSystemMap
 
toString(StringBuilder) - Method in class com.ads.mm.etl.xml.mapping.MMTableMap
 
toStringTransformations() - Method in class com.ads.mm.etl.xml.mapping.MMMapping
 
trimName(String) - Method in class com.ads.mm.etl.xml.mapping.MMDBTable
 

U

unassignExistingCodesets(Node.NodeType, int) - Method in class com.ads.api.util.CodesetManagerUtil
Unassigns existing codesets for the specified nodeId of nodeType.
unassignExistingCodesets(Node.NodeType, int) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
unassignExistingCodesets(String, String, String, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Unassigns existing codesets for the specified nodeType of nodeId.
unassignExistingCodesetsAs(String, int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Unassigns existing codesets for the specified nodeType of nodeId.
unassignExistingCodesetsAs(String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Deprecated. 
uniqueName - Variable in class com.ads.mm.etl.xml.mapping.MMUUID
 
UNKNOWN - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 
unpublishCodeset(int) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is unpublished for the specified codesetId.
unpublishCodeset(String, String, String, int) - Method in class com.ads.services.webservice.CodesetManagerService
Codeset is unpublished for the specified codesetId.
unpublishCodesetAs(int, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is unpublished for the specified codesetId.
unpublishCodesets(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Codesets are unpublished for the specified list of codesetIds.
unpublishCodesets(List<Integer>) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are unpublished for the specified list of codesetIds.
unpublishCodesetsAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are unpublished for the specified list of codesetIds.
unPublishMap(int) - Method in class com.ads.api.util.MappingManagerUtil
Mapping is unpublished for the specified mapId.
unPublishMap(int) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Mapping is unpublished for the specified mappingId.
unPublishMap(int, Node.NodeType, String, float) - Method in class com.ads.api.util.MappingManagerUtil
Mapping is unpublished for the specified nodeId.Specifying the nodeId, nodeType are mandatory.
unPublishMap(String, String, String, int) - Method in class com.ads.services.webservice.MappingManagerService
Mapping is unpublished for the specified mapId.
unPublishMapAs(int, String) - Method in class com.ads.api.util.MappingManagerUtil
Mapping is unpublished for the specified mapId.Specifying the mapId is mandatory.
unPublishMapAs(int, String, String, float, String) - Method in class com.ads.api.util.MappingManagerUtil
Mapping is unpublished for the specified nodeId.Specifying the nodeId, nodeType are mandatory.
unPublishMapByMapName(String, String, String, String, int, String, float) - Method in class com.ads.services.webservice.MappingManagerService
Mapping is unpublished for the specified nodeId.Specifying the nodeId, nodeType are mandatory.
UnsupportedMapping - Exception in com.ads.mm.etl.xml.mapping.exception
 
UnsupportedMapping() - Constructor for exception com.ads.mm.etl.xml.mapping.exception.UnsupportedMapping
 
UPDATE - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DBOperation
UPDATE is the DBOperation for updating the existing details or in other words any modifications i.e addition or deletion to the existing details.
UPDATE_APPEND - Enum constant in enum class com.ads.api.beans.common.APIConstants.MetadataScanAction
UPDATE_APPEND Operation refers to UpdateExisting and Add New
UPDATE_APPEND - Enum constant in enum class com.icc.util.DBProperties.Operation
UPDATE_APPEND Operation refers to UpdateExisting and Add New
UPDATE_APPEND_INVALIDATE - Enum constant in enum class com.ads.api.beans.common.APIConstants.MetadataScanAction
UPDATE_APPEND Operation refers to UpdateExisting and Add New
UPDATE_APPEND_INVALIDATE - Enum constant in enum class com.icc.util.DBProperties.Operation
UPDATE_APPEND_INVALIDATE Operation refers to UpdateExisting, Add New and Invalidate
UPDATE_KEY_COUNT - Static variable in class com.ads.api.beans.common.APIConstants
A constant holding the String value, an UPDATE_KEY_COUNT can have UPDATE_KEY_COUNT i.e the number of updated keyValues
updateAssetType(AssetType) - Method in class com.ads.api.util.BusinessGlossaryUtil
Updates the assetType with the specified assetType object.
updateAssetType(String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Updates the AssetType with the specified assetType Object in the form of JSON.
updateAssetTypeAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Updates the assetType with the specified assetType object in the form of JSON.
updateAssetTypes(List<AssetType>) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Updates the assetTypes for the specified list of assetType objects.
updateAssociation(Association) - Method in class com.ads.api.util.AssociationUtil
Updates the association for the given association object.
updateAssociation(String, String, String, String) - Method in class com.ads.services.webservice.AssociationService
Updates the association for the given association object.
updateAssociationAs(String, String) - Method in class com.ads.api.util.AssociationUtil
Updates the association for the given association object.
updateAssociations(String, String, String, String) - Method in class com.ads.services.webservice.AssociationService
Updates the associations for the given list of association objects.
updateAssociations(List<Association>) - Method in class com.ads.api.util.AssociationUtil
Updates the associations for the given list of association objects.
updateAssociations(List<Association>) - Method in class com.ads.services.webservice.rest.AssociationResource
This function is used to update the fields(Extended Properties) for the list of associations.
updateAssociationsAs(String, String) - Method in class com.ads.api.util.AssociationUtil
Updates the associations for the given list of association objects.
updateBusinessAssets(List<BusinessObject>) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Updates the businessAssets for the given input list of assets(businessObjects list).
updateCatalog(Catalog) - Method in class com.ads.api.util.BusinessGlossaryUtil
Updates the catalog with the specified catalog object.
updateCatalog(String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Updates the catalog with the specified catalog object i.e in the form of JSON.
updateCatalogAs(String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Updates the catalog with the specified catalog object i.e in the form of JSON.
updateCatalogs(String, String, String, String, int) - Method in class com.ads.services.webservice.BusinessGlossaryService
Updates the list of catalogs for the given catalog objects list i.e in the form of JSONArray.
updateCatalogs(List<Catalog>, int) - Method in class com.ads.api.util.BusinessGlossaryUtil
Updates the catalogs for the specified catalog objects and fillOptions.
updateCatalogs(List<Catalog>, int) - Method in class com.ads.services.webservice.rest.BusinessGlossaryResource
Updates the list of catalogs for the given catalog objects list.
updateCatalogsAs(String, int, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Updates the list of catalogs for the given catalog objects list i.e in the form of JSONArray.
updateCategories(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Categories are updated with the specified category objects.
updateCategories(List<Category>) - Method in class com.ads.api.util.CodesetManagerUtil
Updates the categories with the specified list of category objects.
updateCategoriesAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Updates the list of categories with the specified category objects.
updateCategory(Category) - Method in class com.ads.api.util.CodesetManagerUtil
Updates the category with the specified category object.
updateCategory(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Category is updated with the specified category object.
updateCategoryAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Updates the category with the specified category object.
updateCodeset(Codeset) - Method in class com.ads.api.util.CodesetManagerUtil
Updates the codeset with the specified codeset object.
updateCodeset(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Updates the codeset with the specified codeset object.
updateCodesetAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Updates the codeset with the specified codeset object.
updateCodesets(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Updates the codesets with the specified codeset objects list.
updateCodesets(List<Codeset>) - Method in class com.ads.api.util.CodesetManagerUtil
Updates the codeset with the specified codeset objects list.
updateCodesetsAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Updates the codesets with the specified codeset objects list.
updateCodeValue(CodeValue) - Method in class com.ads.api.util.CodesetManagerUtil
Updates codevalue for the code id specified in the codeValue object.
updateCodeValue(CodeValue, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Updates codevalue for the code id specified in the codevalue object and also updates its extended properties only if updateExtendedProperties flag is true.
updateCodeValue(String, String, String, String, boolean) - Method in class com.ads.services.webservice.CodesetManagerService
Updates codevalue for the codeId specified in the codevalue object and also updates its extended properties only if the updateExtendedProperties flag is true.
updateCodeValueAs(String, boolean, String) - Method in class com.ads.api.util.CodesetManagerUtil
Updates codevalue for the codeId specified in the codevalue object and also updates its extended properties only if updateExtendedProperties flag is true.
updateCodeValues(String, String, String, String, boolean) - Method in class com.ads.services.webservice.CodesetManagerService
Updates list of codevalues for the codeId specified in the each codevalue object and also updates its corresponding extended properties only if the updateExtendedProperties flag is true.
updateCodeValues(List<CodeValue>) - Method in class com.ads.api.util.CodesetManagerUtil
Updates list of codevalues for the code id specified in the list of each codevalue object.
updateCodeValues(List<CodeValue>, boolean) - Method in class com.ads.api.util.CodesetManagerUtil
Updates list of codevalues for the code id specified in the each codevalue object and also updates its corresponding extended properties only if updateExtendedProperties flag is true.
updateCodeValuesAs(String, boolean, String) - Method in class com.ads.api.util.CodesetManagerUtil
Updates list of codevalues for the codeId specified in the each codevalue object and also updates its corresponding extended properties only if updateExtendedProperties flag is true.
updateColumn(SMColumn, boolean) - Method in class com.ads.api.util.SystemManagerUtil
Updates the Column for the specified SMColumn Object.
updateColumn(String, String, String, String, boolean) - Method in class com.ads.services.webservice.SystemManagerService
Updates the Column for the specified SMColumn Object and useReferenceId.
updateColumnAs(String, boolean, String) - Method in class com.ads.api.util.SystemManagerUtil
Updates the Column for the specified SMColumn Object in Json and useReferenceId.
updateColumns(List<SMColumn>, boolean) - Method in class com.ads.services.webservice.rest.SystemResource
Updates the list of columns for the specified list of SMColumn objects and useReferenceId.
updateCSMEnvironment(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Updates the environment with the specified environment object.
updateDataAsset(int, int, JSONObject) - Method in class com.ads.api.util.SystemManagerUtil
 
updateDocument(Document) - Method in class com.ads.api.util.DocumentUtil
Updates Document with the specified document Object.
updateDocument(Node.NodeType, int, String, Document) - Method in class com.ads.api.util.DocumentUtil
Specified documentName is updated with the document Details, of the given nodeId of nodeType.
updateDocument(Node.NodeType, int, String, String) - Method in class com.ads.api.util.DocumentUtil
Deprecated. 
updateDocument(Node.NodeType, int, String, String, APIConstants.FilePathType) - Method in class com.ads.api.util.DocumentUtil
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.
updateDocument(Node.NodeType, Document) - Method in class com.ads.api.util.SystemManagerUtil
Document is updated as specified in Document Object of the given nodeType.
updateDocument(String, String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Document is updated as specified as Document Object of the given nodeType.
updateDocumentAs(String, int, String, String, String) - Method in class com.ads.api.util.DocumentUtil
Document File with the given documentName will be updated with the filePath specified, of the specified nodeId of nodeType.
updateDocumentAs(String, String) - Method in class com.ads.api.util.DocumentUtil
Updates Document with the specified document Object.
updateDocumentAs(String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Document is updated as specified as Document Object of the given nodeType.
updateDocumentByJSON(String, String, String, String) - Method in class com.ads.services.webservice.DocumentsService
Updates Document with the specified document Object.
updateDocumentByNodeType(String, String, String, String, int, String, String) - Method in class com.ads.services.webservice.DocumentsService
Document File with the given documentName will be updated with the filePath and filePathType specified, of the specified nodeId of nodeType.
updateDocumentFile(String, String, String, String, int, String, String) - Method in class com.ads.services.webservice.DocumentsService
Deprecated. 
updateDocumentFileAs(String, int, String, String, String) - Method in class com.ads.api.util.DocumentUtil
Document File of the document is updated with the given documentName and with the filePath specified, of the specified nodeId of nodeType.
updateDocumentFileByType(String, String, String, String, int, String, String, String) - Method in class com.ads.services.webservice.DocumentsService
File of the document is updated with the given documentName and with the filePath and filePathType specified, of the specified nodeId of nodeType
Specifying the filePath, filePathType, documentName, nodeId and nodeType are mandatory.
updateDocumentFileByTypeAs(String, int, String, String, String, String) - Method in class com.ads.api.util.DocumentUtil
File of the document is updated with the given documentName and with the filePath and filePathType specified, of the specified nodeId of nodeType.
updateDocuments(String, String, String, String) - Method in class com.ads.services.webservice.DocumentsService
Documents are updated with the specified Document Objects.
updateDocuments(List<Document>) - Method in class com.ads.api.util.DocumentUtil
Documents are updated with the specified Document Objects.
updateDocumentsAs(String, String) - Method in class com.ads.api.util.DocumentUtil
Documents are updated with the specified Document Objects.
updateEnvironment(CSMEnvironment) - Method in class com.ads.api.util.CodesetManagerUtil
Updates the environment with the specified environment object.
updateEnvironment(SMEnvironment) - Method in class com.ads.api.util.SystemManagerUtil
Updates a System Environment for the specified SMEnvironment object, where all the environment details can be updated.
updateEnvironmentAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Updates the environment with the specified environment object.
updateEnvironmentAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Updates a System Environment for the specified SMEnvironment object in JSON, where all the environment details can be updated except for the environmentName.
updateEnvironmentDetails(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Updates a System Environment for the specified SMEnvironment object.
updateEnvironmentMetadata(DBEnvironment, DBProperties.Operation, boolean) - Method in class com.ads.api.util.SystemManagerUtil
Saves the environment for the specified DBEnvironment Object, DBProperties and useReferenceId.
updateEnvironmentMetadata(String, String, String, String, String, boolean) - Method in class com.ads.services.webservice.SystemManagerService
Saves the environment for the specified DBEnvironment Object, DBProperties and useReferenceId.
updateEnvironmentMetadataAs(String, String, boolean, String) - Method in class com.ads.api.util.SystemManagerUtil
Saves the environment for the specified DBEnvironment Object, DBProperties and useReferenceId.
updateEnvironments(List<SMEnvironment>) - Method in class com.ads.services.webservice.rest.SystemResource
Updates the list of environments for the specified list of SMEnvironment objects.
updateIndex(SMIndex) - Method in class com.ads.api.util.SystemManagerUtil
Updates the index for the specified SMIndex object.
updateIndex(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Updates the index for the specified SMIndex object.
updateIndexAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Updates the index for the specified SMIndex object.
updateIndexes(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Updates the List of indexes for the specified SMIndex Objects.
updateIndexes(List<SMIndex>) - Method in class com.ads.api.util.SystemManagerUtil
Updates the List of indexes for the specified SMIndex Objects.
updateIndexesAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Updates the List of indexes for the specified SMIndex Objects.
updateJob(SchedulerJob) - Method in class com.ads.api.util.SchedulerUtil
Updates the Job with the specified schedulerJob Object.All the information pertaining to the Job can be updated.
updateJob(String, String, String, String) - Method in class com.ads.services.webservice.SchedulerService
Updates the Job with the specified JobDetails Object i.e in the form of JSON.All the information pertaining to the Job can be updated.
updateJobAs(String, String) - Method in class com.ads.api.util.SchedulerUtil
Updates the Job with the specified jobDetails Object i.e in the form of JSON.All the information pertaining to the Job can be updated.
updateJobs(String, String, String, String) - Method in class com.ads.services.webservice.SchedulerService
Updates the list of Jobs for the given List Objects i.e in the form of JSONArray.
updateJobs(List<SchedulerJob>) - Method in class com.ads.api.util.SchedulerUtil
Updates the list of Jobs for the given List Objects.
updateJobsAs(String, String) - Method in class com.ads.api.util.SchedulerUtil
Updates the list of Jobs for the given List Objects i.e in the form of JSONArray.
updateKeyValue(KeyValue) - Method in class com.ads.api.util.KeyValueUtil
Updates the Key Value pair Object for the specified KeyValue object, Specifying objectTypeId and objectId and KeyValueId are mandatory.
updateKeyValue(String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Updates the Map of Key Value pairs for the specified Map of KeyIdValue, Map of objectTypeId's and List of objectId's.
updateKeyValue(String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Updates the single KeyValue pair for the specified keyId, value, objectTypeId and objectId.
updateKeyValue(String, String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Updates the single Key Value pair for the specified keyId, value, objectTypeId and objectId.
updateKeyValue(String, String, String, List<String>) - Method in class com.ads.api.util.KeyValueUtil
Updates the single keyValue pair for the specified keyId, value, objectTypeId and list of objectId's.
updateKeyValue(String, String, Map<String, List<String>>) - Method in class com.ads.api.util.KeyValueUtil
Updates the same single key Value pair for the specified keyId, value, Map of objectTypeId's and List of objectId's.
updateKeyValue(Map<String, String>, String, String) - Method in class com.ads.api.util.KeyValueUtil
Updates the Map of KeyValue pairs for the specified Map of KeyIdValue, objectTypeId and objectId.
updateKeyValue(Map<String, String>, String, List<String>) - Method in class com.ads.api.util.KeyValueUtil
Updates the Map of Key Value pairs for the specified Map of KeyIdValue, objectTypeId and List of objectId's.
updateKeyValue(Map<String, String>, Map<String, List<String>>) - Method in class com.ads.api.util.KeyValueUtil
Updates the Map of KeyValue pairs for the specified Map of KeyIdValue, Map of objectTypeId's and List of objectId's.
updateKeyValueAs(String, APIConstants.OutputFormat) - Method in class com.ads.api.util.KeyValueUtil
Updates the Key Value pair Object for the specified KeyValue object, Specifying KeyValueId is mandatory.
updateKeyValueAs(String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Updates the Map of Key Value pairs for the specified Map KeyIdValue, objectTypeId and objectId.
updateKeyValueAs(String, String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Updates the single key value pair for the specified keyId, value, objectTypeId and List of objectId's.
updateKeyValueById(String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Updates the single Key Value pair for the specified keyId, value, objectTypeId and objectId.
updateKeyValueByIdForObjectIds(String, String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Updates the single key value pair for the specified keyId, value, objectTypeId and List of objectId's.
updateKeyValueByIdsForObjectId(String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Updates the Map of Key Value pairs for the specified Map KeyIdValue, objectTypeId and objectId.outputFormat can be either JSON or XML.
updateKeyValueByIdsForObjectIds(String, String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Updates the Map of Key Value pairs for the specified Map of KeyIdValue, objectTypeId and List of objectId'S.outputFormat can be either JSON or XML.
updateKeyValueByIdsForObjectTypeIdsMap(String, String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Updates the Map of Key Value pairs for the specified Map of KeyIdValue, Map of objectTypeId's and List of objectId's.outputFormat can be either JSON or XML.
updateKeyValueObject(String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Updates the Key Value pair Object for the specified KeyValue object, Specifying Id,ObjectTypeId,ObjectId and Key in object is mandatory.
updateKeyValueObjects(String, String, String, String) - Method in class com.ads.services.webservice.KeyValueService
Updates the List of Key Value pair Objects for the specified List of KeyValue objects, Specifying Id ,ObjectTypeId,ObjectId,Key in object is mandatory.
updateKeyValues(List<KeyValue>) - Method in class com.ads.api.util.KeyValueUtil
Updates the List of Key Value pair Objects for the specified List of KeyValue objects, Specifying objectTypeId and objectId and KeyValueId are mandatory.
updateKeyValuesAs(String, APIConstants.OutputFormat) - Method in class com.ads.api.util.KeyValueUtil
Updates the List of Key Value pair Objects for the specified List of KeyValue objects, Specifying KeyValueId is mandatory.
updateKeyValuesAs(String, String, String, String) - Method in class com.ads.api.util.KeyValueUtil
Updates the Map of Key Value pairs for the specified Map of KeyIdValue, objectTypeId and List of objectId'S.
updateMapping(Mapping) - Method in class com.ads.api.util.MappingManagerUtil
Updates mapping for the specified Mapping Object.
updateMapping(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Updates mapping for the specified Mapping Object.
updateMappingAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Updates mapping for the specified MappingObject in JSON .
updateMappings(List<Mapping>) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Updates the mappings for the specified list of mapping objects.
updateMappingSpecification(MappingSpecificationRow) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specification is updated as the specified mappingSpecificationRow.
updateMappingSpecification(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Mapping Specification is updated with the specified MappingSpecificationRow Object.
updateMappingSpecificationAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specification is updated with the specified mappingSpecificationRow object.
updateMappingSpecifications(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Mapping Specifications are updated with the specified MappingSpecificationRow Objects.
updateMappingSpecifications(ArrayList<MappingSpecificationRow>) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Mapping specifications are updated with the specified mappingSpecificationRow objects.
updateMappingSpecifications(List<MappingSpecificationRow>) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specifications are updated as specified in List of mappingSpecificationRows.
updateMappingSpecificationsAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specifications are updated as specified in List of mappingSpecificationRows.Specifying mappingIds, mappingSequenceIds are modified.
updateObject(Node.NodeType, BusinessObject) - Method in class com.ads.api.util.BusinessGlossaryUtil
Updates the businessObject for the given input object(businessObject) and nodeType.
updateObject(String, String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Updates the businessObject for the given input object(businessObject).
updateObjectAs(String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Updates the businessObject for the given input object(businessObject).
updateObjects(Node.NodeType, List<BusinessObject>) - Method in class com.ads.api.util.BusinessGlossaryUtil
Updates the businessObjects for the given nodeType and input list of objects(businessObjects list).
updateObjects(String, String, String, String, String) - Method in class com.ads.services.webservice.BusinessGlossaryService
Updates the businessObjects for the given input list of objects(businessObjects list).
updateObjectsAs(String, String, String) - Method in class com.ads.api.util.BusinessGlossaryUtil
Updates the BusinessObjects for the given input list of objects(businessObjects list).
updateProject(Project) - Method in class com.ads.api.util.MappingManagerUtil
Updates the project with the specified Project Object.
updateProject(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Updates project for the specified Project Object.
updateProjectAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Updates project for the specified Project Object in JSON .
updateProjects(List<Project>) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Updates the projects for the specified list of project objects.
updateSubject(Subject) - Method in class com.ads.api.util.MappingManagerUtil
Updates Subject Details for the specified Subject Object.
updateSubject(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Updates Subject Details for the specified Subject Object.
updateSubjectAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Updates Subject Details for the specified SubjectObject in JSON.
updateSubjects(List<Subject>) - Method in class com.ads.api.util.MappingManagerUtil
 
updateSubjects(List<Subject>) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Updates the subjects details for the specified list of subject objects.
updateSystem(SMSystem) - Method in class com.ads.api.util.SystemManagerUtil
Updates the system for the specified SMSystem object.i.e when provided with system details, this method updates the respective information of the system.
updateSystem(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Updates the system for the specified SMSystem object.i.e when provided with system details, this method updates the respective information of the system.
updateSystemAs(String, String) - Method in class com.ads.api.util.SystemManagerUtil
Updates the system for the specified SMSystem object.i.e when provided with system details, this method updates the respective information of the system.
updateSystems(List<SMSystem>) - Method in class com.ads.services.webservice.rest.SystemResource
Updates the list of systems for the specified list of SMSystem objects.i.e when provided with system details, this method updates the respective information of the system.
updateTable(SMTable, boolean) - Method in class com.ads.api.util.SystemManagerUtil
Updates Table for the specified SMTable Object and useReferenceId.
updateTable(String, String, String, String, boolean) - Method in class com.ads.services.webservice.SystemManagerService
Updates Table for the specified SMTable Object and useReferenceId.
updateTableAs(String, boolean, String) - Method in class com.ads.api.util.SystemManagerUtil
Updates Table for the specified SMTable Object and useReferenceId.
updateTables(List<SMTable>, boolean) - Method in class com.ads.services.webservice.rest.SystemResource
Updates the list of tables for the specified list of SMTable objects and useReferenceId.
updateTag(Tag) - Method in class com.ads.api.util.TagUtil
Updates the tag for the specified tag object.
updateTag(String, String, String, String) - Method in class com.ads.services.webservice.TagService
Updates the tag for the specified tag object.
updateTagAs(String, String) - Method in class com.ads.api.util.TagUtil
Updates the tag for the specified tag object.
updateTags(String, String, String, String) - Method in class com.ads.services.webservice.TagService
Updates the list of tags for the specified list of tag objects.
updateTags(List<Tag>) - Method in class com.ads.api.util.TagUtil
Updates the list of tags for the specified list of tag objects.
updateTags(List<Tag>) - Method in class com.ads.services.webservice.rest.TagResource
Updates the list of tags for the specified list of tag objects.
updateTagsAs(String, String) - Method in class com.ads.api.util.TagUtil
Updates the list of tags for the specified list of tag objects.
updateTestCase(TestCase) - Method in class com.ads.api.util.TestManagerUtil
TestCase will be updated with the details specified in TestCase Object.
updateTestCase(String, String, String, String) - Method in class com.ads.services.webservice.TestManagerService
TestCase will be updated with the details specified in TestCase Object.
updateTestCaseAs(String, String) - Method in class com.ads.api.util.TestManagerUtil
TestCase will be updated with the details specified in TestCase Object.
updateValidationStep(TestCaseValidationStep) - Method in class com.ads.api.util.TestManagerUtil
ValidationStep will be updated as specified TestCaseValidationStep Object.
updateValidationStep(String, String, String, String) - Method in class com.ads.services.webservice.TestManagerService
ValidationStep will be updated as the specified TestCaseValidationStep Object.
updateValidationStepAs(String, String) - Method in class com.ads.api.util.TestManagerUtil
ValidationStep will be updated as specified ValidationStep Object.
updateValidationSteps(int, List<TestCaseValidationStep>) - Method in class com.ads.api.util.TestManagerUtil
ValidationSteps will be updated of the specified testCaseId, with the details specified in TestCaseValidationStep Objects.
updateValidationSteps(String, String, String, String) - Method in class com.ads.services.webservice.TestManagerService
ValidationSteps will be updated as the specified TestCaseValidationStep Objects.
updateValidationSteps(List<TestCaseValidationStep>) - Method in class com.ads.api.util.TestManagerUtil
ValidationSteps will be updated as the specified TestCaseValidationStep Objects.
updateValidationStepsAs(int, String, String) - Method in class com.ads.api.util.TestManagerUtil
ValidationSteps will be updated of the specified testCaseId, with the details specified in TestCaseValidationStep Objects.
updateValidationStepsAs(String, String) - Method in class com.ads.api.util.TestManagerUtil
ValidationSteps will be updated as the specified TestCaseValidationStep Objects.
updateValidationStepsByTestCaseId(String, String, String, int, String) - Method in class com.ads.services.webservice.TestManagerService
ValidationSteps will be updated of the specified testCaseId, with the details specified in TestCaseValidationStep Objects.
uploadFile(String, String, String, DataHandler, String) - Method in class com.ads.services.webservice.FileService
Uploads the given file to the server and returns the relative path of uploaded file.The uploaded path will be available in userObject of RequestStatus object.
uploadFile(MultipartFile) - Method in class com.ads.services.webservice.rest.FileResource
This function is used to upload the specified file to the server and return the file's relative path.
uploadMapping(int, Node.NodeType, MappingImportHelper) - Method in class com.ads.api.util.MappingManagerUtil
Uploads the mappingSpecifications on the specified nodeId, nodeType of importFileType, importType specified in MappingImportHelper Object.
uploadMapping(int, MappingImportHelper) - Method in class com.ads.api.util.MappingManagerUtil
Uploads the mappingSpecifications on the specified mapId of importFileType, importType specified in MappingImportHelper Object.
uploadMapping(String, String, String, int, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Uploads the mappingSpecifications on the specified nodeId, nodeType and of the importFileType, importType, filePath and filePathType specified in MappingImportHelper Object.
uploadMappingAs(int, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Uploads the mappingSpecifications on the specified mapId and of the importFileType, importType specified in MappingImportHelper Object.
uploadMappingAs(int, String, String, String) - Method in class com.ads.api.util.MappingManagerUtil
Uploads the mappingSpecifications on the specified nodeId, nodeType and of the importFileType, importType specified in MappingImportHelper Object.
uploadMappingByMapId(String, String, String, int, String) - Method in class com.ads.services.webservice.MappingManagerService
Uploads the mappingSpecifications on the specified mapId and of the importFileType, importType specified in MappingImportHelper Object.
USER - Enum constant in enum class com.ads.api.beans.common.APIConstants.DefinedBy
USER - Refers to defined by is USER.
USER_NEED_TO_LOGIN_FROM_WEB - Enum constant in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
 

V

VALID - Enum constant in enum class com.ads.api.beans.common.APIConstants.LoadOptions
VALID - Loads valid tables and columns..
VALID_VALUES_EXTENDED_PROPERTIES - Enum constant in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
Integer value = 64
validate() - Method in class com.ads.mm.db.dao.DBColumn
 
validate() - Method in class com.ads.mm.db.dao.DBTable
 
validate(boolean) - Method in class com.ads.mm.db.dao.DBEnvironment
validates the tableType as true or false for TABLE, VIEW, SYNONYM.
VALIDATE - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DBOperation
VALIDATE is the DBOperation wherein only the validated tables or columns will be saved for that particular environment.
validateCredentials(String, String, String) - Method in class com.ads.services.webservice.AMMService
Validates the login credentials.
validateMandatoryFields() - Method in class com.ads.mm.db.dao.DBColumn
 
validateMandatoryFields() - Method in class com.ads.mm.db.dao.DBTable
 
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.BGMFillOptions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.CSMFillOptions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.DefinedBy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.DeleteMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.ELNScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.EndPointType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.ExpiryType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.ExportOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.FileExtension
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.FilePathType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.JOBInterval
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.JOBState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.JOBType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.LanguagePreference
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.LineageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.LoadOptions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.MetadataScanAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.MMFillOptions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.Module
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.OutputFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.PropertiesType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.RelationshipType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.RSMFillOptions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.RunState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.sdiFillOptions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.SelectionCriteria
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.UserAccountStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.APIConstants.VersionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.Node.Depth
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.Node.InputDataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.Node.NodeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.common.Node.ReturnType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.csm.Category.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.kv.KeyValue.DisplayPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.kv.KeyValue.UIType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.mm.helper.MappingImportHelper.ImportFileType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.mm.helper.MappingImportHelper.ImportType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.mm.Project.ProjectETL
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.rsm.Role.RoleType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.sm.SMColumn.SMColumnType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.sm.SMNode.SMNodeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.api.beans.sm.SMTable.SMTableType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.mm.db.dao.DataValidationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.mm.db.dao.DBEnvironment.DBOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.mm.db.dao.DBTable.EntityBaseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.mm.db.dao.DBTable.TableType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.mm.db.util.DBHelper.ModelType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.mm.db.util.DBHelper.ScanCriteria
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.mm.etl.xml.mapping.MMSystemMap.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.ads.mm.xml.erwin.ERWinBase.ColumnProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.icc.util.DBProperties.ConnectionPoolType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.icc.util.DBProperties.DatabaseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.icc.util.DBProperties.Operation
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.AuthenticationResponseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.BGMFillOptions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.CSMFillOptions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.DefinedBy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.DeleteMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.ELNScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.EndPointType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.ExpiryType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.ExportOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.FileExtension
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.FilePathType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.JOBInterval
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.JOBState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.JOBType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.LanguagePreference
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.LineageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.LoadOptions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.MetadataScanAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.MMFillOptions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.Module
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.OutputFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.PropertiesType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.RelationshipType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.RSMFillOptions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.RunState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.sdiFillOptions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.SelectionCriteria
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.SMFillOptions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.UserAccountStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.APIConstants.VersionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.Node.Depth
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.Node.InputDataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.Node.NodeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.common.Node.ReturnType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.csm.Category.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.kv.KeyValue.DisplayPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.kv.KeyValue.UIType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.mm.helper.MappingImportHelper.ImportFileType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.mm.helper.MappingImportHelper.ImportType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.mm.Project.ProjectETL
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.rsm.Role.RoleType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.sm.SMColumn.SMColumnType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.sm.SMNode.SMNodeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.api.beans.sm.SMTable.SMTableType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.mm.db.dao.DataValidationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.mm.db.dao.DBEnvironment.DBOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.mm.db.dao.DBTable.EntityBaseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.mm.db.dao.DBTable.TableType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.mm.db.util.DBHelper.ModelType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.mm.db.util.DBHelper.ScanCriteria
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.mm.etl.xml.mapping.MMSystemMap.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.ads.mm.xml.erwin.ERWinBase.ColumnProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.icc.util.DBProperties.ConnectionPoolType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.icc.util.DBProperties.DatabaseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.icc.util.DBProperties.Operation
Returns an array containing the constants of this enum class, in the order they are declared.
versionCodeset(Codeset) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is versioned for the specified codeset object.
versionCodeset(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Codeset is versioned for the specified codeset object.
versionCodesetAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codeset is versioned for the specified codeset object.
versionCodesets(String, String, String, String) - Method in class com.ads.services.webservice.CodesetManagerService
Codesets are versioned for the specified list of codeset objects.Creates a copy of entire codeset with new codeset id and passive state.
versionCodesets(List<Codeset>) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are versioned for the specified list of codeset objects.
versionCodesetsAs(String, String) - Method in class com.ads.api.util.CodesetManagerUtil
Codesets are versioned for the specified list of codeset objects.
versionEnvironment(int, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Versions the environment for the specified environmentId.
versionEnvironment(int, String, String) - Method in class com.ads.services.webservice.rest.SystemResource
Creates new version of the environment for the specified environmentId.
versionEnvironment(String, String, String, int, String, String) - Method in class com.ads.services.webservice.SystemManagerService
Versions the environment for the specified environmentId.
versionEnvironmentAs(int, String, String, String) - Method in class com.ads.api.util.SystemManagerUtil
Versions the environment for the specified environmentId.
versionMapping(int, String, String) - Method in class com.ads.services.webservice.rest.MappingManagerResource
Appends mapping version for the specified mappingId.
versionMapping(Mapping) - Method in class com.ads.api.util.MappingManagerUtil
Appends mapping version for the specified Mapping Object.
versionMapping(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Appends mapping version for the specified Mapping Object.outputFormat can be either Json or XML.
versionMappingAs(String, String) - Method in class com.ads.api.util.MappingManagerUtil
Appends version to the mapping for the specified MappingObject in JSON.
Vertica - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
VERTICA is the cluster-based, column-oriented is designed to manage large, fast-growing volumes of data and provide very fast query performance.
Vertica - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
VERTICA is the cluster-based, column-oriented is designed to manage large, fast-growing volumes of data and provide very fast query performance.
VERTICA - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
VERTICA is the cluster-based, column-oriented is designed to manage large, fast-growing volumes of data and provide very fast query performance.
VIEW - Enum constant in enum class com.ads.api.beans.sm.SMTable.SMTableType
VIEW specifies the table which is created is of a VIEW type.
VIEW - Enum constant in enum class com.ads.mm.db.dao.DBTable.TableType
View is a logical representation of another table or combination of tables.

W

WFM_STAGE_ID - Static variable in class com.ads.api.beans.common.AMMObjectTypes
A constant holding the String value, an WFM_STAGE_ID can have ADS_WORKFLOW_STAGE.
WORKFLOW_MANAGER - Enum constant in enum class com.ads.api.beans.common.APIConstants.Module
 

X

XMI - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
The XML Meta data Interchange (XMI) is an Object Management Group (OMG) standard for exchanging meta data information via Extensible Markup Language (XML).
XMI - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
The XML Meta data Interchange (XMI) is an Object Management Group (OMG) standard for exchanging meta data information via Extensible Markup Language (XML).
XMI - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
The XML Meta data Interchange (XMI) is an Object Management Group (OMG) standard for exchanging meta data information via Extensible Markup Language (XML).
XML - Enum constant in enum class com.ads.api.beans.common.APIConstants.FileExtension
XML - Refers to the file extension is XML.
XML - Enum constant in enum class com.ads.api.beans.common.APIConstants.OutputFormat
 
XPATH_NAME - Static variable in class com.ads.mm.etl.xml.mapping.MMMappingUtil
 
XSD - Enum constant in enum class com.ads.api.beans.sm.SMEnvironment.DatabaseType
XSD (XML Schema Definition) specifies how to formally describe the elements in an Extensible Markup Language (XML) document.
XSD - Enum constant in enum class com.ads.mm.db.dao.DBEnvironment.DatabaseType
XSD (XML Schema Definition) specifies how to formally describe the elements in an Extensible Markup Language (XML) document.
XSD - Enum constant in enum class com.icc.util.DBProperties.DatabaseType
XSD (XML Schema Definition) specifies how to formally describe the elements in an Extensible Markup Language (XML) document.

Z

ZIP - Enum constant in enum class com.ads.api.beans.common.APIConstants.FileExtension
ZIP - Refers to the file extension is ZIP.

_

_associatedIDs - Variable in class com.ads.mm.etl.xml.mapping.MMUUID
 
_associatedUUIDs - Variable in class com.ads.mm.etl.xml.mapping.MMUUID
 
A B C D E F G H I J K L M N O P R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form