com.microsoft.tfs.core.clients.workitem.link
Class WorkItemLinkType

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.link.WorkItemLinkType

public class WorkItemLinkType
extends java.lang.Object

Since:
TEE-SDK-10.1

Constructor Summary
WorkItemLinkType(com.microsoft.tfs.core.clients.workitem.internal.WITContext witContext, com.microsoft.tfs.core.clients.workitem.internal.metadata.dao.WorkItemLinkTypeMetadata linkType)
           
 
Method Summary
 boolean canDelete()
           
 boolean canEdit()
           
 WorkItemLinkTypeEnd getForwardEnd()
           
 Topology getLinkTopology()
           
 java.lang.String getReferenceName()
           
 WorkItemLinkTypeEnd getReverseEnd()
           
 com.microsoft.tfs.core.clients.workitem.internal.WITContext getWITContext()
           
 boolean isActive()
           
 boolean isDeleted()
           
 boolean isDirectional()
          Returns 'true' if this link type is directional, false otherwise.
 boolean isNonCircular()
           
 boolean isOneToMany()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkItemLinkType

public WorkItemLinkType(com.microsoft.tfs.core.clients.workitem.internal.WITContext witContext,
                        com.microsoft.tfs.core.clients.workitem.internal.metadata.dao.WorkItemLinkTypeMetadata linkType)
Method Detail

getWITContext

public com.microsoft.tfs.core.clients.workitem.internal.WITContext getWITContext()

getReferenceName

public java.lang.String getReferenceName()

isDeleted

public boolean isDeleted()

getForwardEnd

public WorkItemLinkTypeEnd getForwardEnd()

getReverseEnd

public WorkItemLinkTypeEnd getReverseEnd()

isDirectional

public boolean isDirectional()
Returns 'true' if this link type is directional, false otherwise.


isNonCircular

public boolean isNonCircular()

isOneToMany

public boolean isOneToMany()

isActive

public boolean isActive()

canDelete

public boolean canDelete()

canEdit

public boolean canEdit()

getLinkTopology

public Topology getLinkTopology()


© 2015 Microsoft. All rights reserved.