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

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.clients.workitem.queryhierarchy.QueryType
All Implemented Interfaces:
java.lang.Comparable

public final class QueryType
extends com.microsoft.tfs.util.TypesafeEnum

Defines types of work item queries.

Since:
TEE-SDK-10.1

Field Summary
static QueryType INVALID
          A query that cannot be resolved as well-formed WIQL will not have a valid QueryType.
static QueryType LIST
          A flat list of all work items that match the given WIQL query.
static QueryType ONE_HOP
          A list of all work items and immediate children that match the given WIQL query.
static QueryType TREE
          A list of all work items and all children that match the given WIQL query.
 
Method Summary
 
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum
compareTo, equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INVALID

public static final QueryType INVALID
A query that cannot be resolved as well-formed WIQL will not have a valid QueryType.


LIST

public static final QueryType LIST
A flat list of all work items that match the given WIQL query.


ONE_HOP

public static final QueryType ONE_HOP
A list of all work items and immediate children that match the given WIQL query.


TREE

public static final QueryType TREE
A list of all work items and all children that match the given WIQL query.



© 2015 Microsoft. All rights reserved.