Uses of Class
wt.csm.navigation.litenavigation.ClassificationNodeDefaultView

Packages that use ClassificationNodeDefaultView
com.ptc.windchill.counterpart   
com.ptc.windchill.counterpart.metadata.classnode   
wt.clients.csm.classification   
wt.csm   
wt.csm.constraint   
wt.csm.navigation   
wt.csm.navigation.litenavigation   
wt.csm.navigation.service   
wt.export   
wt.ixb.conflictFramework.conflictResolution   
wt.ixb.handlers.forclasses   
 

Uses of ClassificationNodeDefaultView in com.ptc.windchill.counterpart
 

Methods in com.ptc.windchill.counterpart that return ClassificationNodeDefaultView
private  ClassificationNodeDefaultView[] cWTMetadata.getNodeViews(ClassificationStruct struct, HashMap idMap, HashMap childNodeMap, HashMap constraintMap)
          Queries the database for all classification nodes for a given structure.
private  ClassificationNodeDefaultView[] cWTMetadata.getAttributeContainers(ClassificationNodeDefaultView[] nodeViews, int nextClone)
           
 

Methods in com.ptc.windchill.counterpart with parameters of type ClassificationNodeDefaultView
private  void cWTMetadata.setChildNodeRefsForNodes(ClassificationNodeDefaultView[] nodeViews, HashMap childNodeMap, ArrayList structNodeChildren)
          Scans the given array of classification nodes and creates a list of children for each classification node and stores the list against the node in the given map.
private  void cWTMetadata.getConstraintsForNodes(ClassificationNodeDefaultView[] nodeViews, HashMap constraintMap)
          Uses the WSF/CSM API to query the database for classification constraints and create a list of constraints for each classification node and stores the list against the node in the given map.
private  void cWTMetadata.addClasses(ClassificationNodeDefaultView[] nodeViews, HashMap idMap, HashMap childNodeMap, HashMap constraintMap, ArrayList classList)
           
private  ClassificationNodeDefaultView[] cWTMetadata.getAttributeContainers(ClassificationNodeDefaultView[] nodeViews, int nextClone)
           
 

Uses of ClassificationNodeDefaultView in com.ptc.windchill.counterpart.metadata.classnode
 

Fields in com.ptc.windchill.counterpart.metadata.classnode declared as ClassificationNodeDefaultView
private  ClassificationNodeDefaultView cClassificationNode.fClassificationNode
           
 

Methods in com.ptc.windchill.counterpart.metadata.classnode that return ClassificationNodeDefaultView
private  ClassificationNodeDefaultView cClassificationNode.getClassificationNode()
           
private  ClassificationNodeDefaultView cClassificationNode.refreshClassificationNode(String debug)
           
static ClassificationNodeDefaultView cClassificationNode.create(nitidus.sil.be.clf.iPartClass cpPartClass, cClassificationNode parent, cClassifiableModeledNode struct, HashMap attrsSearchMap, ArrayList errors)
           
protected  ClassificationNodeDefaultView cClassificationNode.createChild(ClassificationNodeDefaultView childView, cClassifiableModeledNode struct)
           
protected  ClassificationNodeDefaultView cClassifiableModeledNode.createChild(ClassificationNodeDefaultView childView, ClassificationNodeDefaultView parentView)
           
 

Methods in com.ptc.windchill.counterpart.metadata.classnode with parameters of type ClassificationNodeDefaultView
private  String[] cClassificationNode.getPropertyIDsFromContainer(ClassificationNodeDefaultView nodeWithAttributes)
           
private  HashMap cClassificationNode.mergeConstraintsAndDefaults(ClassificationNodeDefaultView nodeWithAttributes, ArrayList constraintList)
           
protected  ClassificationNodeDefaultView cClassificationNode.createChild(ClassificationNodeDefaultView childView, cClassifiableModeledNode struct)
           
private  boolean cClassificationNode.deleteObsoleteAttributesAndConstraintsFromClass(ClassificationNodeDefaultView defView, HashMap attrsSearchMap)
           
private  boolean cClassificationNode.removeOldConstraintsAndRefineNewOnes(ClassificationNodeDefaultView defView, nitidus.sil.be.clf.iPartClass cpPartClass, HashMap attrsSearchMap, Vector newConstraints)
           
