Uses of Interface
com.microsoft.tfs.core.clients.workitem.node.Node

Packages that use Node
com.microsoft.tfs.core.clients.workitem.node   
 

Uses of Node in com.microsoft.tfs.core.clients.workitem.node
 

Methods in com.microsoft.tfs.core.clients.workitem.node that return Node
 Node NodeCollection.get(java.lang.String nodeName)
          Gets the Node object in this collection that has the specified name.
 Node[] NodeCollection.getNodes()
           
 Node Node.getParent()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.node that return types with arguments of type Node
 java.util.Iterator<Node> NodeCollection.iterator()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.node with parameters of type Node
 boolean NodeCollection.contains(Node node)
          Checks whether this collection contains the specified Node object.
 



© 2015 Microsoft. All rights reserved.