|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.clients.workitem.queryhierarchy.LinkQueryMode
public final class LinkQueryMode
Options which affect the kinds of links returned for a query.
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 |
---|
public static final LinkQueryMode UNKNOWN
public static final LinkQueryMode WORK_ITEMS
public static final LinkQueryMode LINKS_MUST_CONTAIN
public static final LinkQueryMode LINKS_MAY_CONTAIN
public static final LinkQueryMode LINKS_DOES_NOT_CONTAIN
public static final LinkQueryMode LINKS_RECURSIVE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |