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

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by com.microsoft.tfs.core.clients.workitem.queryhierarchy.QueryItemType
All Implemented Interfaces:
java.io.Serializable

public final class QueryItemType
extends com.microsoft.tfs.util.BitField

Defines types of QueryItems.

See Also:
Serialized Form
Since:
TEE-SDK-10.1

Field Summary
static QueryItemType ALL
          Useful shorthand for querying all item types (Team Projects, query folders and query definitions.)
static QueryItemType ALL_FOLDERS
          Useful shorthand for querying all folder types (Team Projects and query folders.)
static QueryItemType PROJECT
          A Team Project node in the query hierarchy tree.
static QueryItemType QUERY_DEFINITION
          A query definition (stored query) in the query hierarchy tree.
static QueryItemType QUERY_FOLDER
          A folder in the query hierarchy tree.
 
Method Summary
 boolean contains(QueryItemType type)
           
 
Methods inherited from class com.microsoft.tfs.util.BitField
combine, combineInternal, containsAllInternal, containsAnyInternal, containsInternal, equals, fromStringValues, getCombinedSpecialFlags, hashCode, isEmpty, registerStringValue, registerStringValue, removeInternal, retainInternal, toFullStringValues, toIntFlags, toString, toStringValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROJECT

public static final QueryItemType PROJECT
A Team Project node in the query hierarchy tree.


QUERY_FOLDER

public static final QueryItemType QUERY_FOLDER
A folder in the query hierarchy tree.


QUERY_DEFINITION

public static final QueryItemType QUERY_DEFINITION
A query definition (stored query) in the query hierarchy tree.


ALL

public static final QueryItemType ALL
Useful shorthand for querying all item types (Team Projects, query folders and query definitions.)


ALL_FOLDERS

public static final QueryItemType ALL_FOLDERS
Useful shorthand for querying all folder types (Team Projects and query folders.)

Method Detail

contains

public boolean contains(QueryItemType type)


© 2015 Microsoft. All rights reserved.