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

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

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

Fields in com.microsoft.tfs.core.clients.workitem.queryhierarchy declared as QueryItemType
static QueryItemType QueryItemType.ALL
          Useful shorthand for querying all item types (Team Projects, query folders and query definitions.)
static QueryItemType QueryItemType.ALL_FOLDERS
          Useful shorthand for querying all folder types (Team Projects and query folders.)
static QueryItemType QueryItemType.PROJECT
          A Team Project node in the query hierarchy tree.
static QueryItemType QueryItemType.QUERY_DEFINITION
          A query definition (stored query) in the query hierarchy tree.
static QueryItemType QueryItemType.QUERY_FOLDER
          A folder in the query hierarchy tree.
 

Methods in com.microsoft.tfs.core.clients.workitem.queryhierarchy that return QueryItemType
 QueryItemType QueryItem.getType()
          Gets the QueryItemType for this query item, determining whether it is a Team Project (ie, the query hierarchy root), a query folder or a query definition.
 

Methods in com.microsoft.tfs.core.clients.workitem.queryhierarchy with parameters of type QueryItemType
 boolean QueryItemType.contains(QueryItemType type)
           
 



© 2015 Microsoft. All rights reserved.