Uses of Class
com.microsoft.tfs.core.clients.framework.location.AccessMapping

Packages that use AccessMapping
com.microsoft.tfs.core   
com.microsoft.tfs.core.clients.framework.location   
 

Uses of AccessMapping in com.microsoft.tfs.core
 

Methods in com.microsoft.tfs.core that return AccessMapping
 AccessMapping PreFrameworkServerDataProvider.configureAccessMapping(java.lang.String moniker, java.lang.String displayName, java.lang.String accessPoint, boolean makeDefault)
           
 AccessMapping PreFrameworkServerDataProvider.getAccessMapping(java.lang.String moniker)
           
 AccessMapping PreFrameworkServerDataProvider.getClientAccessMapping()
           
 AccessMapping[] PreFrameworkServerDataProvider.getConfiguredAccessMappings()
           
 AccessMapping PreFrameworkServerDataProvider.getDefaultAccessMapping()
           
 

Methods in com.microsoft.tfs.core with parameters of type AccessMapping
 java.lang.String PreFrameworkServerDataProvider.locationForAccessMapping(ServiceDefinition serviceDefinition, AccessMapping accessMapping)
           
 java.lang.String PreFrameworkServerDataProvider.locationForAccessMapping(ServiceDefinition serviceDefinition, AccessMapping accessMapping, boolean encodeRelativeComponents)
           
 java.lang.String PreFrameworkServerDataProvider.locationForAccessMapping(java.lang.String serviceType, com.microsoft.tfs.util.GUID serviceIdentifier, AccessMapping accessMapping)
           
 void PreFrameworkServerDataProvider.setDefaultAccessMapping(AccessMapping accessMapping)
           
 

Uses of AccessMapping in com.microsoft.tfs.core.clients.framework.location
 

Methods in com.microsoft.tfs.core.clients.framework.location that return AccessMapping
 AccessMapping LocationService.configureAccessMapping(java.lang.String moniker, java.lang.String displayName, java.lang.String accessPoint, boolean makeDefault)
          Configures the AccessMapping with the provided moniker to have the provided display name and access point.
 AccessMapping ILocationService.configureAccessMapping(java.lang.String moniker, java.lang.String displayName, java.lang.String accessPoint, boolean makeDefault)
          Configures the AccessMapping with the provided moniker to have the provided display name and access point.
 AccessMapping LocationService.getAccessMapping(java.lang.String moniker)
          Gets the AccessMapping with the specified moniker.
 AccessMapping ILocationService.getAccessMapping(java.lang.String moniker)
          Gets the AccessMapping with the specified moniker.
 AccessMapping[] LocationServiceData.getAccessMappings()
          Returns the access mappings.
 AccessMapping LocationService.getClientAccessMapping()
          The AccessMapping for the current connection to the server.
 AccessMapping ILocationService.getClientAccessMapping()
          The AccessMapping for the current connection to the server.
 AccessMapping[] LocationService.getConfiguredAccessMappings()
          All of the AccessMappings that this location service knows about.
 AccessMapping[] ILocationService.getConfiguredAccessMappings()
          All of the AccessMappings that this location service knows about.
 AccessMapping LocationService.getDefaultAccessMapping()
          All of the AccessMappings that this location service knows about.
 AccessMapping ILocationService.getDefaultAccessMapping()
          All of the AccessMappings that this location service knows about.
 

Methods in com.microsoft.tfs.core.clients.framework.location with parameters of type AccessMapping
 LocationMapping ServiceDefinition.getLocationMapping(AccessMapping accessMapping)
           
 java.lang.String LocationService.locationForAccessMapping(ServiceDefinition serviceDefinition, AccessMapping accessMapping)
          Returns the location for the ServiceDefinition for the provided AccessMapping.
 java.lang.String ILocationService.locationForAccessMapping(ServiceDefinition serviceDefinition, AccessMapping accessMapping)
          Returns the location for the ServiceDefinition for the provided AccessMapping.
 java.lang.String LocationService.locationForAccessMapping(ServiceDefinition serviceDefinition, AccessMapping accessMapping, boolean encodeRelativeComponents)
          Returns the location for the ServiceDefinition for the provided AccessMapping.
 java.lang.String ILocationService.locationForAccessMapping(ServiceDefinition serviceDefinition, AccessMapping accessMapping, boolean encodeRelativeComponents)
          Returns the location for the ServiceDefinition for the provided AccessMapping.
 java.lang.String LocationService.locationForAccessMapping(java.lang.String serviceType, com.microsoft.tfs.util.GUID serviceIdentifier, AccessMapping accessMapping)
          Returns the location for the ServiceDefinition that has the specified service type and service identifier for the provided AccessMapping.
 java.lang.String ILocationService.locationForAccessMapping(java.lang.String serviceType, com.microsoft.tfs.util.GUID serviceIdentifier, AccessMapping accessMapping)
          Returns the location for the ServiceDefinition that has the specified service type and service identifier for the provided AccessMapping.
 void LocationService.setDefaultAccessMapping(AccessMapping accessMapping)
          Sets the default AccessMapping to the AccessMapping passed in.
 void ILocationService.setDefaultAccessMapping(AccessMapping accessMapping)
          Sets the default AccessMapping to the AccessMapping passed in.
 



© 2015 Microsoft. All rights reserved.