Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X _ 

U

unassignExistingCodesets(Node.NodeType, int) - Method in class com.ads.api.util.SystemManagerUtil
Unassigns Existing Codesets for the specified nodeId of nodeType.
unassignExistingCodesets(String, String, String, String, int) - Method in class com.ads.services.webservice.SystemManagerService
Unassigns ExistingCodesets for the specified nodeId of nodeType.
unassignExistingCodesetsAs(String, int, String) - Method in class com.ads.api.util.SystemManagerUtil
Unassigns ExistingCodesets for the specified nodeId of nodeType.
uniqueName - Variable in class com.ads.mm.etl.xml.mapping.MMUUID
 
unPublishMap(int) - Method in class com.ads.api.util.MappingManagerUtil
Mapping is unpublished for the specified mapId.
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_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.All the information pertaining to the assetType can be updated.
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.
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.
updateCodeValue(CodeValue) - Method in class com.ads.api.util.CodesetManagerUtil
Updates CodeValue for the codeId specified in the CodeValue Object.
updateCodeValue(CodeValue, boolean) - 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.
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 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(List<CodeValue>) - Method in class com.ads.api.util.CodesetManagerUtil
Updates list of CodeValues for the codeId 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 codeId specified in the each CodeValue Object and also updates its corresponding 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 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 and useReferenceId.
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.
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, String) - Method in class com.ads.api.util.DocumentUtil
Updates Document with the specified document Object.
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, 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
Document will update with the given documentName and with the filePath and filePathType specified, of the specified nodeId of nodeType.
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(List<Document>) - Method in class com.ads.api.util.DocumentUtil
Documents are updated with the specified Document Objects.
updateDocuments(String, String, String, String) - Method in class com.ads.services.webservice.DocumentsService
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(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.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.
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(List<SMIndex>) - Method in class com.ads.api.util.SystemManagerUtil
Updates the List of indexes for the specified SMIndex Objects.
updateIndexes(String, String, String, String) - Method in class com.ads.services.webservice.SystemManagerService
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(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.
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.
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, 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.
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, 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) - 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.
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.
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, 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.
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 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 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, 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.
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.
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 .
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(List<MappingSpecificationRow>) - Method in class com.ads.api.util.MappingManagerUtil
Mapping Specifications are updated as specified in List of mappingSpecificationRows.
updateMappingSpecifications(String, String, String, String) - Method in class com.ads.services.webservice.MappingManagerService
Mapping Specifications are updated with the specified MappingSpecificationRow Objects.
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.
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 .
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.
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.
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.
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(List<TestCaseValidationStep>) - Method in class com.ads.api.util.TestManagerUtil
ValidationSteps will be updated as the specified TestCaseValidationStep Objects.
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.
updateValidationStepsAs(String, String) - 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.
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.
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(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(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.
A B C D E F G H I K L M N O P R S T U V W X _ 
Skip navigation links