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

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

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

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

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



© 2015 Microsoft. All rights reserved.