com.microsoft.tfs.core.clients.workitem
Class CoreFieldReferenceNames
java.lang.Object
com.microsoft.tfs.core.clients.workitem.CoreFieldReferenceNames
public final class CoreFieldReferenceNames
- extends java.lang.Object
Class that contains the reference names for core fields.
- Since:
- TEE-SDK-10.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final java.lang.String ID
- Constant Field Value:
"System.Id"
- See Also:
- Constant Field Values
REVISION
public static final java.lang.String REVISION
- Constant Field Value:
"System.Rev"
- See Also:
- Constant Field Values
AREA_ID
public static final java.lang.String AREA_ID
- Constant Field Value:
"System.AreaId"
- See Also:
- Constant Field Values
WORK_ITEM_TYPE
public static final java.lang.String WORK_ITEM_TYPE
- Constant Field Value:
"System.WorkItemType"
- See Also:
- Constant Field Values
CHANGED_DATE
public static final java.lang.String CHANGED_DATE
- Constant Field Value:
"System.ChangedDate"
- See Also:
- Constant Field Values
STATE
public static final java.lang.String STATE
- Constant Field Value:
"System.State"
- See Also:
- Constant Field Values
TITLE
public static final java.lang.String TITLE
- Constant Field Value:
"System.Title"
- See Also:
- Constant Field Values
DESCRIPTION
public static final java.lang.String DESCRIPTION
- Constant Field Value:
"System.Description"
- See Also:
- Constant Field Values
REASON
public static final java.lang.String REASON
- Constant Field Value:
"System.Reason"
- See Also:
- Constant Field Values
ASSIGNED_TO
public static final java.lang.String ASSIGNED_TO
- Constant Field Value:
"System.AssignedTo"
- See Also:
- Constant Field Values
CREATED_BY
public static final java.lang.String CREATED_BY
- Constant Field Value:
"System.CreatedBy"
- See Also:
- Constant Field Values
CREATED_DATE
public static final java.lang.String CREATED_DATE
- Constant Field Value:
"System.CreatedDate"
- See Also:
- Constant Field Values
CHANGED_BY
public static final java.lang.String CHANGED_BY
- Constant Field Value:
"System.ChangedBy"
- See Also:
- Constant Field Values
REVISED_DATE
public static final java.lang.String REVISED_DATE
- Constant Field Value:
"System.RevisedDate"
- See Also:
- Constant Field Values
PERSON_ID
public static final java.lang.String PERSON_ID
- Constant Field Value:
"System.PersonId"
- See Also:
- Constant Field Values
HISTORY
public static final java.lang.String HISTORY
- Constant Field Value:
"System.History"
- See Also:
- Constant Field Values
ITERATION_ID
public static final java.lang.String ITERATION_ID
- Constant Field Value:
"System.IterationId"
- See Also:
- Constant Field Values
ATTACHED_FILES
public static final java.lang.String ATTACHED_FILES
- Constant Field Value:
"System.AttachedFiles"
- See Also:
- Constant Field Values
BIS_LINKS
public static final java.lang.String BIS_LINKS
- Constant Field Value:
"System.BISLinks"
- See Also:
- Constant Field Values
LINKED_FILES
public static final java.lang.String LINKED_FILES
- Constant Field Value:
"System.LinkedFiles"
- See Also:
- Constant Field Values
AUTHORIZED_AS
public static final java.lang.String AUTHORIZED_AS
- Constant Field Value:
"System.AuthorizedAs"
- See Also:
- Constant Field Values
ITERATION_PATH
public static final java.lang.String ITERATION_PATH
- Constant Field Value:
"System.IterationPath"
- See Also:
- Constant Field Values
AREA_PATH
public static final java.lang.String AREA_PATH
- Constant Field Value:
"System.AreaPath"
- See Also:
- Constant Field Values
TEAM_PROJECT
public static final java.lang.String TEAM_PROJECT
- Constant Field Value:
"System.TeamProject"
- See Also:
- Constant Field Values
NODE_NAME
public static final java.lang.String NODE_NAME
- Constant Field Value:
"System.NodeName"
- See Also:
- Constant Field Values
AUTHORIZED_DATE
public static final java.lang.String AUTHORIZED_DATE
- Constant Field Value:
"System.AuthorizedDate"
- See Also:
- Constant Field Values
ATTACHED_FILE_COUNT
public static final java.lang.String ATTACHED_FILE_COUNT
- Constant Field Value:
"System.AttachedFileCount"
- See Also:
- Constant Field Values
RELATED_LINK_COUNT
public static final java.lang.String RELATED_LINK_COUNT
- Constant Field Value:
"System.RelatedLinkCount"
- See Also:
- Constant Field Values
EXTERNAL_LINK_COUNT
public static final java.lang.String EXTERNAL_LINK_COUNT
- Constant Field Value:
"System.ExternalLinkCount"
- See Also:
- Constant Field Values
HYPERLINK_COUNT
public static final java.lang.String HYPERLINK_COUNT
- Constant Field Value:
"System.HyperLinkCount"
- See Also:
- Constant Field Values
LINK_TYPE
public static final java.lang.String LINK_TYPE
- Constant Field Value:
"System.Links.LinkType"
- See Also:
- Constant Field Values
© 2015 Microsoft. All rights reserved.