|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |