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

Packages that use QueryFolder
com.microsoft.tfs.core.clients.workitem   
com.microsoft.tfs.core.clients.workitem.queryhierarchy   
 

Uses of QueryFolder in com.microsoft.tfs.core.clients.workitem
 

Methods in com.microsoft.tfs.core.clients.workitem that return QueryFolder
static QueryFolder WorkItemClient.getDefaultParent(Project project, boolean isPublic)
           
 

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

Subinterfaces of QueryFolder in com.microsoft.tfs.core.clients.workitem.queryhierarchy
 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 QueryFolder
 QueryFolder QueryItem.getOriginalParent()
          Gets the original parent folder of this query item, before any unsaved modifications were made to the hierarchy.
 QueryFolder QueryItem.getParent()
          Gets the parent folder of this query item.
 QueryFolder QueryFolder.newFolder(java.lang.String folderName)
          Creates a new QueryFolder beneath this folder.
 

Methods in com.microsoft.tfs.core.clients.workitem.queryhierarchy with parameters of type QueryFolder
static java.lang.String QueryFolderUtil.getHierarchicalPath(QueryFolder folder)
          Gets a string representation of the full path of this QueryFolder suitable for display to a user.
 



© 2015 Microsoft. All rights reserved.