Uses of Interface
com.microsoft.tfs.core.clients.workitem.query.StoredQuery

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

Uses of StoredQuery in com.microsoft.tfs.core.clients.workitem
 

Methods in com.microsoft.tfs.core.clients.workitem that return StoredQuery
 StoredQuery WorkItemClient.getStoredQuery(com.microsoft.tfs.util.GUID guid)
          Similar to "WorkItemStore#GetStoredQuery(Guid)" in MS code.
 

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

Methods in com.microsoft.tfs.core.clients.workitem.query that return StoredQuery
 StoredQuery StoredQueryCollection.getByGUID(com.microsoft.tfs.util.GUID guid)
           
 StoredQuery[] StoredQueryCollection.getQueriesByScope(QueryScope scope)
           
 StoredQuery StoredQueryCollection.getQuery(int index)
           
 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)
           
 

Methods in com.microsoft.tfs.core.clients.workitem.query with parameters of type StoredQuery
 void StoredQueryCollection.add(StoredQuery storedQuery)
           
static java.lang.String QueryUtils.getExtendedDescription(StoredQuery query)
           
 void StoredQueryCollection.remove(StoredQuery storedQuery)
           
 



© 2015 Microsoft. All rights reserved.