|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkQueryMode | |
---|---|
com.microsoft.tfs.core.clients.workitem.query | |
com.microsoft.tfs.core.clients.workitem.query.qe | |
com.microsoft.tfs.core.clients.workitem.queryhierarchy |
Uses of LinkQueryMode in com.microsoft.tfs.core.clients.workitem.query |
---|
Methods in com.microsoft.tfs.core.clients.workitem.query that return LinkQueryMode | |
---|---|
LinkQueryMode |
QueryDocument.getQueryMode()
|
Methods in com.microsoft.tfs.core.clients.workitem.query with parameters of type LinkQueryMode | |
---|---|
void |
QueryDocument.setQueryMode(LinkQueryMode queryMode)
|
Uses of LinkQueryMode in com.microsoft.tfs.core.clients.workitem.query.qe |
---|
Methods in com.microsoft.tfs.core.clients.workitem.query.qe that return LinkQueryMode | |
---|---|
LinkQueryMode |
QEQuery.getLinkQueryMode()
|
Methods in com.microsoft.tfs.core.clients.workitem.query.qe with parameters of type LinkQueryMode | |
---|---|
static QEQuery |
QEQueryFactory.createQueryFromWIQL(java.lang.String wiql,
WorkItemClient client,
LinkQueryMode mode)
|
void |
QEQuery.setLinkQueryMode(LinkQueryMode mode)
|
Uses of LinkQueryMode in com.microsoft.tfs.core.clients.workitem.queryhierarchy |
---|
Fields in com.microsoft.tfs.core.clients.workitem.queryhierarchy declared as LinkQueryMode | |
---|---|
static LinkQueryMode |
LinkQueryMode.LINKS_DOES_NOT_CONTAIN
Specifies that one-hop queries must not contain the given link. |
static LinkQueryMode |
LinkQueryMode.LINKS_MAY_CONTAIN
Specifies that one-hop queries will include all links. |
static LinkQueryMode |
LinkQueryMode.LINKS_MUST_CONTAIN
Specifies that one-hop queries must contain the given link. |
static LinkQueryMode |
LinkQueryMode.LINKS_RECURSIVE
Specifies that all links will be returned (recursively.) |
static LinkQueryMode |
LinkQueryMode.UNKNOWN
|
static LinkQueryMode |
LinkQueryMode.WORK_ITEMS
Specifies that links to work items will be returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |