Uses of Class
wt.csm.navigation.IndependentNode

Packages that use IndependentNode
wt.csm.navigation   
wt.csm.navigation.service   
 

Uses of IndependentNode in wt.csm.navigation
 

Methods in wt.csm.navigation that return IndependentNode
 IndependentNode IndNavStructIndependentNode.getIndependentNode()
          Gets the object for the association that plays role: INDEPENDENT_NODE_ROLE.
 IndependentNode IndependentNodeLink.getChildren()
          Gets the object for the association that plays role: CHILDREN_ROLE.
 IndependentNode IndependentNodeLink.getParent()
          Gets the object for the association that plays role: PARENT_ROLE.
 IndependentNode IndependentNode.getParent()
          Gets the object for the association that plays role: PARENT.
static IndependentNode IndependentNode.newIndependentNode(String name, IndependentNode parent, IndependentNavStruct indepNavStruct)
          

Supported API: false
static IndependentNode IndependentNode.newIndependentNode()
          

Supported API: false
 

Methods in wt.csm.navigation with parameters of type IndependentNode
 void IndNavStructIndependentNode.setIndependentNode(IndependentNode independentNode)
          Sets the object for the association that plays role: INDEPENDENT_NODE_ROLE.
static IndNavStructIndependentNode IndNavStructIndependentNode.newIndNavStructIndependentNode(IndependentNavStruct indNavStruct, IndependentNode independentNode)
          Default factory for the class.
 void IndependentNodeLink.setChildren(IndependentNode children)
          Sets the object for the association that plays role: CHILDREN_ROLE.
 void IndependentNodeLink.setParent(IndependentNode parent)
          Sets the object for the association that plays role: PARENT_ROLE.
static IndependentNodeLink IndependentNodeLink.newIndependentNodeLink(IndependentNode children, IndependentNode parent)
          Default factory for the class.
protected  boolean IndependentNode.readVersion(IndependentNode thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void IndependentNode.setParent(IndependentNode a_Parent)
          Sets the object for the association that plays role: PARENT.
static IndependentNode IndependentNode.newIndependentNode(String name, IndependentNode parent, IndependentNavStruct indepNavStruct)
          

Supported API: false
protected  void IndependentNode.initialize(String name, IndependentNode parent, IndependentNavStruct indepNavStruct)
          Supports initialization, following construction of an instance.
 

Uses of IndependentNode in wt.csm.navigation.service
 

Methods in wt.csm.navigation.service that return IndependentNode
static IndependentNode NavigationObjectsFactory.newIndependentNode(IndependentNodeDefaultView indepNode, IndependentNavStruct indepNavStruct)
          

Supported API: false
static IndependentNode NavigationObjectsFactory.newIndependentNode(IndependentNode indepNode)
          

Supported API: false
 IndependentNode NavigationDBService.copyNavigationNode(IndependentNodeNodeView sourceNavigationNode, IndependentNodeNodeView targetParentNavigationNode)
          

Supported API: false
 IndependentNode NavigationDBService.createNavigationNode(IndependentNodeDefaultView navigationNode, AbstractNavStructView navStruct)
          

Supported API: false
 IndependentNode NavigationDBService.updateNavigationNode(IndependentNodeNodeView navigationNode)
          

Supported API: false
 

Methods in wt.csm.navigation.service with parameters of type IndependentNode
static IndependentNodeDefaultView NavigationObjectsFactory.newIndependentNodeDefaultView(IndependentNode indepNode)
          

Supported API: false
static IndependentNodeNodeView NavigationObjectsFactory.newIndependentNodeNodeView(IndependentNode indepNode)
          

Supported API: false
static IndependentNode NavigationObjectsFactory.newIndependentNode(IndependentNode indepNode)
          

Supported API: false
static NodeQueryForm NavigationObjectsFactory.newNodeQueryForm(NodeQueryForm queryForm, IndependentNode node)
          

Supported API: false
protected  AbstractNode[] NavigationDBService.getHeavyIndependentNodeChildren(IndependentNode node)
           
private  boolean NavigationDBService.hasValidLineage(ObjectIdentifier nodeID, IndependentNode parent)
           
private  void NavigationDBService.copyNodeQueryForm(IndependentNode newNode, IndependentNode oldNode)
           
protected  void NavigationDBService.recurseCopyNode(IndependentNode parent, AbstractNode[] children)