Uses of Interface
com.microsoft.tfs.core.clients.workitem.queryhierarchy.QueryItem

Packages that use QueryItem
com.microsoft.tfs.core.clients.workitem.query   
com.microsoft.tfs.core.clients.workitem.queryhierarchy   
 

Uses of QueryItem in com.microsoft.tfs.core.clients.workitem.query
 

Methods in com.microsoft.tfs.core.clients.workitem.query that return QueryItem
 QueryItem QueryDocument.getExistingQueryByName(java.lang.String name)
           
 

Uses of QueryItem in com.microsoft.tfs.core.clients.workitem.queryhierarchy
 

Subinterfaces of QueryItem in com.microsoft.tfs.core.clients.workitem.queryhierarchy
 interface QueryDefinition
          Represents a stored query definition in the query hierarchy.
 interface QueryFolder
          Represents a folder in Team Foundation Server that can be queried.
 interface QueryHierarchy
          A QueryHierarchy represents the tree of stored Work Item queries and folders that contain them.
 

Methods in com.microsoft.tfs.core.clients.workitem.queryhierarchy that return QueryItem
 QueryItem QueryHierarchy.find(com.microsoft.tfs.util.GUID id)
          Scans the query hierarchy recursively for a QueryItem with an id matching the given id.
 QueryItem QueryFolder.getItemByID(com.microsoft.tfs.util.GUID id)
          Returns the child QueryItem with the given id.
 QueryItem QueryFolder.getItemByName(java.lang.String name)
          Returns the child QueryItem with the given name.
 QueryItem[] QueryFolder.getItems()
          Gets the child QueryItems contained by this folder.
 

Methods in com.microsoft.tfs.core.clients.workitem.queryhierarchy with parameters of type QueryItem
 void QueryFolder.add(QueryItem item)
          Adds the given QueryItem as a child of this folder.
 boolean QueryFolder.contains(QueryItem item)
          Determines whether this folder contains the given QueryItem.
 



© 2015 Microsoft. All rights reserved.