Uses of Interface
com.microsoft.tfs.core.clients.workitem.WorkItem

Packages that use WorkItem
com.microsoft.tfs.core.artifact   
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
com.microsoft.tfs.core.clients.workitem   
com.microsoft.tfs.core.clients.workitem.events   
com.microsoft.tfs.core.clients.workitem.fields   
com.microsoft.tfs.core.clients.workitem.form   
com.microsoft.tfs.core.clients.workitem.link   
com.microsoft.tfs.core.clients.workitem.query   
 

Uses of WorkItem in com.microsoft.tfs.core.artifact
 

Methods in com.microsoft.tfs.core.artifact with parameters of type WorkItem
static java.lang.String LinkingFacade.getExternalURL(WorkItem workItem, TFSTeamProjectCollection connection)
           
 

Uses of WorkItem in com.microsoft.tfs.core.clients.versioncontrol.soapextensions
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return WorkItem
 WorkItem WorkItemCheckinInfo.getWorkItem()
           
 WorkItem[] Changeset.getWorkItems()
          Gets the work items which reference this changeset.
 WorkItem[] Changeset.getWorkItems(WorkItemClient workItemClient)
          Gets the work items which reference this changeset.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type WorkItem
 void Changeset.setWorkItems(WorkItem[] workItems)
          Set the work items which reference this changeset.
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type WorkItem
WorkItemCheckinInfo(WorkItem workItem)
           
WorkItemCheckinInfo(WorkItem workItem, CheckinWorkItemAction action)
           
 

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

Methods in com.microsoft.tfs.core.clients.workitem that return WorkItem
 WorkItem WorkItem.copy()
           
 WorkItem WorkItem.copy(WorkItemType targetType)
           
static WorkItem WorkItemUtils.createRelatedWorkItem(WorkItem inputWorkItem, WorkItemType workItemType, int linkTypeId, java.lang.String newTitle, java.lang.String comment, boolean readOnly)
           
 WorkItem WorkItemClient.getWorkItemByID(int id)
          Retrieves a work item by ID from the TFS server.
 WorkItem WorkItemClient.newWorkItem(WorkItemType inputType)
           
 

Methods in com.microsoft.tfs.core.clients.workitem with parameters of type WorkItem
static WorkItem WorkItemUtils.createRelatedWorkItem(WorkItem inputWorkItem, WorkItemType workItemType, int linkTypeId, java.lang.String newTitle, java.lang.String comment, boolean readOnly)
           
 void WorkItemStateListener.dirtyStateChanged(boolean isDirty, WorkItem workItem)
           
 void WorkItemStateAdapter.dirtyStateChanged(boolean isDirty, WorkItem workItem)
           
 java.lang.String WorkItemClient.getUpdateXMLForDebugging(WorkItem workItem)
           
 void WorkItemStateListener.saved(WorkItem workItem)
           
 void WorkItemStateAdapter.saved(WorkItem workItem)
           
 void WorkItemStateListener.synchedToLatest(WorkItem workItem)
           
 void WorkItemStateAdapter.synchedToLatest(WorkItem workItem)
           
 void WorkItemStateListener.validStateChanged(boolean isValid, WorkItem workItem)
           
 void WorkItemStateAdapter.validStateChanged(boolean isValid, WorkItem workItem)
           
 

Uses of WorkItem in com.microsoft.tfs.core.clients.workitem.events
 

Methods in com.microsoft.tfs.core.clients.workitem.events that return WorkItem
 WorkItem WorkItemSaveEvent.getWorkItem()
           
 

Constructors in com.microsoft.tfs.core.clients.workitem.events with parameters of type WorkItem
WorkItemSaveEvent(EventSource source, WorkItem workItem)
           
 

Uses of WorkItem in com.microsoft.tfs.core.clients.workitem.fields
 

Methods in com.microsoft.tfs.core.clients.workitem.fields that return WorkItem
 WorkItem Field.getWorkItem()
           
 

Uses of WorkItem in com.microsoft.tfs.core.clients.workitem.form
 

Methods in com.microsoft.tfs.core.clients.workitem.form with parameters of type WorkItem
 java.lang.String WIFormParam.getSubstitutionValue(WorkItem workItem)
           
 java.lang.String WIFormLink.getURL(WorkItem workItem)
           
 

Uses of WorkItem in com.microsoft.tfs.core.clients.workitem.link
 

Methods in com.microsoft.tfs.core.clients.workitem.link that return WorkItem
 WorkItem RelatedLink.getSourceWorkItem()
           
 WorkItem RelatedLink.getTargetWorkItem()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.link with parameters of type WorkItem
static java.lang.String WorkItemLinkUtils.buildCommaSeparatedWorkItemIDList(WorkItem[] workItems)
          Builds a string list of the given work items' IDs, separated by commas.
static java.lang.String WorkItemLinkUtils.buildDescriptionFromWorkItem(WorkItem workItem)
          Builds a one-line work item description including type, ID, and title (if title is present).
static java.lang.String WorkItemLinkUtils.buildDescriptionFromWorkItems(WorkItem[] workItems)
           
static RelatedLink LinkFactory.newRelatedLink(WorkItem sourceWorkItem, WorkItem targetWorkItem, int linkTypeId, java.lang.String comment, boolean readOnly)
           
static RelatedLink LinkFactory.newRelatedLink(WorkItem sourceWorkItem, WorkItem targetWorkItem, java.lang.String comment, boolean readOnly)
           
 void RelatedLink.setSourceWorkItem(WorkItem workItem)
           
 

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

Methods in com.microsoft.tfs.core.clients.workitem.query that return WorkItem
 WorkItem WorkItemCollection.getWorkItem(int index)
           
 



© 2015 Microsoft. All rights reserved.