Package | Description |
---|---|
com.ads.api.beans.kv | |
com.ads.api.util |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs etc...
|
com.icc.util |
Contains a class called RequestStatus which is a Boolean class which wraps a value of the primitive type boolean in an object.
|
Modifier and Type | Method and Description |
---|---|
RequestStatus |
KeyValue.getRequestStatus() |
Modifier and Type | Method and Description |
---|---|
void |
KeyValue.setRequestStatus(RequestStatus requestStatus) |
Modifier and Type | Method and Description |
---|---|
RequestStatus |
SystemManagerUtil.addDocument(int nodeId,
Node.NodeType nodeType,
Document document)
Document is added for the specified nodeId of nodeType.
|
RequestStatus |
DocumentUtil.addDocument(Node.NodeType nodeType,
int nodeId,
Document document)
Document is added at the NodeId of the given nodeType with the document details.
|
RequestStatus |
SystemManagerUtil.addDocument(java.lang.String nodeName,
int parentNodeId,
Node.NodeType parentNodeType,
Document document)
Document is added for the specified nodeName, parentNodeId of parentNodeType.
|
RequestStatus |
DocumentUtil.addDocuments(Node.NodeType nodeType,
int nodeId,
java.util.List<Document> documents)
Documents are added at the NodeId of the given nodeType with the
documentsObjJson details.
|
RequestStatus |
SystemManagerUtil.addIndex(int columnId,
SMIndex index)
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..
|
RequestStatus |
SystemManagerUtil.addIndex(SMIndex index)
Inserts a new index for the specified SMIndex Object.
|
RequestStatus |
SystemManagerUtil.addIndexes(int columnId,
java.util.List<SMIndex> indexes)
Inserts list of indexes for the specified columnId where in each SMIndex
object should contain index name.
|
RequestStatus |
SystemManagerUtil.addIndexes(java.util.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.
|
RequestStatus |
KeyValueUtil.addKeyValue(KeyValue keyvalue)
Inserts a single KeyValue pair object for the specified KeyValue object.
|
RequestStatus |
KeyValueUtil.addKeyValue(KeyValue keyvalue,
Node.NodeType objectType,
int objectId)
Inserts a single KeyValue pair object for the specified KeyValue object,
objectTypeId and objectId.OutputFormat can be either JSON or XML.
|
RequestStatus |
KeyValueUtil.addKeyValue(java.lang.String key,
java.lang.String value,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> mapObjectTypeIdListObjectId)
Deprecated.
|
RequestStatus |
KeyValueUtil.addKeyValue(java.lang.String key,
java.lang.String value,
java.lang.String objectTypeId,
java.util.List<java.lang.String> objectIds)
Deprecated.
|
RequestStatus |
KeyValueUtil.addKeyValue(java.lang.String key,
java.lang.String value,
java.lang.String objectTypeId,
java.lang.String objectId)
Deprecated.
|
RequestStatus |
KeyValueUtil.addKeyValueMap(java.util.Map<java.lang.String,java.lang.String> hmKeyValue,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> mapObjectTypeIdListObjectId)
Deprecated.
|
RequestStatus |
KeyValueUtil.addKeyValueMap(java.util.Map<java.lang.String,java.lang.String> hmKeyValue,
java.lang.String objectTypeId,
java.util.List<java.lang.String> objectIds)
Deprecated.
|
RequestStatus |
KeyValueUtil.addKeyValueMap(java.util.Map<java.lang.String,java.lang.String> hmKeyValue,
java.lang.String objectTypeId,
java.lang.String objectId)
Deprecated.
|
RequestStatus |
KeyValueUtil.addKeyValues(java.util.List<KeyValue> keyvalues,
Node.NodeType objectType,
int objectId)
Inserts a multiple KeyValue pair objects for the specified List of KeyValue objects,objectTypeId
and objectId.OutputFormat can be either JSON or XML.
|
RequestStatus |
MappingManagerUtil.addMappingDocument(int mapId,
Document document)
MappingDocument is added for the specified mapId.
|
RequestStatus |
MappingManagerUtil.addMappingDocument(int nodeId,
Node.NodeType nodeType,
java.lang.String mapName,
Document document)
MappingDocument is added for the specified mapName.
|
RequestStatus |
MappingManagerUtil.addMappingSpecification(int mapId,
MappingSpecificationRow mappingSpecificationRow)
Inserts a single row of mappingSpecification for the specified mapId,mappingSpecificationRow.
|
RequestStatus |
MappingManagerUtil.addMappingSpecifications(int mapId,
java.util.ArrayList<MappingSpecificationRow> mappingSpecification)
Inserts List of mappingSpecifications into the specified mapId.
|
RequestStatus |
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.
|
RequestStatus |
TestManagerUtil.addValidationStep(int nodeId,
Node.NodeType nodeType,
java.lang.String testCaseName,
TestCaseValidationStep validationStep)
ValidationStep will be added for the specified testCaseName of nodeId, nodeType with details given in TestCaseValidationStep Object.
|
RequestStatus |
TestManagerUtil.addValidationStep(int testCaseId,
TestCaseValidationStep validationStep)
ValidationStep will be added for the specified testCaseId with details
given in TestCaseValidationStep Object.
|
RequestStatus |
TestManagerUtil.addValidationSteps(int testCaseId,
java.util.List<TestCaseValidationStep> validationSteps)
ValidationSteps will be added for the specified testCaseId with details given in the List of TestCaseValidationStep Objects.
|
RequestStatus |
TestManagerUtil.addValidationSteps(int nodeId,
Node.NodeType nodeType,
java.lang.String testCaseName,
java.util.List<TestCaseValidationStep> validationSteps)
ValidationSteps will be added for the specified testCaseName of nodeId,
nodeType with details given in the List of TestCaseValidationStep Objects.
|
RequestStatus |
SystemManagerUtil.assignCodeset(int columnId,
Codeset codeset)
Assigns the specified codeset to the specified columnId.
|
RequestStatus |
SystemManagerUtil.assignCodesets(int columnId,
java.util.List<Codeset> codesets)
Assigns the specified list of codesets to the specified columnId.
|
RequestStatus |
SystemManagerUtil.assignCodesets(int columnId,
java.util.List<java.lang.Integer> codeSetIds,
boolean unassignExisting)
Assigns codesets of specified codeset ids to the specified columnId.
|
RequestStatus |
MappingManagerUtil.baselineProject(int projectId,
java.lang.String versionLabel,
java.lang.String changeDescription)
Appends the baseline to the project for the specified projectId.
|
RequestStatus |
SystemManagerUtil.cloneEnvironment(int srcSystemId,
java.lang.String srcEnvironmentName,
int tgtSystemId,
java.lang.String tgtEnvironmentName)
Clone Environment creates another copy of the Environment.
|
RequestStatus |
SystemManagerUtil.cloneEnvironment(int environmentId,
java.lang.String tgtSystemName,
java.lang.String tgtEnvironmentName)
Clone Environment creates another copy of the Environment.
|
RequestStatus |
SystemManagerUtil.cloneEnvironment(java.lang.String srcSystemName,
java.lang.String srcEnvironmentName,
java.lang.String tgtSystemName,
java.lang.String tgtEnvironmentName)
Clone Environment creates another copy of the Environment.
|
RequestStatus |
MappingManagerUtil.cloneMapping(int srcMapId,
boolean createNewVersion,
java.lang.String newMapName,
int tgtNodeId,
Node.NodeType tgtnodeType)
Clone Mapping creates another copy of the map.
|
RequestStatus |
MappingManagerUtil.cloneMapping(int srcNodeId,
Node.NodeType srcnodeType,
java.lang.String srcMapName,
boolean createNewVersion,
java.lang.String newMapName,
int tgtNodeId,
Node.NodeType tgtnodeType)
Clone Mapping creates another copy of the map.
|
RequestStatus |
BusinessGlossaryUtil.createAssetType(AssetType assetType)
Creates the AssetType for the given assetType object.
|
RequestStatus |
BusinessGlossaryUtil.createCatalog(Catalog catalog)
Creates the Catalog for the given catalog Object.
|
RequestStatus |
SystemManagerUtil.createColumn(SMColumn column)
Inserts Column for the specified SMColumn Object.
|
RequestStatus |
SystemManagerUtil.createEnvironment(SMEnvironment environment)
Inserts a new System Environment for the specified environment object.It
creates the environment with the given details.
|
RequestStatus |
MappingManagerUtil.createMapping(Mapping mapping)
Creates Mapping With the specified Mapping Object.
|
RequestStatus |
MappingManagerUtil.createMapping(Mapping mapping,
boolean addSpecifications)
Creates Mapping with the specified mapping object and addSpecifications.
|
RequestStatus |
MappingManagerUtil.createProject(Project project)
Creates a project for the specified Project Object.
|
RequestStatus |
MappingManagerUtil.createSubject(int projectId,
int parentSubjectId,
java.lang.String subjectName)
Creates Subject for the specified ProjectId, ParentSubjectId and
SubjectName.
|
RequestStatus |
MappingManagerUtil.createSubject(int projectId,
int parentSubjectId,
java.lang.String subjectName,
java.lang.String subjectDescription)
Creates Subject for the specified ProjectId, ParentSubjectId, SubjectName
and Subject Description.
|
RequestStatus |
MappingManagerUtil.createSubject(Subject subject)
Creates Subject for the specified Subject Object.
|
RequestStatus |
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.
|
RequestStatus |
SystemManagerUtil.createTable(SMTable table)
Inserts new Table for the specified SMTable Object.
|
RequestStatus |
BusinessGlossaryUtil.deleteAssetType(int assetTypeId)
Deletes the assetType for the specified id.Specifying the id is mandatory
to delete a particular assetType.
|
RequestStatus |
BusinessGlossaryUtil.deleteCatalog(int catalogId)
Deletes the catalog with the specified catalogId.Specifying the catalogId
is mandatory to delete a particular catalog.
|
RequestStatus |
SystemManagerUtil.deleteColumn(int columnId)
Removes column for the specified columnId.
|
RequestStatus |
DocumentUtil.deleteDocument(int documentId)
Deletes the Document with the specified documentId.
|
RequestStatus |
SystemManagerUtil.deleteDocument(Node.NodeType nodeType,
int docId)
Deletes the Document for the specified docId of nodeType.
|
RequestStatus |
DocumentUtil.deleteDocument(Node.NodeType nodeType,
int nodeId,
java.lang.String documentName)
Deletes the document with the given documentName of the specified nodeId of nodeType.
|
RequestStatus |
SystemManagerUtil.deleteDocuments(int nodeId,
Node.NodeType nodeType)
Deletes the documents of the specified nodeId of nodeType.
|
RequestStatus |
DocumentUtil.deleteDocuments(java.util.List<java.lang.Integer> documentIds)
Documents with the specified List of DocumentIds are deleted.
|
RequestStatus |
DocumentUtil.deleteDocuments(Node.NodeType nodeType,
int nodeId)
Deletes the documents of the specified nodeId of nodeType.
|
RequestStatus |
SystemManagerUtil.deleteDocuments(Node.NodeType nodeType,
java.util.List<java.lang.Integer> docIds)
Documents are deleted for the specified List of docIds of the given nodeType.
|
RequestStatus |
SystemManagerUtil.deleteDocuments(java.lang.String nodeName,
int parentNodeId,
Node.NodeType parentNodeType)
Documents are deleted for the specified nodeName, parentNodeId of parentNodeType.
|
RequestStatus |
SystemManagerUtil.deleteEnvironment(int environmentId)
Removes System Environment for the specified environmentId.
|
RequestStatus |
SystemManagerUtil.deleteEnvironmentDocuments(int environmentId)
Deletes the Environment Documents of the specified environmentId.
|
RequestStatus |
SystemManagerUtil.deleteEnvironmentDocuments(int systemId,
java.lang.String environmentName)
Deletes the Environment Documents of the specified environmentName and systemId.
|
RequestStatus |
SystemManagerUtil.deleteIndex(SMIndex index)
Removes index for the specified SMIndex object.
|
RequestStatus |
SystemManagerUtil.deleteIndexById(int indexId)
Removes SMIndex for the specified indexId.
|
RequestStatus |
SystemManagerUtil.deleteIndexes(java.util.List<SMIndex> indexes)
Removes indexes for the specified list of SMIndex objects.
|
RequestStatus |
SystemManagerUtil.deleteIndexes(Node.NodeType nodeType,
int nodeId)
Removes indexes for the specified nodeId of nodeType.
|
RequestStatus |
SystemManagerUtil.deleteIndexesById(java.util.List<java.lang.Integer> indexIds)
Removes indexes for the specified list of index ids.
|
RequestStatus |
KeyValueUtil.deleteKeyValues(java.util.List<java.lang.String> keyIds)
Deletes all Keys for the specified List of keyId's.
|
RequestStatus |
KeyValueUtil.deleteKeyValues(java.util.List<java.lang.String> keys,
java.lang.String objectTypeId,
java.lang.String objectId)
Deletes all Keys for the specified List of keys, ObjectId and ObjectTypeId.
|
RequestStatus |
KeyValueUtil.deleteKeyValues(java.util.Map<java.lang.String,java.util.List<java.lang.String>> mapObjectTypeIdListObjectId)
Deletes all Keys for the specified Map of ObjectTypeId with its List of ObjectId's.
|
RequestStatus |
KeyValueUtil.deleteKeyValues(java.lang.String objectTypeId,
java.util.List<java.lang.String> objectId)
Delete all Keys for the specified ObjectTypeId and List of ObjectId's.
|
RequestStatus |
KeyValueUtil.deleteKeyValues(java.lang.String objectTypeId,
java.lang.String objectId)
Deletes all Keys for the specified ObjectId and ObjectTypeId.
|
RequestStatus |
KeyValueUtil.deleteKeyValues(java.lang.String key,
java.lang.String objectTypeId,
java.lang.String objectId)
Deletes all Keys for the specified Key, ObjectId and ObjectTypeId.
|
RequestStatus |
MappingManagerUtil.deleteMapping(int mappingId)
Removes Mapping for the specified mappingId.
|
RequestStatus |
MappingManagerUtil.deleteMapping(int mapId,
APIConstants.VersionMode versionMode,
float versionNo)
Deletes the mapping of the specified mapId, versionMode.
|
RequestStatus |
MappingManagerUtil.deleteMapping(int nodeId,
Node.NodeType nodeType,
java.lang.String mapName,
APIConstants.VersionMode versionMode,
float versionNo)
Deletes the map for the specified mapName of the given nodeType and nodeId.
|
RequestStatus |
MappingManagerUtil.deleteMappings(int nodeId,
Node.NodeType nodeType,
APIConstants.VersionMode versionMode,
float versionNo)
Deletes the mappings of the given nodeType and nodeId.
|
RequestStatus |
MappingManagerUtil.deleteMappings(int nodeId,
Node.NodeType nodeType,
java.util.List<java.lang.String> mapNames,
APIConstants.VersionMode versionMode,
float versionNo)
Deletes the mappings of the specified List of mapNames of the given nodeType and nodeId.
|
RequestStatus |
MappingManagerUtil.deleteMappings(java.util.List<java.lang.Integer> mappingIds,
APIConstants.VersionMode versionMode,
float versionNo)
Deletes the mappings of the specified mappingIds.
|
RequestStatus |
MappingManagerUtil.deleteMappingSpecification(int mappingSequenceId)
Removes mappingSpecification for the specified mappingSequenceId.
|
RequestStatus |
MappingManagerUtil.deleteMappingSpecificationRow(MappingSpecificationRow mappingSpecificationRow)
Deletes the mappingSpecification for the specified mappingSpecificationRow Object.
|
RequestStatus |
MappingManagerUtil.deleteMappingSpecificationRows(java.util.List<MappingSpecificationRow> mappingSpecificationRows)
Deletes the mappingSpecifications for the specified List of mappingSpecificationRows.
|
RequestStatus |
MappingManagerUtil.deleteMappingSpecifications(int mappingId)
Removes all mappingSpecification rows for the specified mappingId.
|
RequestStatus |
MappingManagerUtil.deleteMappingSpecifications(java.util.List<java.lang.Integer> mappingSequenceIds)
Deletes the mappingSpecifications for the specified List of mappingSequenceIds.Specifying the mappingSequenceIds are mandatory.
|
RequestStatus |
MappingManagerUtil.deleteProject(int projectId)
Deletes the project with the specified projectId.
|
RequestStatus |
MappingManagerUtil.deleteSubject(int subjectId)
Removes the subject of the specified subjectId.
|
RequestStatus |
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.
|
RequestStatus |
SystemManagerUtil.deleteSystemDocuments(int systemId)
Deletes the systemDocuments for the specified systemId.
|
RequestStatus |
SystemManagerUtil.deleteSystemDocuments(java.lang.String systemName)
Deletes the System Documents for the specified systemName.
|
RequestStatus |
SystemManagerUtil.deleteTable(int tableId)
Removes the table for the specified tableId.
|
RequestStatus |
TestManagerUtil.deleteTestCase(int testCaseId)
Removes the TestCase of the specified testCaseId.
|
RequestStatus |
TestManagerUtil.deleteTestCases(java.util.List<java.lang.Integer> testCaseIds)
Removes the TestCases of the specified List of testCaseId's.
|
RequestStatus |
TestManagerUtil.deleteValidationStep(int validationStepId)
Removes the ValidationStep of the specified validationStepId.
|
RequestStatus |
TestManagerUtil.deleteValidationStep(int nodeId,
Node.NodeType nodeType,
java.lang.String testCaseName,
java.lang.String stepName)
Removes the ValidationStep of the specified stepName, testCaseName, nodeId, nodeType.
|
RequestStatus |
TestManagerUtil.deleteValidationStep(int testCaseId,
java.lang.String stepName)
Removes the ValidationStep of the specified testCaseId and stepName.
|
RequestStatus |
TestManagerUtil.deleteValidationSteps(int testCaseId)
Removes the ValidationSteps of the specified testCaseId.
|
RequestStatus |
TestManagerUtil.deleteValidationSteps(int testCaseId,
java.util.List<java.lang.String> stepNames)
Removes the ValidationSteps of the specified testCaseId and List of stepNames.
|
RequestStatus |
TestManagerUtil.deleteValidationSteps(int nodeId,
Node.NodeType nodeType,
java.lang.String testCaseName,
java.util.List<java.lang.String> stepNames)
Removes the ValidationSteps of the specified List of stepNames, testCaseName, nodeId, nodeType.
|
RequestStatus |
TestManagerUtil.deleteValidationSteps(java.util.List<java.lang.Integer> stepIds)
Removes the TestSteps of the specified List of stepIds.
|
RequestStatus |
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.
|
RequestStatus |
SystemManagerUtil.exportEnvironment(int environmentId,
APIConstants.FileExtension fileExtension)
Environment is exported to xml for the specified environmentId.
|
RequestStatus |
MappingManagerUtil.exportMappingToExcel(int mapId,
boolean visibleColumns,
boolean includePseudocode)
Mapping Specification is exported to excel for the specified mapId.
|
RequestStatus |
MappingManagerUtil.exportMappingToExcel(int nodeId,
Node.NodeType nodeType,
java.lang.String mapName,
boolean visibleColumns,
boolean includePseudocode)
Mapping Specification is exported to excel for the specified mapName.
|
RequestStatus |
MappingManagerUtil.exportMappingXml(int nodeId,
Node.NodeType nodeType,
APIConstants.SelectionCriteria selectionCriteria)
Mapping Specifications are exported to XML for the specified nodeId.
|
RequestStatus |
BusinessGlossaryUtil.importCatalog(int objectTypeId,
int catalogId,
CatalogImportHelper catalogImportHelper)
Imports the Catalog on the specified catalogId and objectTypeId.
|
RequestStatus |
BusinessGlossaryUtil.importCatalog(int objectTypeId,
java.lang.String catalogPath,
java.lang.String catalogName,
CatalogImportHelper catalogImportHelper)
Imports the Catalog at the root level for the specified
objectTypeId.
|
RequestStatus |
SystemManagerUtil.importEnvironment(int environmentId,
DBHelper dbHelper,
DBProperties.Operation dbOperation,
APIConstants.FileExtension fileExtension)
Imports the environment on the specified environmentId.
|
RequestStatus |
MappingManagerUtil.mergeMapping(int srcMapId,
int tgtMapId,
boolean createNewVersion,
java.lang.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.
|
RequestStatus |
MappingManagerUtil.mergeMapping(int srcNodeId,
Node.NodeType srcNodeType,
java.lang.String srcMapName,
int tgtNodeId,
Node.NodeType tgtNodeType,
java.lang.String tgtMapName,
boolean createNewVersion,
java.lang.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.
|
RequestStatus |
MappingManagerUtil.moveMapping(int srcMapId,
int tgtNodeId,
Node.NodeType tgtnodeType,
boolean replaceIfExists,
java.lang.String newMapName)
Move Mapping moves the map from srcMapId to the specified tgtNodeId.
|
RequestStatus |
MappingManagerUtil.moveMapping(int srcNodeId,
Node.NodeType srcNodeType,
java.lang.String srcMapName,
int tgtNodeId,
Node.NodeType tgtnodeType,
boolean replaceIfExists,
java.lang.String newMapName)
Move Mapping moves the map from srcNodeId to the specified tgtNodeId.
|
RequestStatus |
BusinessGlossaryUtil.publishBusinessPolicies(java.util.List<java.lang.Integer> businessPolicyIds) |
RequestStatus |
BusinessGlossaryUtil.publishBusinessPolicy(int businessPolicyId) |
RequestStatus |
BusinessGlossaryUtil.publishBusinessRule(int businessRuleId) |
RequestStatus |
BusinessGlossaryUtil.publishBusinessRules(java.util.List<java.lang.Integer> businessRuleIds) |
RequestStatus |
SystemManagerUtil.publishColumn(int columnId)
Column is published for the specified columnId.
|
RequestStatus |
SystemManagerUtil.publishColumns(java.util.List<java.lang.Integer> columnIds)
Columns are published for the specified columnIds, specifying the list of
columnIds are mandatory.
|
RequestStatus |
BusinessGlossaryUtil.publishCustomObject(int customObjectId) |
RequestStatus |
BusinessGlossaryUtil.publishCustomObjects(java.util.List<java.lang.Integer> customObjectIds) |
RequestStatus |
SystemManagerUtil.publishEnvironments(java.util.List<java.lang.Integer> environmentIds)
Environments are published for the specified environmentIds, specifying
the list of environmentIds are mandatory.
|
RequestStatus |
MappingManagerUtil.publishMapping(int mapId,
java.util.Date effectiveDate,
java.lang.String changeDescription,
java.lang.String publishNotes)
Mapping is published for the specified mapId.
|
RequestStatus |
MappingManagerUtil.publishMapping(int nodeId,
Node.NodeType nodeType,
java.lang.String mapName,
java.util.Date effectiveDate,
java.lang.String changeDescription,
java.lang.String publishNotes)
Mapping is published for the specified mapName.specifying the mapName,
effectiveDate, changeDescription, publishNotes are mandatory.
|
RequestStatus |
MappingManagerUtil.publishMappings(java.util.List<java.lang.Integer> mapIds,
java.util.Date effectiveDate,
java.lang.String changeDescription,
java.lang.String publishNotes)
Mappings will be published for the specified mapIds.
|
RequestStatus |
SystemManagerUtil.publishNode(Node.NodeType nodeType,
int nodeId)
Node is published for the specified nodeId.
|
RequestStatus |
SystemManagerUtil.publishNodes(Node.NodeType nodeType,
java.util.List<java.lang.Integer> nodeIds)
Nodes are published for the specified nodeIds.
|
RequestStatus |
SystemManagerUtil.publishTable(int tableId)
Table is published for the specified tableId.
|
RequestStatus |
SystemManagerUtil.publishTables(java.util.List<java.lang.Integer> tableIds)
Tables are published for the specified tableIds, specifying the list of
tableIds are mandatory.
|
RequestStatus |
BusinessGlossaryUtil.publishTerm(int businessTermId) |
RequestStatus |
BusinessGlossaryUtil.publishTerms(java.util.List<java.lang.Integer> businessTermIds) |
RequestStatus |
SystemManagerUtil.saveEnvironment(DBEnvironment dbEnvironment,
DBProperties.Operation operation,
boolean useReferenceId)
Deprecated.
since 9.0
|
RequestStatus |
SystemManagerUtil.saveNewDataAsset(int systemId,
org.json.JSONObject datasetDetails) |
RequestStatus |
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.
|
RequestStatus |
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.
|
RequestStatus |
MappingManagerUtil.setMappingLock(int nodeId,
Node.NodeType nodeType,
java.lang.String mapName,
boolean lockStatus)
mappingLock can be either set to lock or unlock i.e to either true or
false for the specified mapName.
|
RequestStatus |
SystemManagerUtil.unassignExistingCodesets(Node.NodeType nodeType,
int nodeId)
Unassigns Existing Codesets for the specified nodeId of nodeType.
|
RequestStatus |
MappingManagerUtil.unPublishMap(int mapId)
Mapping is unpublished for the specified mapId.
|
RequestStatus |
MappingManagerUtil.unPublishMap(int nodeId,
Node.NodeType nodeType,
java.lang.String mapName,
float versionNo)
Mapping is unpublished for the specified nodeId.Specifying the nodeId, nodeType are mandatory.
|
RequestStatus |
BusinessGlossaryUtil.updateAssetType(AssetType assetType)
Updates the AssetType with the specified assetType Object.All the
information pertaining to the assetType can be updated.
|
RequestStatus |
BusinessGlossaryUtil.updateCatalog(Catalog catalog)
Updates the catalog with the specified catalog object.
|
RequestStatus |
CodesetManagerUtil.updateCodeValue(CodeValue codeValue)
Updates CodeValue for the codeId specified in the CodeValue Object.
|
RequestStatus |
CodesetManagerUtil.updateCodeValue(CodeValue codeValue,
boolean updateExtendedProperties)
Updates CodeValue for the codeId specified in the CodeValue Object and
also updates its extended properties only if updateExtendedProperties
flag is true.
|
RequestStatus |
CodesetManagerUtil.updateCodeValues(java.util.List<CodeValue> codeValues)
Updates list of CodeValues for the codeId specified in the list of each
CodeValue Object.
|
RequestStatus |
CodesetManagerUtil.updateCodeValues(java.util.List<CodeValue> codeValues,
boolean updateExtendedProperties)
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.
|
RequestStatus |
SystemManagerUtil.updateColumn(SMColumn column,
boolean useReferenceId)
Updates the Column for the specified SMColumn Object and useReferenceId.
|
RequestStatus |
SystemManagerUtil.updateDataAsset(int systemId,
int environmentId,
org.json.JSONObject datasetDetails) |
RequestStatus |
DocumentUtil.updateDocument(Document document)
Updates Document with the specified document Object.
|
RequestStatus |
SystemManagerUtil.updateDocument(Node.NodeType nodeType,
Document document)
Document is updated as specified in Document Object of the given nodeType.
|
RequestStatus |
DocumentUtil.updateDocument(Node.NodeType nodeType,
int nodeId,
java.lang.String documentName,
Document document)
Specified documentName is updated with the document Details, of the
given nodeId of nodeType.
|
RequestStatus |
DocumentUtil.updateDocument(Node.NodeType nodeType,
int nodeId,
java.lang.String documentName,
java.lang.String filePath)
Deprecated.
|
RequestStatus |
DocumentUtil.updateDocument(Node.NodeType nodeType,
int nodeId,
java.lang.String documentName,
java.lang.String filePath,
APIConstants.FilePathType filePathType)
File of the document is updated with the given documentName and with the filePath and
filePathType specified.The supported values for the filePathType are
ABSOLUTE, RELATIVE.
|
RequestStatus |
DocumentUtil.updateDocuments(java.util.List<Document> documents)
Documents are updated with the specified Document Objects.
|
RequestStatus |
SystemManagerUtil.updateEnvironment(SMEnvironment environment)
Updates a System Environment for the specified SMEnvironment object,
where all the environment details can be updated.
|
RequestStatus |
SystemManagerUtil.updateEnvironmentMetadata(DBEnvironment dbEnvironment,
DBProperties.Operation operation,
boolean useReferenceId)
Saves the environment for the specified DBEnvironment Object,
DBProperties and useReferenceId.
|
RequestStatus |
SystemManagerUtil.updateIndex(SMIndex index)
Updates the index for the specified SMIndex object.
|
RequestStatus |
SystemManagerUtil.updateIndexes(java.util.List<SMIndex> indexes)
Updates the List of indexes for the specified SMIndex Objects.
|
RequestStatus |
KeyValueUtil.updateKeyValue(KeyValue keyvalue)
Updates the Key Value pair Object for the specified KeyValue object,
Specifying objectTypeId and objectId and KeyValueId are mandatory.
|
RequestStatus |
KeyValueUtil.updateKeyValue(java.util.Map<java.lang.String,java.lang.String> hmKeyIdValue,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> mapObjectTypeIdListObjectId)
Updates the Map of KeyValue pairs for the specified Map of KeyIdValue, Map of objectTypeId's and List of objectId's.
|
RequestStatus |
KeyValueUtil.updateKeyValue(java.util.Map<java.lang.String,java.lang.String> hmKeyIdValue,
java.lang.String objectTypeId,
java.util.List<java.lang.String> objectId)
Updates the Map of Key Value pairs for the specified Map of KeyIdValue, objectTypeId and List of objectId's.
|
RequestStatus |
KeyValueUtil.updateKeyValue(java.util.Map<java.lang.String,java.lang.String> hmKeyIdValue,
java.lang.String objectTypeId,
java.lang.String objectId)
Updates the Map of KeyValue pairs for the specified Map of KeyIdValue, objectTypeId and objectId.
|
RequestStatus |
KeyValueUtil.updateKeyValue(java.lang.String keyId,
java.lang.String value,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> mapObjectTypeIdListObjectId)
Updates the same single key Value pair for the specified keyId, value, Map of objectTypeId's and List of objectId's.
|
RequestStatus |
KeyValueUtil.updateKeyValue(java.lang.String keyId,
java.lang.String value,
java.lang.String objectTypeId,
java.util.List<java.lang.String> objectId)
Updates the single keyValue pair for the specified keyId, value, objectTypeId and List of objectId's.
|
RequestStatus |
KeyValueUtil.updateKeyValue(java.lang.String keyId,
java.lang.String value,
java.lang.String objectTypeId,
java.lang.String objectId)
Updates the single KeyValue pair for the specified keyId, value, objectTypeId and objectId.
|
RequestStatus |
KeyValueUtil.updateKeyValues(java.util.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.
|
RequestStatus |
MappingManagerUtil.updateMapping(Mapping mapping)
Updates mapping for the specified Mapping Object.
|
RequestStatus |
MappingManagerUtil.updateMappingSpecification(MappingSpecificationRow mappingSpecificationRow)
Mapping Specification is updated as the specified mappingSpecificationRow.
|
RequestStatus |
MappingManagerUtil.updateMappingSpecifications(java.util.List<MappingSpecificationRow> mappingSpecificationRows)
Mapping Specifications are updated as specified in List of mappingSpecificationRows.
|
RequestStatus |
MappingManagerUtil.updateProject(Project project)
Updates the project with the specified Project Object.
|
RequestStatus |
MappingManagerUtil.updateSubject(Subject subject)
Updates Subject Details for the specified Subject Object.
|
RequestStatus |
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.
|
RequestStatus |
SystemManagerUtil.updateTable(SMTable table,
boolean useReferenceId)
Updates Table for the specified SMTable Object and useReferenceId.
|
RequestStatus |
TestManagerUtil.updateTestCase(TestCase testCase)
TestCase will be updated with the details specified in TestCase Object.
|
RequestStatus |
TestManagerUtil.updateValidationStep(TestCaseValidationStep validationStep)
ValidationStep will be updated as specified TestCaseValidationStep Object.
|
RequestStatus |
TestManagerUtil.updateValidationSteps(int testCaseId,
java.util.List<TestCaseValidationStep> validationSteps)
ValidationSteps will be updated of the specified testCaseId,
with the details specified in TestCaseValidationStep Objects.
|
RequestStatus |
TestManagerUtil.updateValidationSteps(java.util.List<TestCaseValidationStep> validationSteps)
ValidationSteps will be updated as the specified TestCaseValidationStep Objects.
|
RequestStatus |
MappingManagerUtil.uploadMapping(int mapId,
MappingImportHelper mappingImportHelper)
Uploads the mappingSpecifications on the specified mapId of importFileType, importType specified in MappingImportHelper Object.
|
RequestStatus |
MappingManagerUtil.uploadMapping(int nodeId,
Node.NodeType nodeType,
MappingImportHelper mappingImportHelper)
Uploads the mappingSpecifications on the specified nodeId, nodeType of importFileType, importType specified in MappingImportHelper Object.
|
RequestStatus |
SystemManagerUtil.versionEnvironment(int environmentId,
java.lang.String changeDescription,
java.lang.String versionLabel)
Versions the environment for the specified environmentId.
|
RequestStatus |
MappingManagerUtil.versionMapping(Mapping mapping)
Appends mapping version for the specified Mapping Object.
|
Modifier and Type | Field and Description |
---|---|
static RequestStatus |
RequestStatus.FAILURE |
static RequestStatus |
RequestStatus.SUCCESS |