Uses of Interface
com.microsoft.tfs.core.clients.workitem.wittype.WorkItemType

Packages that use WorkItemType
com.microsoft.tfs.core.clients.workitem   
com.microsoft.tfs.core.clients.workitem.category   
com.microsoft.tfs.core.clients.workitem.project   
com.microsoft.tfs.core.clients.workitem.wittype   
 

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

Methods in com.microsoft.tfs.core.clients.workitem that return WorkItemType
 WorkItemType WorkItem.getType()
           
 

Methods in com.microsoft.tfs.core.clients.workitem with parameters of type WorkItemType
 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.newWorkItem(WorkItemType inputType)
           
 

Uses of WorkItemType in com.microsoft.tfs.core.clients.workitem.category
 

Methods in com.microsoft.tfs.core.clients.workitem.category that return WorkItemType
 WorkItemType[] CategoryMemberCollection.getCategoryMembers(int categoryID)
           
 

Uses of WorkItemType in com.microsoft.tfs.core.clients.workitem.project
 

Methods in com.microsoft.tfs.core.clients.workitem.project that return WorkItemType
 WorkItemType[] Project.getVisibleWorkItemTypes()
           
 

Uses of WorkItemType in com.microsoft.tfs.core.clients.workitem.wittype
 

Methods in com.microsoft.tfs.core.clients.workitem.wittype that return WorkItemType
 WorkItemType WorkItemTypeCollection.get(int workItemTypeID)
          Gets a WorkItemType by ID.
 WorkItemType WorkItemTypeCollection.get(java.lang.String workItemTypeName)
          Gets a WorkItemType by name.
 WorkItemType[] WorkItemTypeCollection.getTypes()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.wittype that return types with arguments of type WorkItemType
 java.util.Iterator<WorkItemType> WorkItemTypeCollection.iterator()
           
 



© 2015 Microsoft. All rights reserved.