Uses of Class
com.icc.util.RequestStatus
Packages that use RequestStatus
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to KeyValue.
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs, ROle, Business Glossary Catalog, Document etc...
Contains 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.
Contains a class called RequestStatus which is a Boolean class which wraps a value of the primitive type boolean in an object.
-
Uses of RequestStatus in com.ads.api.beans.kv
Methods in com.ads.api.beans.kv that return RequestStatusMethods in com.ads.api.beans.kv with parameters of type RequestStatusModifier and TypeMethodDescriptionvoidKeyValue.setRequestStatus(RequestStatus requestStatus) Method sets the requestStatus value. -
Uses of RequestStatus in com.ads.api.util
Methods in com.ads.api.util that return RequestStatusModifier and TypeMethodDescriptionCodesetManagerUtil.addCodeValue(int codesetId, CodeValue codeValue, boolean saveExtendedProperties) Codevalue is added for the specified codesetId, codevalue object and also extended properties are added only if the saveExtendedProperties flag is true.CodesetManagerUtil.addCodeValue(CodeValue codeValue, boolean saveExtendedProperties) Codevalue is added for the specified codevalue object and also extended properties are added only if the saveExtendedProperties flag is true.CodesetManagerUtil.addCodeValues(int codesetId, List<CodeValue> codeValues, boolean saveExtendedProperties) Codevalues are added for the specified codesetId list of codevalue objects and also extended properties are added only if the saveExtendedProperties flag is true.CodesetManagerUtil.addCodeValues(List<CodeValue> codeValues, boolean saveExtendedProperties) Codevalues are added for the specified list of codevalue objects and also extended properties are added only if the saveExtendedProperties flag is true.DocumentUtil.addDocument(Node.NodeType nodeType, int nodeId, Document document) Document is added at the NodeId of the given nodeType with the document details.SystemManagerUtil.addDocument(int nodeId, Node.NodeType nodeType, Document document) Document is added for the specified nodeId of nodeType.SystemManagerUtil.addDocument(String nodeName, int parentNodeId, Node.NodeType parentNodeType, Document document) Document is added for the specified nodeName, parentNodeId of parentNodeType.DocumentUtil.addDocuments(Node.NodeType nodeType, int nodeId, List<Document> documents) Documents are added at the NodeId of the given nodeType with the documentsObjJson details.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..Inserts a new index for the specified SMIndex Object.SystemManagerUtil.addIndexes(int columnId, List<SMIndex> indexes) Inserts list of indexes for the specified columnId where in each SMIndex object should contain index name.SystemManagerUtil.addIndexes(List<SMIndex> indexes) 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.KeyValueUtil.addKeyValue(KeyValue keyvalue) Inserts a single KeyValue pair object for the specified KeyValue object.KeyValueUtil.addKeyValue(KeyValue keyvalue, Node.NodeType objectType, int objectId) Inserts a single key value pair object for the specified key value object, objectType(nodeType) and objectId.KeyValueUtil.addKeyValue(String key, String value, String objectTypeId, String objectId) Deprecated.Deprecated.KeyValueUtil.addKeyValue(String key, String value, Map<String, List<String>> mapObjectTypeIdListObjectId) Deprecated.Deprecated.KeyValueUtil.addKeyValueMap(Map<String, String> hmKeyValue, String objectTypeId, List<String> objectIds) Deprecated.KeyValueUtil.addKeyValueMap(Map<String, String> hmKeyValue, Map<String, List<String>> mapObjectTypeIdListObjectId) Deprecated.KeyValueUtil.addKeyValues(List<KeyValue> keyvalues, Node.NodeType objectType, int objectId) Inserts a multiple key value pair objects for the specified list of key values given objectType(nodeType) and objectId.KeyValueUtil.addKeyValues(Map<Integer, List<KeyValue>> keyvalues, Node.NodeType objectType) Inserts multiple key value pair objects for the specified node type and given objectIds along with key value objects.MappingManagerUtil.addMappingDocument(int mapId, Document document) MappingDocument is added for the specified mapId.MappingManagerUtil.addMappingDocument(int nodeId, Node.NodeType nodeType, String mapName, Document document) MappingDocument is added for the specified mapName.MappingManagerUtil.addMappingSpecification(int mapId, MappingSpecificationRow mappingSpecificationRow) Inserts a single row of mappingSpecification for the specified mapId,mappingSpecificationRow.MappingManagerUtil.addMappingSpecifications(int mapId, ArrayList<MappingSpecificationRow> mappingSpecification) Inserts List of mappingSpecifications into the specified mapId.SystemManagerUtil.addSDIClassifications(Node.NodeType nodeType, Map<Integer, List<SDIClassification>> mapObjectIdsListSDIClassifications) This function is used to insert a list of SDI classifications for theĀ specified nodeType.Inserts a new tag for the specified tag object.Inserts list of tags for the specified list of tag objects.TestManagerUtil.addTestCase(int nodeId, Node.NodeType nodeType, TestCase testCase) TestCase will be added for the specified nodeId of nodeType with the details given in TestCase Object.TestManagerUtil.addValidationStep(int nodeId, Node.NodeType nodeType, String testCaseName, TestCaseValidationStep validationStep) ValidationStep will be added for the specified testCaseName of nodeId, nodeType with details given in TestCaseValidationStep Object.TestManagerUtil.addValidationStep(int testCaseId, TestCaseValidationStep validationStep) ValidationStep will be added for the specified testCaseId with details given in TestCaseValidationStep Object.TestManagerUtil.addValidationSteps(int nodeId, Node.NodeType nodeType, String testCaseName, List<TestCaseValidationStep> validationSteps) ValidationSteps will be added for the specified testCaseName of nodeId, nodeType with details given in the List of TestCaseValidationStep Objects.TestManagerUtil.addValidationSteps(int testCaseId, List<TestCaseValidationStep> validationSteps) ValidationSteps will be added for the specified testCaseId with details given in the List of TestCaseValidationStep Objects.CodesetManagerUtil.assignCodeset(Node.NodeType nodeType, int nodeId, Codeset codeset) Assigns the specified codeset object to the specified nodeType and nodeId.SystemManagerUtil.assignCodeset(int columnId, Codeset codeset) Deprecated.CodesetManagerUtil.assignCodesets(Node.NodeType nodeType, int nodeId, List<Codeset> codesets) Assigns the specified list of codesets to the specified nodeType and nodeId.CodesetManagerUtil.assignCodesets(Node.NodeType nodeType, int nodeId, List<Integer> codesetIds, boolean unassignExisting) Assigns codesets of specified codeset ids to the specified nodeType and nodeId.SystemManagerUtil.assignCodesets(int columnId, List<Codeset> codesets) Deprecated.SystemManagerUtil.assignCodesets(int columnId, List<Integer> codeSetIds, boolean unassignExisting) Deprecated.TagUtil.associateTag(Node.NodeType nodeType, int nodeId, String tagName) Tag is associated to the object for the specified nodeType and nodeId.TagUtil.associateTag(Node.NodeType nodeType, List<Integer> nodeIds, String tagName) The tag is associated to the objects for the specified nodeType and list of nodeIds.TagUtil.associateTags(Node.NodeType nodeType, int nodeId, List<String> tagNames) List of tags are associated to the object for the specified nodeType and nodeId.TagUtil.associateTags(Node.NodeType nodeType, List<Integer> nodeIds, List<String> tagNames) List of tags are associated to the objects for the specified nodeType and list of nodeIds.MappingManagerUtil.baselineProject(int projectId, String versionLabel, String changeDescription) Appends the baseline to the project for the specified projectId.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.SchedulerUtil.clearJobs(String objectType, long objectId, APIConstants.JOBType jobType) 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.TagUtil.clearTags(Node.NodeType nodeType, int nodeId) Clears the tags for the specified nodeType and nodeId.TagUtil.clearTags(Node.NodeType nodeType, List<Integer> nodeIds) Clears the tags for the specified nodeType and list of nodeIds.CodesetManagerUtil.cloneCodeset(int srcCodesetId, int tgtCategoryId, boolean createNewVersionIfExists) Codeset is cloned for the given srcCodesetId to the given tgtCategoryId.SystemManagerUtil.cloneEnvironment(int srcSystemId, String srcEnvironmentName, int tgtSystemId, String tgtEnvironmentName) Clone Environment creates another copy of the Environment.SystemManagerUtil.cloneEnvironment(int environmentId, String tgtSystemName, String tgtEnvironmentName) Clone Environment creates another copy of the Environment.SystemManagerUtil.cloneEnvironment(String srcSystemName, String srcEnvironmentName, String tgtSystemName, String tgtEnvironmentName) Clone Environment creates another copy of the Environment.MappingManagerUtil.cloneMapping(int srcMapId, boolean createNewVersion, String newMapName, int tgtNodeId, Node.NodeType tgtnodeType) Clone Mapping creates another copy of the map.MappingManagerUtil.cloneMapping(int srcNodeId, Node.NodeType srcnodeType, String srcMapName, boolean createNewVersion, String newMapName, int tgtNodeId, Node.NodeType tgtnodeType) Clone Mapping creates another copy of the map.BusinessGlossaryUtil.createAssetType(AssetType assetType) Creates the assetType for the given assetType object.AssociationUtil.createAssociation(Association association) Creates the association for the given association object.AssociationUtil.createAssociations(List<Association> associations) Creates the associations for the given list of association objects.BusinessGlossaryUtil.createCatalog(Catalog catalog) Creates the catalog for the given input (catalog) object.BusinessGlossaryUtil.createCatalogs(List<Catalog> catalogs, int fillOptions) Creates the list of catalogs for the given catalog objects list.CodesetManagerUtil.createCategories(List<Category> categories) Categories are added for the specified list of category objects.CodesetManagerUtil.createCategory(int parentCategoryId, Category.Type categoryType, String categoryName) Category is added for the specified categoryName and categoryType.CodesetManagerUtil.createCategory(Category category) Category is added for the specified category object.CodesetManagerUtil.createCodeset(int categoryId, Codeset codeset, boolean saveCodeValues) Codeset is added for the specified categoryId, codeset object and also code values are added only if the saveCodeValues flag is true.CodesetManagerUtil.createCodeset(Codeset codeset, boolean saveCodeValues) Codeset is added for the specified codeset object and also codevalues are added only if the saveCodeValues flag is true.CodesetManagerUtil.createCodesets(int categoryId, List<Codeset> codesets, boolean saveCodeValues) Codesets are added for the specified list of codeset objects and also code values are added only if the saveCodeValues flag is true.CodesetManagerUtil.createCodesets(List<Codeset> codesets, boolean saveCodeValues) Codesets are added for the specified list of codeset objects and also codevalues are added only if the saveCodeValues flag is true.SystemManagerUtil.createColumn(SMColumn column) Inserts Column for the specified SMColumn Object.CodesetManagerUtil.createEnvironment(CSMEnvironment csmEnvironment) CSMEnvironment is added for the specified environment object.SystemManagerUtil.createEnvironment(SMEnvironment environment) Inserts a new System Environment for the specified environment object.It creates the environment with the given details.CodesetManagerUtil.createEnvironments(List<CSMEnvironment> csmEnvironments) List of environments are added for the specified list of environment objects.SchedulerUtil.createJob(SchedulerJob schedulerJob) Creates the Job for the given schedulerJob Object.SchedulerUtil.createJobs(List<SchedulerJob> schedulerJobs) Creates the list of Jobs for the given ListObjects. MappingManagerUtil.createMapping(Mapping mapping) Creates Mapping With the specified Mapping Object.MappingManagerUtil.createMapping(Mapping mapping, boolean addSpecifications) Creates Mapping with the specified mapping object and addSpecifications.MappingManagerUtil.createMappings(List<Mapping> mappings, boolean addSpecifications) Creates Mappings with the specified mapping objects and addSpecifications.MappingManagerUtil.createMappings(List<Mapping> mappings, int fillOptions) Creates Mappings for the specified mapping objects and fillOptions.BusinessGlossaryUtil.createObject(BusinessObject businessObject) Creates the businessObject for the given input object(businessObject).BusinessGlossaryUtil.createObject(Node.NodeType nodeType, BusinessObject businessObject) Creates the businessObject for the given input object(businessObject) and nodeType.BusinessGlossaryUtil.createObjects(Node.NodeType nodeType, List<BusinessObject> businessObjects) Creates the businessObjects for the given input objects(businessObjects list) and nodeType.MappingManagerUtil.createProject(Project project) Creates a project for the specified Project Object.MappingManagerUtil.createSubject(int projectId, int parentSubjectId, String subjectName) Creates Subject for the specified ProjectId, ParentSubjectId and SubjectName.MappingManagerUtil.createSubject(int projectId, int parentSubjectId, String subjectName, String subjectDescription) Creates Subject for the specified ProjectId, ParentSubjectId, SubjectName and Subject Description.MappingManagerUtil.createSubject(Subject subject) Creates Subject for the specified Subject Object.SystemManagerUtil.createSystem(SMSystem system) 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.SystemManagerUtil.createTable(SMTable table) Inserts new Table for the specified SMTable Object.BusinessGlossaryUtil.deleteAssetType(int assetTypeId) Deletes the assetType for the specified id.Specifying the assetTypeId is mandatory to delete a particular assetType.BusinessGlossaryUtil.deleteAssetType(AssetType assetType) Deletes the assetType for the specified assetType object.AssociationUtil.deleteAssociation(int associationId) Deletes the association with the specified associationId.AssociationUtil.deleteAssociations(int objectId, int objectTypeId) Deletes the associations with the specified objectId and objectTypeId.AssociationUtil.deleteAssociations(List<Integer> associationIds) Deletes the associations with the specified list of associationIds.BusinessGlossaryUtil.deleteCatalog(int catalogId) Deletes the catalog with the specified catalogId.CodesetManagerUtil.deleteCategories(List<Integer> categoryIds, Category.Type categoryType) Deletes the categories with the specified list of categoryIds and categoryType.CodesetManagerUtil.deleteCategory(int categoryId, Category.Type categoryType) Deletes the category with the specified categoryId and categoryType.CodesetManagerUtil.deleteCategory(int parentCategoryId, Category.Type categoryType, String categoryName) Deletes the category with the specified categoryName and categoryType.CodesetManagerUtil.deleteCategory(Category category) Deletes the category with the specified category object.CodesetManagerUtil.deleteCodeset(int codesetId) Deletes the codeset with the specified codesetId.Specifying the codesetId is mandatory to delete a particular codeset.CodesetManagerUtil.deleteCodeset(int codesetId, APIConstants.VersionMode versionMode) Deletes the codeset with the specified codesetId and versionMode.CodesetManagerUtil.deleteCodeset(Codeset codeset) Deletes the codeset with the specified codeset object.CodesetManagerUtil.deleteCodesets(int categoryId) Deletes the list of codesets for the given categoryId.CodesetManagerUtil.deleteCodesets(int categoryId, APIConstants.VersionMode versionMode) Deletes the list of codesets for the specified categoryId and versionMode Specifying the categoryId is mandatory to delete codesets.CodesetManagerUtil.deleteCodesets(int categoryId, List<String> codesetNames, APIConstants.VersionMode versionMode) Deletes the list of codesets for the specified categoryId, codesetNames list and versionMode.CodesetManagerUtil.deleteCodesets(List<Integer> codesetIds) Deletes the codesets with the specified list of codesetIds.CodesetManagerUtil.deleteCodesets(List<Integer> codesetIds, APIConstants.VersionMode versionMode) Deletes the codeset with the specified codesetIds list and versionMode.CodesetManagerUtil.deleteCodeValue(int codeValueId, APIConstants.DeleteMode deleteMode) Deletes the code value with the specified codeValueId and deleteMode.CodesetManagerUtil.deleteCodeValues(int codesetId, APIConstants.DeleteMode deleteMode) Deletes the list of codevalue objects with the specified codesetId and deleteMode.CodesetManagerUtil.deleteCodeValues(List<Integer> codeValueIds, APIConstants.DeleteMode deleteMode) Deletes the list of code value objects with the specified codeValueIds list and deleteMode.SystemManagerUtil.deleteColumn(int columnId) Removes column for the specified columnId.DocumentUtil.deleteDocument(int documentId) Deletes the Document with the specified documentId.DocumentUtil.deleteDocument(Node.NodeType nodeType, int nodeId, String documentName) Deletes the document with the given documentName of the specified nodeId of nodeType.SystemManagerUtil.deleteDocument(Node.NodeType nodeType, int docId) Deletes the Document for the specified docId of nodeType.DocumentUtil.deleteDocuments(Node.NodeType nodeType, int nodeId) Deletes the documents of the specified nodeId of nodeType.DocumentUtil.deleteDocuments(List<Integer> documentIds) Documents with the specified List of DocumentIds are deleted.SystemManagerUtil.deleteDocuments(int nodeId, Node.NodeType nodeType) Deletes the documents of the specified nodeId of nodeType.SystemManagerUtil.deleteDocuments(Node.NodeType nodeType, List<Integer> docIds) Documents are deleted for the specified List of docIds of the given nodeType.SystemManagerUtil.deleteDocuments(String nodeName, int parentNodeId, Node.NodeType parentNodeType) Documents are deleted for the specified nodeName, parentNodeId of parentNodeType.CodesetManagerUtil.deleteEnvironment(int environmentId) Deletes the environment with the specified environmentId.CodesetManagerUtil.deleteEnvironment(CSMEnvironment csmEnvironment) Deletes the environment with the specified environmen object.CodesetManagerUtil.deleteEnvironment(String environmentName) Deletes the environment with the specified environmentName.SystemManagerUtil.deleteEnvironment(int environmentId) Removes System Environment for the specified environmentId.SystemManagerUtil.deleteEnvironment(int environmentId, APIConstants.VersionMode versionMode) Deletes the environment with the specified environmentId and versionMode.SystemManagerUtil.deleteEnvironmentDocuments(int environmentId) Deletes the Environment Documents of the specified environmentId.SystemManagerUtil.deleteEnvironmentDocuments(int systemId, String environmentName) Deletes the Environment Documents of the specified environmentName and systemId.CodesetManagerUtil.deleteEnvironments(List<Integer> environmentIds) Deletes the environments with the specified list of environmentIds.SystemManagerUtil.deleteIndex(SMIndex index) Removes index for the specified SMIndex object.SystemManagerUtil.deleteIndexById(int indexId) Removes SMIndex for the specified indexId.SystemManagerUtil.deleteIndexes(Node.NodeType nodeType, int nodeId) Removes indexes for the specified nodeId of nodeType.SystemManagerUtil.deleteIndexes(List<SMIndex> indexes) Removes indexes for the specified list of SMIndex objects.SystemManagerUtil.deleteIndexesById(List<Integer> indexIds) Removes indexes for the specified list of index ids.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.KeyValueUtil.deleteKeyValues(String objectTypeId, String objectId) Deletes all Keys for the specified ObjectId and ObjectTypeId.KeyValueUtil.deleteKeyValues(String key, String objectTypeId, String objectId) Deletes all Keys for the specified Key, ObjectId and ObjectTypeId.KeyValueUtil.deleteKeyValues(String objectTypeId, List<String> objectId) Delete all Keys for the specified ObjectTypeId and List of ObjectId's.KeyValueUtil.deleteKeyValues(List<String> keyIds) Deletes all Keys for the specified List of keyId's.KeyValueUtil.deleteKeyValues(List<String> keys, String objectTypeId, String objectId) Deletes all Keys for the specified List of keys, ObjectId and ObjectTypeId.KeyValueUtil.deleteKeyValues(Map<String, List<String>> mapObjectTypeIdListObjectId) Deletes all Keys for the specified Map of ObjectTypeId with its List of ObjectId's.MappingManagerUtil.deleteMapping(int mappingId) Removes Mapping for the specified mappingId.MappingManagerUtil.deleteMapping(int mapId, APIConstants.VersionMode versionMode, float versionNo) Deletes the mapping of the specified mapId, versionMode.MappingManagerUtil.deleteMapping(int nodeId, Node.NodeType nodeType, String mapName, APIConstants.VersionMode versionMode, float versionNo) Deletes the map for the specified mapName of the given nodeType and nodeId.MappingManagerUtil.deleteMappings(int nodeId, Node.NodeType nodeType, APIConstants.VersionMode versionMode, float versionNo) Deletes the mappings of the given nodeType and nodeId.MappingManagerUtil.deleteMappings(int nodeId, Node.NodeType nodeType, List<String> mapNames, APIConstants.VersionMode versionMode, float versionNo) Deletes the mappings of the specified List of mapNames of the given nodeType and nodeId.MappingManagerUtil.deleteMappings(List<Integer> mappingIds, APIConstants.VersionMode versionMode, float versionNo) Deletes the mappings of the specified mappingIds.MappingManagerUtil.deleteMappingSpecification(int mappingSequenceId) Removes mappingSpecification for the specified mappingSequenceId.MappingManagerUtil.deleteMappingSpecificationRow(MappingSpecificationRow mappingSpecificationRow) Deletes the mappingSpecification for the specified mappingSpecificationRow Object.MappingManagerUtil.deleteMappingSpecificationRows(List<MappingSpecificationRow> mappingSpecificationRows) Deletes the mappingSpecifications for the specified List of mappingSpecificationRows.MappingManagerUtil.deleteMappingSpecifications(int mappingId) Removes all mappingSpecification rows for the specified mappingId.MappingManagerUtil.deleteMappingSpecifications(List<Integer> mappingSequenceIds) Deletes the mappingSpecifications for the specified List of mappingSequenceIds.Specifying the mappingSequenceIds are mandatory.BusinessGlossaryUtil.deleteObject(BusinessObject businessObject) Deletes the businessObject for the specified input object(businessObject).BusinessGlossaryUtil.deleteObject(Node.NodeType nodeType, int businessObjectId) Deletes the businessObject for the specified businessObjectId and nodeType.BusinessGlossaryUtil.deleteObjects(Node.NodeType nodeType, int catalogId) Deletes the businessObjects for the specified catalogId and nodeType.BusinessGlossaryUtil.deleteObjects(Node.NodeType nodeType, List<Integer> businessObjectIds) Deletes the businessObjects for the specified list of businessObjectIds and nodeType.BusinessGlossaryUtil.deleteObjects(String assetName, String catalogPath) Deletes the businessObjects for the specified assetName and catalogPath.MappingManagerUtil.deleteProject(int projectId) Deletes the project with the specified projectId.MappingManagerUtil.deleteSubject(int subjectId) Removes the subject of the specified subjectId.SystemManagerUtil.deleteSystem(int systemId) Removes SMSystem for the specified systemId.It deletes the System only if it does not contain any Environments or Documents associated with it.SystemManagerUtil.deleteSystemDocuments(int systemId) Deletes the systemDocuments for the specified systemId.SystemManagerUtil.deleteSystemDocuments(String systemName) Deletes the System Documents for the specified systemName.SystemManagerUtil.deleteTable(int tableId) Removes the table for the specified tableId.SystemManagerUtil.deleteTables(int environmentId) Deletes the list of tables for the given environmentId.SystemManagerUtil.deleteTables(List<Integer> tableIds) Deletes the tables with the specified list of tableIds.TagUtil.deleteTag(int tagId) Removes tag object for the specified tag id.Removes tag for the specified tag object.TagUtil.deleteTags(List<Integer> tagIds) Removes tags for the specified list of tagIds.TestManagerUtil.deleteTestCase(int testCaseId) Removes the TestCase of the specified testCaseId.TestManagerUtil.deleteTestCases(List<Integer> testCaseIds) Removes the TestCases of the specified List of testCaseId's.TestManagerUtil.deleteValidationStep(int validationStepId) Removes the ValidationStep of the specified validationStepId.TestManagerUtil.deleteValidationStep(int nodeId, Node.NodeType nodeType, String testCaseName, String stepName) Removes the ValidationStep of the specified stepName, testCaseName, nodeId, nodeType.TestManagerUtil.deleteValidationStep(int testCaseId, String stepName) Removes the ValidationStep of the specified testCaseId and stepName.TestManagerUtil.deleteValidationSteps(int testCaseId) Removes the ValidationSteps of the specified testCaseId.TestManagerUtil.deleteValidationSteps(int nodeId, Node.NodeType nodeType, String testCaseName, List<String> stepNames) Removes the ValidationSteps of the specified List of stepNames, testCaseName, nodeId, nodeType.TestManagerUtil.deleteValidationSteps(int testCaseId, List<String> stepNames) Removes the ValidationSteps of the specified testCaseId and List of stepNames.TestManagerUtil.deleteValidationSteps(List<Integer> stepIds) Removes the TestSteps of the specified List of stepIds.TagUtil.dissociateTag(Node.NodeType nodeType, int nodeId, String tagName) The tag is dissociated from the object for the specified nodeType and nodeId.TagUtil.dissociateTag(Node.NodeType nodeType, List<Integer> nodeIds, String tagName) Tag is dissociated from the objects for the specified nodeType list of nodeIds and tagName.TagUtil.dissociateTags(Node.NodeType nodeType, int nodeId, List<String> tagNames) List of tags are dissociated from the object for the specified nodeType, nodeId and list of tagNames.TagUtil.dissociateTags(Node.NodeType nodeType, List<Integer> nodeIds, List<String> tagNames) List of tags are dissociated from the objects for the specified nodeType, list of nodeIds and list of tagNames.CodesetManagerUtil.exportAll()All the codesets present in enterprise codesets are exported to excel.MappingManagerUtil.exportAll(int nodeId, Node.NodeType nodeType, APIConstants.SelectionCriteria selectionCriteria, APIConstants.ExportOption exportOption, boolean includePseudoCode, boolean visibleColumns) Mapping Specifications are exported to excel for the specified nodeId.BusinessGlossaryUtil.exportCatalog(int catalogId) BusinessObjects are exported to excel for the specified catalogId.BusinessGlossaryUtil.exportCatalog(String assetName, String catalogPath) BusinessObjects are exported to excel for the specified assetName and catalogPath.CodesetManagerUtil.exportCodesets(int categoryId, boolean includeSubCategories) Codesets are exported to excel for the specified categoryId.CodesetManagerUtil.exportCodeValues(int codesetId) Codevalues are exported to excel for the specified codesetId.SystemManagerUtil.exportDataDictionary(int objectId, int objectTypeId, int fillOptions) Environment or table is exported to xlsx format for the specified objectId and objectTypeId.SystemManagerUtil.exportEnvironment(int environmentId, APIConstants.FileExtension fileExtension) Environment is exported to xml for the specified environmentId.MappingManagerUtil.exportMappingToExcel(int mapId, boolean visibleColumns, boolean includePseudocode) Mapping Specification is exported to excel for the specified mapId.MappingManagerUtil.exportMappingToExcel(int nodeId, Node.NodeType nodeType, String mapName, boolean visibleColumns, boolean includePseudocode) Mapping Specification is exported to excel for the specified mapName.MappingManagerUtil.exportMappingXml(int nodeId, Node.NodeType nodeType, APIConstants.SelectionCriteria selectionCriteria) Mapping Specifications are exported to XML for the specified nodeId.BusinessGlossaryUtil.importCatalog(int objectTypeId, int catalogId, CatalogImportHelper catalogImportHelper) Imports the catalog on the specified catalogId and objectTypeId.BusinessGlossaryUtil.importCatalog(int objectTypeId, String catalogPath, String catalogName, CatalogImportHelper catalogImportHelper) Imports the catalog at the root level for the specified objectTypeId.CodesetManagerUtil.importCodesets(int categoryId, ImportHelper importHelper) Imports the codesets on the specified categoryId.CodesetManagerUtil.importCodeValues(int codesetId, ImportHelper importHelper) Imports the codevalues on the specified codesetId.SystemManagerUtil.importDataDictionary(int environmentId, ImportHelper importHelper) Imports the tables on the specified environmentId.SystemManagerUtil.importEnvironment(int environmentId, DBHelper dbHelper, DBProperties.Operation dbOperation, APIConstants.FileExtension fileExtension) Imports the environment on the specified environmentId.MappingManagerUtil.mergeMapping(int srcMapId, int tgtMapId, boolean createNewVersion, String changeDescription) 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.MappingManagerUtil.mergeMapping(int srcNodeId, Node.NodeType srcNodeType, String srcMapName, int tgtNodeId, Node.NodeType tgtNodeType, String tgtMapName, boolean createNewVersion, String changeDescription) 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.MappingManagerUtil.moveMapping(int srcMapId, int tgtNodeId, Node.NodeType tgtnodeType, boolean replaceIfExists, String newMapName) Move Mapping moves the map from srcMapId to the specified tgtNodeId.MappingManagerUtil.moveMapping(int srcNodeId, Node.NodeType srcNodeType, String srcMapName, int tgtNodeId, Node.NodeType tgtnodeType, boolean replaceIfExists, String newMapName) Move Mapping moves the map from srcNodeId to the specified tgtNodeId.BusinessGlossaryUtil.publishBusinessPolicies(List<Integer> businessPolicyIds) BusinessGlossaryUtil.publishBusinessPolicy(int businessPolicyId) BusinessGlossaryUtil.publishBusinessRule(int businessRuleId) BusinessGlossaryUtil.publishBusinessRules(List<Integer> businessRuleIds) CodesetManagerUtil.publishCodeset(Codeset codeset) Codeset is published for the specified codeset object.CodesetManagerUtil.publishCodesets(List<Codeset> codesets) Codesets are published for the specified list of codeset objects.SystemManagerUtil.publishColumn(int columnId) Column is published for the specified columnId.SystemManagerUtil.publishColumns(List<Integer> columnIds) Columns are published for the specified columnIds, specifying the list of columnIds are mandatory.BusinessGlossaryUtil.publishCustomObject(int customObjectId) BusinessGlossaryUtil.publishCustomObjects(List<Integer> customObjectIds) SystemManagerUtil.publishEnvironments(List<Integer> environmentIds) Environments are published for the specified environmentIds, specifying the list of environmentIds are mandatory.MappingManagerUtil.publishMapping(int nodeId, Node.NodeType nodeType, String mapName, Date effectiveDate, String changeDescription, String publishNotes) Mapping is published for the specified mapName.specifying the mapName, effectiveDate, changeDescription, publishNotes are mandatory.MappingManagerUtil.publishMapping(int mapId, Date effectiveDate, String changeDescription, String publishNotes) Mapping is published for the specified mapId.MappingManagerUtil.publishMappings(List<Integer> mapIds, Date effectiveDate, String changeDescription, String publishNotes) Mappings will be published for the specified mapIds.SystemManagerUtil.publishNode(Node.NodeType nodeType, int nodeId) Node is published for the specified nodeId.SystemManagerUtil.publishNodes(Node.NodeType nodeType, List<Integer> nodeIds) Nodes are published for the specified nodeIds.SystemManagerUtil.publishTable(int tableId) Table is published for the specified tableId.SystemManagerUtil.publishTables(List<Integer> tableIds) Tables are published for the specified tableIds, specifying the list of tableIds are mandatory.TagUtil.publishTag(int tagId, boolean state) The tag is published or unpublished for the specified tagId and state.TagUtil.publishTags(List<Integer> tagIds, boolean state) The tags are published or unpublished for the specified list of tagIds and state.BusinessGlossaryUtil.publishTerm(int businessTermId) BusinessGlossaryUtil.publishTerms(List<Integer> businessTermIds) CodesetManagerUtil.restoreCodeValues(List<Integer> codeValueIds) Retired codevalues can be restored for the specified codeValueIds.CodesetManagerUtil.retireCodeset(int codesetId) Codeset is retired for the given codesetId.CodesetManagerUtil.retireCodesets(List<Integer> codesetIds) Codesets are retired for the given list of codesetIds.SystemManagerUtil.saveEnvironment(DBEnvironment dbEnvironment, DBProperties.Operation operation, boolean useReferenceId) Deprecated.since 9.0SystemManagerUtil.saveNewDataAsset(int systemId, org.json.JSONObject datasetDetails) SystemManagerUtil.scanIntoEnvironment(int environmentId, DBHelper dbHelper, DBProperties.Operation dbOperation) Scan and save the environment meta data into the specified environmentId by specifying the dbOperation and dbHelper object.MappingManagerUtil.setMappingLock(int mapId, boolean lockStatus) mappingLock can be either set to lock or unlock i.e to either true or false for the specified mapId.MappingManagerUtil.setMappingLock(int nodeId, Node.NodeType nodeType, String mapName, boolean lockStatus) mappingLock can be either set to lock or unlock i.e to either true or false for the specified mapName.MappingManagerUtil.syncMetadata(List<Integer> mappingIds) This function is used to sync the source and target metadata information in mapping specifications for the specified mappingIds.CodesetManagerUtil.unassignExistingCodesets(Node.NodeType nodeType, int nodeId) Unassigns existing codesets for the specified nodeId of nodeType.SystemManagerUtil.unassignExistingCodesets(Node.NodeType nodeType, int nodeId) Deprecated.CodesetManagerUtil.unpublishCodeset(int codesetId) Codeset is unpublished for the specified codesetId.CodesetManagerUtil.unpublishCodesets(List<Integer> codesetIds) Codesets are unpublished for the specified list of codesetIds.MappingManagerUtil.unPublishMap(int mapId) Mapping is unpublished for the specified mapId.MappingManagerUtil.unPublishMap(int nodeId, Node.NodeType nodeType, String mapName, float versionNo) Mapping is unpublished for the specified nodeId.Specifying the nodeId, nodeType are mandatory.BusinessGlossaryUtil.updateAssetType(AssetType assetType) Updates the assetType with the specified assetType object.AssociationUtil.updateAssociation(Association association) Updates the association for the given association object.AssociationUtil.updateAssociations(List<Association> associations) Updates the associations for the given list of association objects.BusinessGlossaryUtil.updateCatalog(Catalog catalog) Updates the catalog with the specified catalog object.BusinessGlossaryUtil.updateCatalogs(List<Catalog> catalogs, int fillOptions) Updates the catalogs for the specified catalog objects and fillOptions.CodesetManagerUtil.updateCategories(List<Category> categories) Updates the categories with the specified list of category objects.CodesetManagerUtil.updateCategory(Category category) Updates the category with the specified category object.CodesetManagerUtil.updateCodeset(Codeset codeset) Updates the codeset with the specified codeset object.CodesetManagerUtil.updateCodesets(List<Codeset> codesets) Updates the codeset with the specified codeset objects list.CodesetManagerUtil.updateCodeValue(CodeValue codeValue) Updates codevalue for the code id specified in the codeValue object.CodesetManagerUtil.updateCodeValue(CodeValue codeValue, boolean updateExtendedProperties) Updates codevalue for the code id specified in the codevalue object and also updates its extended properties only if updateExtendedProperties flag is true.CodesetManagerUtil.updateCodeValues(List<CodeValue> codeValues) Updates list of codevalues for the code id specified in the list of each codevalue object.CodesetManagerUtil.updateCodeValues(List<CodeValue> codeValues, boolean updateExtendedProperties) 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.SystemManagerUtil.updateColumn(SMColumn column, boolean useReferenceId) Updates the Column for the specified SMColumn Object.SystemManagerUtil.updateDataAsset(int systemId, int environmentId, org.json.JSONObject datasetDetails) DocumentUtil.updateDocument(Document document) Updates Document with the specified document Object.DocumentUtil.updateDocument(Node.NodeType nodeType, int nodeId, String documentName, Document document) Specified documentName is updated with the document Details, of the given nodeId of nodeType.DocumentUtil.updateDocument(Node.NodeType nodeType, int nodeId, String documentName, String filePath) Deprecated.DocumentUtil.updateDocument(Node.NodeType nodeType, int nodeId, String documentName, String filePath, APIConstants.FilePathType filePathType) File of the document is updated with the given documentName and with the filePath and filePathType specified.The supported values for the filePathType are ABSOLUTE, RELATIVE.SystemManagerUtil.updateDocument(Node.NodeType nodeType, Document document) Document is updated as specified in Document Object of the given nodeType.DocumentUtil.updateDocuments(List<Document> documents) Documents are updated with the specified Document Objects.CodesetManagerUtil.updateEnvironment(CSMEnvironment csmEnvironment) Updates the environment with the specified environment object.SystemManagerUtil.updateEnvironment(SMEnvironment environment) Updates a System Environment for the specified SMEnvironment object, where all the environment details can be updated.SystemManagerUtil.updateEnvironmentMetadata(DBEnvironment dbEnvironment, DBProperties.Operation operation, boolean useReferenceId) Saves the environment for the specified DBEnvironment Object, DBProperties and useReferenceId.SystemManagerUtil.updateIndex(SMIndex index) Updates the index for the specified SMIndex object.SystemManagerUtil.updateIndexes(List<SMIndex> indexes) Updates the List of indexes for the specified SMIndex Objects.SchedulerUtil.updateJob(SchedulerJob schedulerJob) Updates the Job with the specified schedulerJob Object.All the information pertaining to the Job can be updated.SchedulerUtil.updateJobs(List<SchedulerJob> schedulerJobs) Updates the list of Jobs for the given ListObjects. KeyValueUtil.updateKeyValue(KeyValue keyvalue) Updates the Key Value pair Object for the specified KeyValue object, Specifying objectTypeId and objectId and KeyValueId are mandatory.KeyValueUtil.updateKeyValue(String keyId, String value, String objectTypeId, String objectId) Updates the single KeyValue pair for the specified keyId, value, objectTypeId and objectId.Updates the single keyValue pair for the specified keyId, value, objectTypeId and list of objectId's.KeyValueUtil.updateKeyValue(String keyId, String value, Map<String, List<String>> mapObjectTypeIdListObjectId) Updates the same single key Value pair for the specified keyId, value, Map of objectTypeId's and List of objectId's.Updates the Map of KeyValue pairs for the specified Map of KeyIdValue, objectTypeId and objectId.KeyValueUtil.updateKeyValue(Map<String, String> hmKeyIdValue, String objectTypeId, List<String> objectId) Updates the Map of Key Value pairs for the specified Map of KeyIdValue, objectTypeId and List of objectId's.KeyValueUtil.updateKeyValue(Map<String, String> hmKeyIdValue, Map<String, List<String>> mapObjectTypeIdListObjectId) Updates the Map of KeyValue pairs for the specified Map of KeyIdValue, Map of objectTypeId's and List of objectId's.KeyValueUtil.updateKeyValues(List<KeyValue> keyvalues) Updates the List of Key Value pair Objects for the specified List of KeyValue objects, Specifying objectTypeId and objectId and KeyValueId are mandatory.MappingManagerUtil.updateMapping(Mapping mapping) Updates mapping for the specified Mapping Object.MappingManagerUtil.updateMappingSpecification(MappingSpecificationRow mappingSpecificationRow) Mapping Specification is updated as the specified mappingSpecificationRow.MappingManagerUtil.updateMappingSpecifications(List<MappingSpecificationRow> mappingSpecificationRows) Mapping Specifications are updated as specified in List of mappingSpecificationRows.BusinessGlossaryUtil.updateObject(Node.NodeType nodeType, BusinessObject businessObject) Updates the businessObject for the given input object(businessObject) and nodeType.BusinessGlossaryUtil.updateObjects(Node.NodeType nodeType, List<BusinessObject> businessObjects) Updates the businessObjects for the given nodeType and input list of objects(businessObjects list).MappingManagerUtil.updateProject(Project project) Updates the project with the specified Project Object.MappingManagerUtil.updateSubject(Subject subject) Updates Subject Details for the specified Subject Object.MappingManagerUtil.updateSubjects(List<Subject> subjects) SystemManagerUtil.updateSystem(SMSystem system) Updates the system for the specified SMSystem object.i.e when provided with system details, this method updates the respective information of the system.SystemManagerUtil.updateTable(SMTable table, boolean useReferenceId) Updates Table for the specified SMTable Object and useReferenceId.Updates the tag for the specified tag object.TagUtil.updateTags(List<Tag> tags) Updates the list of tags for the specified list of tag objects.TestManagerUtil.updateTestCase(TestCase testCase) TestCase will be updated with the details specified in TestCase Object.TestManagerUtil.updateValidationStep(TestCaseValidationStep validationStep) ValidationStep will be updated as specified TestCaseValidationStep Object.TestManagerUtil.updateValidationSteps(int testCaseId, List<TestCaseValidationStep> validationSteps) ValidationSteps will be updated of the specified testCaseId, with the details specified in TestCaseValidationStep Objects.TestManagerUtil.updateValidationSteps(List<TestCaseValidationStep> validationSteps) ValidationSteps will be updated as the specified TestCaseValidationStep Objects.MappingManagerUtil.uploadMapping(int nodeId, Node.NodeType nodeType, MappingImportHelper mappingImportHelper) Uploads the mappingSpecifications on the specified nodeId, nodeType of importFileType, importType specified in MappingImportHelper Object.MappingManagerUtil.uploadMapping(int mapId, MappingImportHelper mappingImportHelper) Uploads the mappingSpecifications on the specified mapId of importFileType, importType specified in MappingImportHelper Object.CodesetManagerUtil.versionCodeset(Codeset codeset) Codeset is versioned for the specified codeset object.CodesetManagerUtil.versionCodesets(List<Codeset> codesets) Codesets are versioned for the specified list of codeset objects.SystemManagerUtil.versionEnvironment(int environmentId, String changeDescription, String versionLabel) Versions the environment for the specified environmentId.MappingManagerUtil.versionMapping(Mapping mapping) Appends mapping version for the specified Mapping Object. -
Uses of RequestStatus in com.ads.services.webservice.rest
Methods in com.ads.services.webservice.rest that return types with arguments of type RequestStatusModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RequestStatus>FileResource.uploadFile(org.springframework.web.multipart.MultipartFile file) This function is used to upload the specified file to the server and return the file's relative path. -
Uses of RequestStatus in com.icc.util
Fields in com.icc.util declared as RequestStatusModifier and TypeFieldDescriptionstatic final RequestStatusRequestStatus.FAILUREstatic final RequestStatusRequestStatus.SUCCESS