Uses of Class
com.microsoft.tfs.core.clients.workitem.query.QueryScope

Packages that use QueryScope
com.microsoft.tfs.core.clients.workitem.query   
 

Uses of QueryScope in com.microsoft.tfs.core.clients.workitem.query
 

Fields in com.microsoft.tfs.core.clients.workitem.query declared as QueryScope
static QueryScope QueryScope.PRIVATE
           
static QueryScope QueryScope.PUBLIC
           
 

Methods in com.microsoft.tfs.core.clients.workitem.query that return QueryScope
 QueryScope StoredQuery.getQueryScope()
           
 QueryScope QueryDocument.getQueryScope()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.query with parameters of type QueryScope
 StoredQuery[] StoredQueryCollection.getQueriesByScope(QueryScope scope)
           
 StoredQuery StoredQueryCollection.getQueryByNameAndScope(java.lang.String name, QueryScope scope)
           
static StoredQuery StoredQueryFactory.newStoredQuery(QueryScope queryScope, java.lang.String queryName, java.lang.String queryText, java.lang.String description)
           
 void StoredQuery.setQueryScope(QueryScope scope)
          Sets the scope of this stored query.
 void QueryDocument.setQueryScope(QueryScope scope)
           
 



© 2015 Microsoft. All rights reserved.