Uses of Interface
com.microsoft.tfs.core.clients.workitem.link.RegisteredLinkType

Packages that use RegisteredLinkType
com.microsoft.tfs.core.clients.workitem.link   
 

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

Methods in com.microsoft.tfs.core.clients.workitem.link that return RegisteredLinkType
 RegisteredLinkType RegisteredLinkTypeCollection.get(java.lang.String linkTypeName)
          Gets a RegisteredLinkType by name.
 RegisteredLinkType Link.getLinkType()
           
 

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

Methods in com.microsoft.tfs.core.clients.workitem.link with parameters of type RegisteredLinkType
 boolean RegisteredLinkTypeCollection.contains(RegisteredLinkType linkType)
          Checks whether this collection contains the specified RegisteredLinkType object.
static ExternalLink LinkFactory.newExternalLink(RegisteredLinkType linkType, ArtifactID artifactId, java.lang.String comment, boolean readOnly)
           
static ExternalLink LinkFactory.newExternalLink(RegisteredLinkType linkType, java.lang.String artifactUri, java.lang.String comment, boolean readOnly)
           
 



© 2015 Microsoft. All rights reserved.