protected  ClassificationNodeDefaultView cClassifiableModeledNode.createChild(ClassificationNodeDefaultView childView, ClassificationNodeDefaultView parentView)
           
 

Constructors in com.ptc.windchill.counterpart.metadata.classnode with parameters of type ClassificationNodeDefaultView
cClassificationNode(ClassificationNodeDefaultView node, ClassificationNodeDefaultView nodeWithAttributes, String[] childRef, ArrayList constraintList, String parentID)
           
 

Uses of ClassificationNodeDefaultView in wt.clients.csm.classification
 

Fields in wt.clients.csm.classification declared as ClassificationNodeDefaultView
(package private)  ClassificationNodeDefaultView ConstraintCreator.currentNode
           
(package private)  ClassificationNodeDefaultView ConstraintCreator.node
           
(package private)  ClassificationNodeDefaultView ClassifierRemoveButton.node
           
protected  ClassificationNodeDefaultView ClassificationNodeEditor.node
           
(package private)  ClassificationNodeDefaultView ClassificationNodeConstraintPanel.node
           
 

Methods in wt.clients.csm.classification that return ClassificationNodeDefaultView
private  ClassificationNodeDefaultView ClassificationNodeEditor.getDefaultViewObject(Object obj)
           
 

Constructors in wt.clients.csm.classification with parameters of type ClassificationNodeDefaultView
ConstraintCreator(ClassificationNodeDefaultView node)
           
ConstraintCreator(ClassificationNodeDefaultView node, Frame frame, boolean modal)
           
ConstraintCreator(ClassificationNodeDefaultView node, Frame frame, boolean modal, AbstractCSMAttributeConstraintView target)
           
ConstraintCreator(ClassificationNodeDefaultView node, Frame frame, boolean modal, String measurementSystem)
           
ConstraintCreator(ClassificationNodeDefaultView node, Frame frame, boolean modal, String measurementSystem, AbstractCSMAttributeConstraintView target)
           
 

Uses of ClassificationNodeDefaultView in wt.csm
 

Methods in wt.csm that return ClassificationNodeDefaultView
static ClassificationNodeDefaultView ReclassifyTool.getClassificationNodeDefaultView(ClassificationNode node)
          return the ClassificationNodeDefaultView from a Classification Node
static ClassificationNodeDefaultView ReclassifyTool.deleteConstraints(AbstractCSMAttributeConstraintView[] aabstractcsmattributeconstraintview, ClassificationNodeDefaultView classificationnodedefaultview)
          Remove constraints from a Classification Node
static ClassificationNodeDefaultView ReclassifyTool.removeParentsInheritedCSMConstraints(ClassificationNode classificationnode, Vector parents)
          Copy constraints to a given Classification Node from all its Parents
static ClassificationNodeDefaultView ReclassifyTool.setClassificationNodeAttributeContainer(ClassificationNodeDefaultView node, AttributeDefDefaultView[] newAttributeDefDefaultView, Hashtable parentValues)
          update the Attributes of a Classification Node return the updated Classification Node
 

Methods in wt.csm with parameters of type ClassificationNodeDefaultView
static boolean ReclassifyTool.constraintAlreadyExists(String constraintDescriptor, ClassificationNodeDefaultView classificationnodedefaultview)
          Check if a constraint already exists on a given Classification Node
static ClassificationNodeDefaultView ReclassifyTool.deleteConstraints(AbstractCSMAttributeConstraintView[] aabstractcsmattributeconstraintview, ClassificationNodeDefaultView classificationnodedefaultview)
          Remove constraints from a Classification Node
static AbstractCSMAttributeConstraintView ReclassifyTool.getConstraintFromDescriptor(String constraintDescriptor, ClassificationNodeDefaultView classificationnodedefaultview)
          Return a Classification Node constraint given a its Constraint Descriptor
static ClassificationNodeDefaultView ReclassifyTool.setClassificationNodeAttributeContainer(ClassificationNodeDefaultView node, AttributeDefDefaultView[] newAttributeDefDefaultView, Hashtable parentValues)
          update the Attributes of a Classification Node return the updated Classification Node
 

Uses of ClassificationNodeDefaultView in wt.csm.constraint
 

