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

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

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

Methods in com.microsoft.tfs.core.clients.workitem that return WorkItemCollection
 WorkItemCollection WorkItemClient.query(int[] ids, java.lang.String wiql)
           
 WorkItemCollection WorkItemClient.query(java.lang.String wiql)
           
 WorkItemCollection WorkItemClient.query(java.lang.String wiql, BatchReadParameterCollection batchReadParams)
           
 WorkItemCollection WorkItemClient.query(java.lang.String wiql, java.util.Map<java.lang.String,java.lang.Object> queryContext)
           
 WorkItemCollection WorkItemClient.query(java.lang.String wiql, java.util.Map<java.lang.String,java.lang.Object> queryContext, boolean dayPrecision)
           
 

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

Methods in com.microsoft.tfs.core.clients.workitem.query that return WorkItemCollection
 WorkItemCollection Query.runQuery()
           
 WorkItemCollection StoredQuery.runQuery(java.util.Map<java.lang.String,java.lang.Object> queryContext)
          Runs this stored query directly.
 



© 2015 Microsoft. All rights reserved.