Uses of Interface
edu.mit.stellar.api.ecm.Node

Packages that use Node
edu.mit.stellar.api.ecm   
 

Uses of Node in edu.mit.stellar.api.ecm
 

Subinterfaces of Node in edu.mit.stellar.api.ecm
 interface NodeM
          NodeM Interface for accessing writable properties of a node in the ECM.
 

Methods in edu.mit.stellar.api.ecm that return Node
 Node NodeM.addNode(java.lang.String relPath)
          From JCR Node interface, needed.
 Node Node.getAncestor(int degree)
          From JCR Item interface, probably useful.
 Node Node.getNode(java.lang.String relPath)
          From JCR Node interface, needed.
 Node NodeFactory.getNodeByPath(java.lang.String path)
          Return the node at the specified absolute path, if it exists, null if not, throw Exception if error.
 Node NodeFactory.getNodeByUUID(java.lang.String uuid)
          Return the node with the specified UUID, if it exists, null if not, throw Exception if error.
 Node Node.getParent()
          From JCR Item interface, needed.
 Node Node.getPrimaryItem()
          From JCR Node interface, probably useful.
 

Methods in edu.mit.stellar.api.ecm that return types with arguments of type Node
 java.util.List<Node> Node.getNodes()
          From JCR Node interface, needed.
 java.util.List<Node> Node.getNodes(java.lang.String namePattern)
          From JCR Node interface, needed.
 

Methods in edu.mit.stellar.api.ecm with parameters of type Node
 void NodeManager.deleteNode(Node node)
          Delete the specified node.
 NodeM NodeManager.getNodeM(Node node)
          Return a modifiable implementation for the specified node.
 boolean Node.isSame(Node otherNode)
          From JCR Item interface, may be useful.
 void NodeManager.moveNode(Node node, NodeM toParent)
          Move node within hierarchy.
 javax.jcr.Property NodeM.setProperty(java.lang.String name, Node value)
          From JCR Node interface, needed.
 



Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.