Package com.microsoft.tfs.core.clients.workitem.query

Interface Summary
DisplayFieldList Represents a collection of FieldDefinitions that will be paged from the server when the WorkItems in a WorkItemCollection are accessed.
OperatorSelect  
Query Represents a query to the work item tracking service.
QueryDocumentDirtyListener Listener for when a QueryDocument changes its dirty state.
QueryDocumentSaveListener Listener for when a QueryDocument is saved.
SortFieldList Represents a collection of SortFields that can be sorted by a query.
StoredQuery Represents a stored query.
StoredQueryCollection Represents the stored queries collection from a project or work item store.
WorkItemCollection Represents a collection of work items that result from a query to the WorkItemClient.
 

Class Summary
BatchReadParameter Represents an ID and revision pair that will be added to a BatchReadParameterCollection.
BatchReadParameterCollection Represents a collection of parameters from a batch read.
QueryDocument A QueryDocument is used in the UI to represent a work item query.
QueryScope Describes the query scope.
QueryUtils Utilities for query classes.
ResultOptionsColumnWidthPersistence Persists column widths for result options so they can be used later.
SortField Represents a WorkItemFieldIDs that can be used to sort the results of a query.
SortType Describes the order by which a SortField is sorted.
StoredQueryFactory Factory for StoredQuery objects.
StoredQueryMaxLengths Defines maximum size constants for stored queries.
WIQDocument A WIQDocument represents a specific type of document used to store work item query information.
WorkItemLinkInfo Structure that represents Link query results.
 

Exception Summary
InvalidQueryTextException An Exception thrown to indicate invalid query text (WIQL) was passed to a method that required valid query text.
WIQDocumentParseException Exception thrown when a string cannot be parsed into a WIQDocument.
 



© 2015 Microsoft. All rights reserved.