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

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

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

Options which affect the kinds of links returned for a query.

Since:
TEE-SDK-10.1

Field Summary
static LinkQueryMode LINKS_DOES_NOT_CONTAIN
          Specifies that one-hop queries must not contain the given link.
static LinkQueryMode LINKS_MAY_CONTAIN
          Specifies that one-hop queries will include all links.
static LinkQueryMode LINKS_MUST_CONTAIN
          Specifies that one-hop queries must contain the given link.
static LinkQueryMode LINKS_RECURSIVE
          Specifies that all links will be returned (recursively.)
static LinkQueryMode UNKNOWN
           
static LinkQueryMode WORK_ITEMS
          Specifies that links to work items will be returned.
 
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

UNKNOWN

public static final LinkQueryMode UNKNOWN

WORK_ITEMS

public static final LinkQueryMode WORK_ITEMS
Specifies that links to work items will be returned.


LINKS_MUST_CONTAIN

public static final LinkQueryMode LINKS_MUST_CONTAIN
Specifies that one-hop queries must contain the given link.


LINKS_MAY_CONTAIN

public static final LinkQueryMode LINKS_MAY_CONTAIN
Specifies that one-hop queries will include all links.


LINKS_DOES_NOT_CONTAIN

public static final LinkQueryMode LINKS_DOES_NOT_CONTAIN
Specifies that one-hop queries must not contain the given link.


LINKS_RECURSIVE

public static final LinkQueryMode LINKS_RECURSIVE
Specifies that all links will be returned (recursively.)



© 2015 Microsoft. All rights reserved.