Uses of Class
com.microsoft.tfs.core.clients.registration.RegistrationExtendedAttribute

Packages that use RegistrationExtendedAttribute
com.microsoft.tfs.core.clients.registration   
 

Uses of RegistrationExtendedAttribute in com.microsoft.tfs.core.clients.registration
 

Methods in com.microsoft.tfs.core.clients.registration that return RegistrationExtendedAttribute
 RegistrationExtendedAttribute RegistrationClient.getExtendedAttribute(java.lang.String toolId, java.lang.String attributeName)
          Gets the specified RegistrationExtendedAttribute for the specified tool.
 RegistrationExtendedAttribute RegistrationData.getExtendedAttribute(java.lang.String toolID, java.lang.String attributeName, boolean makeCopy)
           
 RegistrationExtendedAttribute RegistrationClient.getExtendedAttribute(java.lang.String toolId, java.lang.String attributeName, boolean forceRefresh)
          Gets the specified RegistrationExtendedAttribute for the specified tool, specifying whether to force a refresh of the registration data from the TF server.
 RegistrationExtendedAttribute[] RegistrationClient.getExtendedAttributes(java.lang.String toolId)
          Gets all of the RegistrationExtendedAttributes for the specified tool.
 RegistrationExtendedAttribute[] RegistrationData.getExtendedAttributes(java.lang.String toolID, boolean makeCopy)
           
 RegistrationExtendedAttribute[] RegistrationClient.getExtendedAttributes(java.lang.String toolId, boolean forceRefresh)
          Gets all of the RegistrationExtendedAttributes for the specified tool, specifying whether to force a refresh of the registration data from the TF server.
 RegistrationExtendedAttribute[] RegistrationEntry.getRegistrationExtendedAttributes()
           
 

Constructors in com.microsoft.tfs.core.clients.registration with parameters of type RegistrationExtendedAttribute
RegistrationEntry(java.lang.String type, ServiceInterface[] serviceInterfaces, Database[] databases, EventType[] eventTypes, ArtifactType[] artifactTypes, RegistrationExtendedAttribute[] registrationExtendedAttributes)
           
 



© 2015 Microsoft. All rights reserved.