Methods in wt.csm.constraint that return ClassificationNodeDefaultView
static ClassificationNodeDefaultView CSMConstraintLoader.deleteAllConstraints(AbstractCSMAttributeConstraintView[] constraints, ClassificationNodeDefaultView cndv)
           
static ClassificationNodeDefaultView CSMConstraintLoader.getCachedNode(String key)
           
 

Methods in wt.csm.constraint with parameters of type ClassificationNodeDefaultView
static ClassificationNodeDefaultView CSMConstraintLoader.deleteAllConstraints(AbstractCSMAttributeConstraintView[] constraints, ClassificationNodeDefaultView cndv)
           
static boolean CSMConstraintLoader.constraintAlreadyExists(String constraintType, String hierarchyID, ClassificationNodeDefaultView cndv, String newConstraintString)
           
static void CSMConstraintLoader.addConstraintToContainerGroup(ClassificationNodeDefaultView node)
           
 

Uses of ClassificationNodeDefaultView in wt.csm.navigation
 

Methods in wt.csm.navigation that return ClassificationNodeDefaultView
static ClassificationNodeDefaultView ClassificationNodeLoader.findParentClassificationNode(String parentPath, ClassificationStructDefaultView csdv)
           
 

Uses of ClassificationNodeDefaultView in wt.csm.navigation.litenavigation
 

