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

All Superinterfaces:
java.lang.Comparable<WorkItemType>

public interface WorkItemType
extends java.lang.Comparable<WorkItemType>

Represents a specific type of WorkItem. To implement Comparable, sorts by natural ordering of name (getName()).

Since:
TEE-SDK-10.1

Method Summary
 FieldDefinitionCollection getFieldDefinitions()
           
 WIFormDescription getFormDescription()
          Gets the form description.
 int getID()
           
 java.lang.String getName()
           
 ProcessGuidanceURLInfo getProcessGuidanceURL()
           
 Project getProject()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()

getProject

Project getProject()

getID

int getID()

getFormDescription

WIFormDescription getFormDescription()
Gets the form description. Cached internally.


getFieldDefinitions

FieldDefinitionCollection getFieldDefinitions()

getProcessGuidanceURL

ProcessGuidanceURLInfo getProcessGuidanceURL()


© 2015 Microsoft. All rights reserved.