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 QueryDocument.getQueryScope()
           
 QueryScope StoredQuery.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 QueryDocument.setQueryScope(QueryScope scope)
           
 void StoredQuery.setQueryScope(QueryScope scope)
          Sets the scope of this stored query.
 



© 2014 Microsoft. All rights reserved.