Methods in wt.csm.navigation.litenavigation with parameters of type ClassificationNodeDefaultView
protected  boolean ClassificationNodeDefaultView.readVersion(ClassificationNodeDefaultView thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void ClassificationNodeDefaultView.setParent(ClassificationNodeDefaultView parent)
          

Supported API: false
 

Uses of ClassificationNodeDefaultView in wt.csm.navigation.service
 

Methods in wt.csm.navigation.service that return ClassificationNodeDefaultView
 ClassificationNodeDefaultView StandardClassificationService.getClassificationNodeDefaultView(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.getClassificationNodeDefaultView(LiteIBAReferenceable referencedObject)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.createClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruc)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.updateClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.refreshClassificationNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.getParentNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
private  ClassificationNodeDefaultView StandardClassificationService.insertCSMConstraint(ClassificationNode node)
           
static ClassificationNodeDefaultView NavigationObjectsFactory.newClassificationNodeDefaultView(ClassificationNode classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.getClassificationNodeDefaultView(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.getClassificationNodeDefaultView(LiteIBAReferenceable referencedObject)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.createClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruc)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.updateClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.refreshClassificationNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.getParentNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.getClassificationNodeDefaultView(ClassificationNodeNodeView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.getClassificationNodeDefaultView(LiteIBAReferenceable referencedObject)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.createClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruc)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.updateClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.refreshClassificationNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.getParentNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
static ClassificationNodeDefaultView ClassificationObjectsFactory.newClassificationNodeDefaultView(ClassificationNode classificationNode)
          

Supported API: false
 

Methods in wt.csm.navigation.service with parameters of type ClassificationNodeDefaultView
 ClassificationNodeDefaultView StandardClassificationService.createClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruc)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.updateClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.refreshClassificationNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationStructDefaultView StandardClassificationService.getClassificationStructureDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView StandardClassificationService.getParentNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeNodeView[] StandardClassificationService.recursiveCopyAttributes(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
static ClassificationNode NavigationObjectsFactory.newClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.createClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruc)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.updateClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.refreshClassificationNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationStructDefaultView ClassificationServiceFwd.getClassificationStructureDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationServiceFwd.getParentNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeNodeView[] ClassificationServiceFwd.recursiveCopyAttributes(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.createClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruc)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.updateClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.refreshClassificationNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationStructDefaultView ClassificationService.getClassificationStructureDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeDefaultView ClassificationService.getParentNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNodeNodeView[] ClassificationService.recursiveCopyAttributes(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
static ClassificationNode ClassificationObjectsFactory.newClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationNode ClassificationDBService.createClassificationNode(ClassificationNodeDefaultView classificationNode, ClassificationNodeDefaultView templateNode, ClassificationStructDefaultView classificationStruct)
          

Supported API: false
 ClassificationNode ClassificationDBService.updateClassificationNode(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNode ClassificationDBService.refreshClassificationNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationStruct ClassificationDBService.getClassificationStructureDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNode ClassificationDBService.getParentNodeDefaultView(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
 ClassificationNode[] ClassificationDBService.recursiveCopyAttributes(ClassificationNodeDefaultView classificationNode)
          

Supported API: false
private  void ClassificationDBService.persistCSMConstraints(ClassificationNodeDefaultView node, ClassificationNode heavyNode, boolean recurse)
           
 

Uses of ClassificationNodeDefaultView in wt.export
 

Methods in wt.export that return ClassificationNodeDefaultView
static ClassificationNodeDefaultView NavigationExport.newClassificationNodeDefaultView(ClassificationNode classificationNode)
           
static ClassificationNodeDefaultView[] NavigationExport.getClassificationStructureRootNodes(ClassificationStructDefaultView csdv)
           
static ClassificationNodeDefaultView[] NavigationExport.getClassificationNodeDefaultViewChildren(AbstractNodeView classificationNode)
           
static ClassificationNodeDefaultView[] NavigationExport.getClassificationNodeDefaultViewChildren(ObjectIdentifier oi)
           
static ClassificationNodeDefaultView CSMConstraintExport.newClassificationNodeDefaultView(ClassificationNode classificationNode)
           
 

Methods in wt.export with parameters of type ClassificationNodeDefaultView
static boolean NavigationExport.getNextChildNode(String parentPath, ClassificationNodeDefaultView parent, ClassificationStructDefaultView csdv, AbstractQueryTargetView aqtv)
           
static boolean NavigationExport.getNextChildNode(String parentPath, ClassificationNodeDefaultView parent, ClassificationStructDefaultView csdv, AbstractQueryTargetView[] aqtvs)
           
static boolean NavigationExport.addNextChildNodeWithNodeQueryFormToHashTable(String parent, String nodeName, ClassificationNodeDefaultView cndv, ClassificationStructDefaultView csdv, AbstractQueryTargetView[] aqtvs)
           
static boolean NavigationExport.addNextChildNodeWithNodeQueryFormToHashTable(String parent, String nodeName, ClassificationNodeDefaultView cndv, ClassificationStructDefaultView csdv, AbstractQueryTargetView aqtv)
           
static void CSMConstraintExport.removeFromConstraintGroups(ClassificationNodeDefaultView cndv, AbstractCSMAttributeConstraintView obj)
           
 

Uses of ClassificationNodeDefaultView in wt.ixb.conflictFramework.conflictResolution
 

Methods in wt.ixb.conflictFramework.conflictResolution that return ClassificationNodeDefaultView
private  ClassificationNodeDefaultView CreateClassificationNodeResolver.createClassificationNode(IxbElement fileXML, Importer importer)
           
private  ClassificationNodeDefaultView CreateClassificationNodeResolver.getClassificationNodeDefaultViewByPath(String nodePath)
           
 

Uses of ClassificationNodeDefaultView in wt.ixb.handlers.forclasses
 

Methods in wt.ixb.handlers.forclasses that return ClassificationNodeDefaultView
private  ClassificationNodeDefaultView ExpImpForClassificationNode.getClassificationNodeDefaultViewByPath(String nodePath)
          Find the ClassificationNodeDefaultView by full path.
private  ClassificationNodeDefaultView ExpImpForClassificationNode.createClassificationNode(IxbElement fileXML, Importer importer)
          To create a brand new ClassificationNode instance and persisted into database absed on the information provided by the XML file
 

Methods in wt.ixb.handlers.forclasses with parameters of type ClassificationNodeDefaultView
private  String ExpImpForClassificationNode.getFullPath(ClassificationNodeDefaultView defV)
           
private  void ExpImpForClassificationNode.exportImageHolder(ClassificationNodeDefaultView defV, ClassificationNode node, IxbElement fileXML, Exporter exporter)
           
private  void ExpImpForClassificationNode.checkConflictForNodeAttributes(ClassificationNodeDefaultView existingView, IxbElement fileXML, Importer importer)
          Check the conflicts for the ClassificationNode found from database against the XML file.
private  void ExpImpForClassificationNode.checkConflictForClassificationStruct(ClassificationNodeDefaultView existingV, ClassificationNode existingNode, IxbElement fileXML, Importer importer)
          Check the conflicts for the ClassificationStruct for the ClassificationNode found from database against the XML file in the jar.