Uses of Enum Class
com.ads.api.beans.common.Node.NodeType
Packages that use Node.NodeType
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to Catalogs, SubCatalogs of Catalogs,Business Terms,Associated BusinessTerms, Associated TechnicalMetadata and Associated Documents related to BusinessTerms.
Contains Collection Classes,Java Bean Classes which are common to all the modules like AMMObjectTypes, APIConstants, ImportHelper etc.
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.
-
Uses of Node.NodeType in com.ads.api.beans.bgm
Constructors in com.ads.api.beans.bgm with parameters of type Node.NodeType -
Uses of Node.NodeType in com.ads.api.beans.common
Methods in com.ads.api.beans.common that return Node.NodeTypeModifier and TypeMethodDescriptionNode.getNodeType()Returns NodeType of the Node.static Node.NodeTypeNode.NodeType.getNodeType(int objectTypeId) static Node.NodeTypeNode.NodeType.getNodeType(String value) Returns the nodeType of the specified value.static Node.NodeTypeReturns the enum constant of this class with the specified name.static Node.NodeType[]Node.NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ads.api.beans.common with parameters of type Node.NodeTypeModifier and TypeMethodDescriptionstatic intNode.NodeType.getObjectTypeId(Node.NodeType nodeType) voidNode.setNodeType(Node.NodeType nodeType) Method sets the NodeType as specified.Constructors in com.ads.api.beans.common with parameters of type Node.NodeTypeModifierConstructorDescriptionBasicNode(Node.NodeType nodeType, int id) Node(Node.NodeType nodeType) -
Uses of Node.NodeType in com.ads.api.util
Methods in com.ads.api.util with parameters of type Node.NodeTypeModifier and TypeMethodDescriptionDocumentUtil.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.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.addKeyValueAs(String keyValuejson, Node.NodeType objectType, int objectId, APIConstants.OutputFormat outputFormat) Inserts a single KeyValue pair object for the specified KeyValue object,objectTypeId and objectId.OutputFormat can be either JSON or XML.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.KeyValueUtil.addKeyValuesAs(String keyValuejson, Node.NodeType objectType, int objectId, APIConstants.OutputFormat outputFormat) Inserts a multiple KeyValue pair objects for the specified List of KeyValue objects,objectTypeId and objectId.OutputFormat can be either JSON or XML.KeyValueUtil.addKeyValuesAs(String keyValuemapjson, Node.NodeType objectType, APIConstants.OutputFormat outputFormat) Inserts multiple key value pair objects for the specified node type and given objectIds along with key value objects.MappingManagerUtil.addMappingDocument(int nodeId, Node.NodeType nodeType, String mapName, Document document) MappingDocument is added for the specified mapName.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.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.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.CodesetManagerUtil.assignCodeset(Node.NodeType nodeType, int nodeId, Codeset codeset) Assigns the specified codeset object to the specified nodeType and nodeId.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.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.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.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.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.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.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.SystemManagerUtil.deleteIndexes(Node.NodeType nodeType, int nodeId) Removes indexes for the specified nodeId of nodeType.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.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.TestManagerUtil.deleteValidationStep(int nodeId, Node.NodeType nodeType, String testCaseName, String stepName) Removes the ValidationStep of the specified stepName, testCaseName, nodeId, nodeType.TestManagerUtil.deleteValidationSteps(int nodeId, Node.NodeType nodeType, String testCaseName, List<String> stepNames) Removes the ValidationSteps of the specified List of stepNames, testCaseName, nodeId, nodeType.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.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.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.CodesetManagerUtil.getAssignedCodesets(Node.NodeType nodeType, int nodeId) Returns the list of codeset objects for the specified nodeType and nodeId where each codeset object contains codeset name, codeset description, codeset status and category name in which codeset is present etc...CodesetManagerUtil.getAssignedCodesets(Node.NodeType nodeType, int nodeId, int fillOptions) Returns the list of codeset objects for the specified nodeType and nodeId.TagUtil.getAssociatedTags(Node.NodeType nodeType, int nodeId) Returns the list of associated tags of the specified nodeType and nodeId.DocumentUtil.getDocument(Node.NodeType nodeType, int nodeId, String documentName) Returns the document Details with the given documentName of the specified nodeId of nodeType.SystemManagerUtil.getDocument(Node.NodeType nodeType, int docId) Returns the Document object for the specified docId of nodeType.DocumentUtil.getDocuments(Node.NodeType nodeType, int nodeId) Returns the documents of the specified nodeId of nodeType.SystemManagerUtil.getDocuments(Node.NodeType nodeType, List<Integer> docIds) Returns the List of Document object for the specified List of docId's of the nodeType.SystemManagerUtil.getIndex(Node.NodeType nodeType, int nodeId, String indexName) Returns SMIndex object for the specified nodeId of nodeType and indexName.SystemManagerUtil.getIndex(Node.NodeType nodeType, int nodeId, String indexName, int fillOptions) Returns SMIndex object for the specified nodeId of nodeType and indexName.SystemManagerUtil.getIndexes(Node.NodeType nodeType, int nodeId) Returns the list of SMIndex objects for the specified nodeId of nodeType.SystemManagerUtil.getIndexes(Node.NodeType nodeType, int nodeId, int fillOptions) Returns the list of SMIndex objects for the specified nodeId of nodeType.KeyValueUtil.getKeyValueAs(Node.NodeType objectType, int objectId, APIConstants.OutputFormat outputFormat) Returns the List of KeyValue Objects for the specified objectTypeId and objectId.KeyValueUtil.getKeyValues(Node.NodeType objectType, List<Integer> objectIds) Returns the Map of KeyValue Objects for the specified objectType and list of objectIds.KeyValueUtil.getKeyValuesAs(Node.NodeType objectType, List<Integer> objectIds, APIConstants.OutputFormat outputFormat) Returns the Map of KeyValue Objects for the specified objectTypeId and List of objectIds.KeyValueUtil.getKeyValuesList(Node.NodeType objectType, int objectId) Returns the List of KeyValue Objects for the specified objectType and objectId.MappingManagerUtil.getMapping(int parentNodeId, Node.NodeType nodeType, String mappingName) Returns Mapping Object for the specified parentNodeId, mappingName and nodeType.MappingManagerUtil.getMapping(int nodeId, Node.NodeType nodeType, String mapName, float versionNo) Returns all the information relating to the specified mapName, such as mappingDescription, mappingSpecVersion, mappingStatus,
mappingPlannedDevelopmentEffort, actualEffort,testingNotes, versionLabel, userDefined Fields, AuditFields etc...intMappingManagerUtil.getMappingId(int parentNodeId, String mappingName, Node.NodeType nodeType) Returns the mappingId for the specified parentNodeId, mappingName, nodeType.MappingManagerUtil.getMappings(int parentNodeId, Node.NodeType nodeType) Returns the List of Mappings for the specified parentNodeId, nodeType.BusinessGlossaryUtil.getObject(Node.NodeType nodeType, int businessObjectId) Returns the businessObject for the specified businessObjectId and nodeType.intBusinessGlossaryUtil.getObjectId(Node.NodeType nodeType, int catalogId, String businessObjectName) Returns the id of businessObject for the specified catalogId, nodeType and businessObjectName.BusinessGlossaryUtil.getObjectName(Node.NodeType nodeType, int businessObjectId) Returns the name of businessObject for the specified nodeType and businessObjectId.BusinessGlossaryUtil.getObjects(Node.NodeType nodeType, int catalogId) Returns the list of businessObjects for the specified catalogId and nodeType.BusinessGlossaryUtil.getObjects(Node.NodeType nodeType, List<Integer> businessObjectIds) Returns the list of businessObjects for the specified list of businessObjectIds and nodeType.intMappingManagerUtil.getSubjectId(int parentNodeId, Node.NodeType nodeType, String subjectName) Returns the subjectId for the specified parentNodeId, subjectName, nodeType.TestManagerUtil.getTestCase(int nodeId, Node.NodeType nodeType, String testCaseName) Returns the TestCase Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...TestManagerUtil.getTestCases(int nodeId, Node.NodeType nodeType) Returns the List of TestCase objects with Details such as TestCaseId, TestCaseName, TestCaseLabel, TypeOfTesting, Description and AuditHistory etc...for the specified nodeId of nodeType.TestManagerUtil.getValidationStep(int nodeId, Node.NodeType nodeType, String testCaseName, String validationStepName) Returns the TestCaseValidationStep Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...TestManagerUtil.getValidationSteps(int nodeId, Node.NodeType nodeType, String testCaseName) Returns the List of TestCaseValidationStep objects with Details such as StepName, StepType, Description, ExpectedResult, ActualResult, StepComments and AuditHistory etc...of the specified testCaseName, nodeId of nodeType.CodesetManagerUtil.getValidValues(Node.NodeType nodeType, int nodeId) Returns the list of code value objects for the specified nodeId where each code value object contains code name, code value, code description and codeset name in which code value is present etc....CodesetManagerUtil.getValidValues(Node.NodeType nodeType, int nodeId, int fillOptions) Returns the list of codeValue objects for the specified nodeType and nodeId.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.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.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.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.CodesetManagerUtil.unassignExistingCodesets(Node.NodeType nodeType, int nodeId) Unassigns existing codesets for the specified nodeId of nodeType.SystemManagerUtil.unassignExistingCodesets(Node.NodeType nodeType, int nodeId) Deprecated.MappingManagerUtil.unPublishMap(int nodeId, Node.NodeType nodeType, String mapName, float versionNo) Mapping is unpublished for the specified nodeId.Specifying the nodeId, nodeType are mandatory.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.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.uploadMapping(int nodeId, Node.NodeType nodeType, MappingImportHelper mappingImportHelper) Uploads the mappingSpecifications on the specified nodeId, nodeType of importFileType, importType specified in MappingImportHelper Object. -
Uses of Node.NodeType in com.ads.services.webservice.rest
Methods in com.ads.services.webservice.rest with parameters of type Node.NodeTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntityTagResource.associateTags(Node.NodeType nodeType, String objectIds, String tagNames) List of tags are associated to the object for the specified nodeType and objectIds.org.springframework.http.ResponseEntityTagResource.clearTags(Node.NodeType nodeType, String objectIds) Clears the tags for the specified nodeType and nodeId.org.springframework.http.ResponseEntityAssociationResource.deleteAssociations(Node.NodeType nodeType, String objectIds) Deletes all the associations of an object for the specified nodeType and objectIds.org.springframework.http.ResponseEntityBusinessGlossaryResource.deleteCatalogs(Node.NodeType nodeType, String catalogIds) Deletes the catalogs for the specified list of catalogIds.org.springframework.http.ResponseEntityBusinessGlossaryResource.deleteObjects(Node.NodeType nodeType, String businessAssetIds) Deletes the businessObjects for the specified list of businessAssetIds and nodeType.org.springframework.http.ResponseEntityTagResource.dissociateTags(Node.NodeType nodeType, String objectIds, String tagNames) List of tags are dissociated from the object for the specified nodeType, objectIds and list of tagNames.org.springframework.http.ResponseEntityTagResource.getAssociatedTags(Node.NodeType nodeType, int objectId, int page, int per_page) Returns the list of associated tags of the specified nodeType and objectId(nodeId).org.springframework.http.ResponseEntityAssociationResource.getAssociationsByObjectType(Node.NodeType nodeType, String objectIds, boolean fillInfo, int page, int per_page) Returns the list association objects for the specified nodeType and objectIds.org.springframework.http.ResponseEntityBusinessGlossaryResource.getBusinessAsset(Node.NodeType nodeType, int businessAssetId) Returns the businessAsset(Business object) for the specified businessAssetId and nodeType.org.springframework.http.ResponseEntityBusinessGlossaryResource.getBusinessAssets(Node.NodeType nodeType, String businessAssetIds, int page, int per_page) Returns the list of businessAsset((Business object) for the specified list of businessAssetIds and nodeType.org.springframework.http.ResponseEntityBusinessGlossaryResource.getBusinessAssetsByCatalogId(Node.NodeType nodeType, int catalogId, int page, int per_page)