Uses of Class
wt.csm.navigation.AbstractNode

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

Uses of AbstractNode in wt.csm.navigation
 

Subclasses of AbstractNode in wt.csm.navigation
 class ClassificationNode
          a
 class IndependentNode
           Use the newIndependentNode static factory method(s), not the IndependentNode constructor, to construct instances of this class.
 

Methods in wt.csm.navigation that return AbstractNode
 AbstractNode NodeQueryForm.getAbsNode()
          Gets the object for the association that plays role: ABS_NODE.
 AbstractNode NodeQFAbsNode.getAbsNode()
          Gets the object for the association that plays role: ABS_NODE_ROLE.
 

Methods in wt.csm.navigation with parameters of type AbstractNode
 void NodeQueryForm.setAbsNode(AbstractNode a_AbsNode)
          Sets the object for the association that plays role: ABS_NODE.
static NodeQueryForm NodeQueryForm.newNodeQueryForm(AbstractNode node, DefaultQueryForm defaultQueryForm)
          

Supported API: false
protected  void NodeQueryForm.initialize(AbstractNode node, DefaultQueryForm defaultQueryForm)
          Supports initialization, following construction of an instance.
 void NodeQFAbsNode.setAbsNode(AbstractNode absNode)
          Sets the object for the association that plays role: ABS_NODE_ROLE.
static NodeQFAbsNode NodeQFAbsNode.newNodeQFAbsNode(NodeQueryForm nodeQF, AbstractNode absNode)
          Default factory for the class.
protected  boolean AbstractNode.readVersion(AbstractNode thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of AbstractNode in wt.csm.navigation.service
 

Methods in wt.csm.navigation.service that return AbstractNode
 AbstractNode[] NavigationDBService.getNavigationStructureRootNodes(NavStructListView navStruct)
          

Supported API: false
 AbstractNode[] NavigationDBService.getNavigationNodeChildren(AbstractNodeNodeView node)
          

Supported API: false
 AbstractNode NavigationDBService.getParentNodeDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNode NavigationDBService.getNavigationNodeDefaultView(AbstractNodeNodeView navigationNode)
          

Supported API: false
 AbstractNode NavigationDBService.refreshNavigationNodeDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNode NavigationDBService.refreshNavigationNodeNodeView(AbstractNodeNodeView navigationNode)
          

Supported API: false
 AbstractNode NavigationDBService.updateNavigationNode(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNode NavigationDBService.getNavigationNodeFromID(String nodeid)
          

Supported API: false
 AbstractNode[] NavigationDBService.getParentNodes(AbstractNodeNodeView navigationNode)
          

Supported API: false
private  AbstractNode[] NavigationDBService.getNavigationStructureRootNodes(AbstractNavStructView navStruct)
           
protected  AbstractNode[] NavigationDBService.getHeavyIndependentNodeChildren(IndependentNode node)
           
 AbstractNode[] NavigationDBService.getHeavyNavigationNodeChildren(AbstractNode node)
           
 

Methods in wt.csm.navigation.service with parameters of type AbstractNode
private  AbstractNodeDefaultView StandardNavigationService.insertNodeQueryFormDefaultView(AbstractNode node)
           
static NodeQueryForm NavigationObjectsFactory.newNodeQueryForm(NodeQueryFormDefaultView queryForm, AbstractNode node)
          

Supported API: false
private  AbstractNodeDefaultView NavigationDBService.insertNodeQueryFormDefaultView(AbstractNode node)
           
private  boolean NavigationDBService.hasValidName(String sourceName, AbstractNode[] siblings)
           
private  void NavigationDBService.persistNodeQueryForm(AbstractNode persistedNode, AbstractNodeDefaultView node)
           
protected  void NavigationDBService.recurseCopyNode(IndependentNode parent, AbstractNode[] children)
           
private  void NavigationDBService.deleteNodeQueryForm(AbstractNode node)
           
protected  void NavigationDBService.recurseDeleteNode(AbstractNode[] children)
           
 AbstractNode[] NavigationDBService.getHeavyNavigationNodeChildren(AbstractNode node)
           
private  void NavigationDBService.recurseDeleteNavigationNode(AbstractNode[] nodes)