Uses of Class
com.microsoft.tfs.core.clients.workitem.queryhierarchy.QueryType

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

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

Methods in com.microsoft.tfs.core.clients.workitem.query that return QueryType
 QueryType QueryDocument.getQueryType()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.query with parameters of type QueryType
 void QueryDocument.setQueryType(QueryType queryType)
           
 

Uses of QueryType in com.microsoft.tfs.core.clients.workitem.query.qe
 

Methods in com.microsoft.tfs.core.clients.workitem.query.qe that return QueryType
 QueryType QEQuery.getQueryType()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.query.qe with parameters of type QueryType
 void QEQuery.setQueryType(QueryType queryType)
           
 

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

Fields in com.microsoft.tfs.core.clients.workitem.queryhierarchy declared as QueryType
static QueryType QueryType.INVALID
          A query that cannot be resolved as well-formed WIQL will not have a valid QueryType.
static QueryType QueryType.LIST
          A flat list of all work items that match the given WIQL query.
static QueryType QueryType.ONE_HOP
          A list of all work items and immediate children that match the given WIQL query.
static QueryType QueryType.TREE
          A list of all work items and all children that match the given WIQL query.
 

Methods in com.microsoft.tfs.core.clients.workitem.queryhierarchy that return QueryType
 QueryType QueryDefinition.getQueryType()
          Returns the hierarchical return type of this query.
 



© 2015 Microsoft. All rights reserved.