|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServiceDefinition in com.microsoft.tfs.core |
---|
Methods in com.microsoft.tfs.core that return ServiceDefinition | |
---|---|
ServiceDefinition |
PreFrameworkServerDataProvider.findServiceDefinition(java.lang.String serviceType,
com.microsoft.tfs.util.GUID serviceIdentifier)
|
ServiceDefinition[] |
PreFrameworkServerDataProvider.findServiceDefinitions(java.lang.String serviceType)
|
ServiceDefinition[] |
PreFrameworkServerDataProvider.findServiceDefinitionsByToolType(java.lang.String toolType)
|
Methods in com.microsoft.tfs.core with parameters of type ServiceDefinition | |
---|---|
java.lang.String |
PreFrameworkServerDataProvider.locationForAccessMapping(ServiceDefinition serviceDefinition,
AccessMapping accessMapping)
|
java.lang.String |
PreFrameworkServerDataProvider.locationForAccessMapping(ServiceDefinition serviceDefinition,
AccessMapping accessMapping,
boolean encodeRelativeComponents)
|
java.lang.String |
PreFrameworkServerDataProvider.locationForCurrentConnection(ServiceDefinition serviceDefinition)
Returns the location for the ServiceDefintion that should be used based on the current connection. |
void |
PreFrameworkServerDataProvider.removeServiceDefinition(ServiceDefinition serviceDefinition)
|
void |
PreFrameworkServerDataProvider.removeServiceDefinitions(ServiceDefinition[] serviceDefinitions)
|
void |
PreFrameworkServerDataProvider.saveServiceDefinition(ServiceDefinition serviceDefinition)
|
void |
PreFrameworkServerDataProvider.saveServiceDefinitions(ServiceDefinition[] serviceDefinitions)
|
Uses of ServiceDefinition in com.microsoft.tfs.core.clients.framework.catalog |
---|
Methods in com.microsoft.tfs.core.clients.framework.catalog that return types with arguments of type ServiceDefinition | |
---|---|
java.util.HashMap<java.lang.String,ServiceDefinition> |
CatalogResource.getServiceReferences()
Returns the serviceReferences associated with this resource. |
Uses of ServiceDefinition in com.microsoft.tfs.core.clients.framework.configuration |
---|
Methods in com.microsoft.tfs.core.clients.framework.configuration that return ServiceDefinition | |
---|---|
ServiceDefinition |
TFSEntityDataProvider.getServiceReference(java.lang.String serviceName)
|
Uses of ServiceDefinition in com.microsoft.tfs.core.clients.framework.configuration.catalog |
---|
Methods in com.microsoft.tfs.core.clients.framework.configuration.catalog that return ServiceDefinition | |
---|---|
ServiceDefinition |
SharePointWebApplicationCatalogEntity.getAdminDefinition()
|
ServiceDefinition |
ReportingServerCatalogEntity.getReportManagerDefinition()
|
ServiceDefinition |
ReportingServerCatalogEntity.getReportWebServiceDefinition()
|
ServiceDefinition |
SharePointWebApplicationCatalogEntity.getRootDefinition()
|
Uses of ServiceDefinition in com.microsoft.tfs.core.clients.framework.configuration.compatibility |
---|
Methods in com.microsoft.tfs.core.clients.framework.configuration.compatibility that return ServiceDefinition | |
---|---|
ServiceDefinition |
ReportingServerCompatibilityEntity.getReportManagerDefinition()
|
ServiceDefinition |
ReportingServerCompatibilityEntity.getReportWebServiceDefinition()
|
ServiceDefinition |
TeamProjectCompatibilityEntityDataProvider.getServiceReference(java.lang.String serviceName)
|
ServiceDefinition |
OrganizationalRootCompatibilityEntity.getServiceReference(java.lang.String serviceName)
|
Uses of ServiceDefinition in com.microsoft.tfs.core.clients.framework.configuration.entities |
---|
Methods in com.microsoft.tfs.core.clients.framework.configuration.entities that return ServiceDefinition | |
---|---|
ServiceDefinition |
ReportingServerEntity.getReportManagerDefinition()
|
ServiceDefinition |
ReportingServerEntity.getReportWebServiceDefinition()
|
Uses of ServiceDefinition in com.microsoft.tfs.core.clients.framework.location |
---|
Methods in com.microsoft.tfs.core.clients.framework.location that return ServiceDefinition | |
---|---|
ServiceDefinition |
LocationService.findServiceDefinition(java.lang.String serviceType,
com.microsoft.tfs.util.GUID serviceIdentifier)
Finds the ServiceDefinition with the specified service type and service identifier. |
ServiceDefinition |
ILocationService.findServiceDefinition(java.lang.String serviceType,
com.microsoft.tfs.util.GUID serviceIdentifier)
Finds the ServiceDefinition with the specified service type and service identifier. |
ServiceDefinition[] |
LocationService.findServiceDefinitions(java.lang.String serviceType)
Finds the ServiceDefinitions for all of the services with the specified service type. |
ServiceDefinition[] |
ILocationService.findServiceDefinitions(java.lang.String serviceType)
Finds the ServiceDefinitions for all of the services with the specified service type. |
ServiceDefinition[] |
LocationService.findServiceDefinitionsByToolType(java.lang.String toolType)
Finds the ServiceDefinitions for all of the services with the specified tool type. |
ServiceDefinition[] |
ILocationService.findServiceDefinitionsByToolType(java.lang.String toolType)
Finds the ServiceDefinitions for all of the services with the specified tool type. |
ServiceDefinition[] |
LocationServiceData.getServiceDefinitions()
Return the service definitions. |
Methods in com.microsoft.tfs.core.clients.framework.location with parameters of type ServiceDefinition | |
---|---|
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.locationForCurrentConnection(ServiceDefinition serviceDefinition)
Returns the location for the ServiceDefintion that should be used based on the current connection. |
java.lang.String |
ILocationService.locationForCurrentConnection(ServiceDefinition serviceDefinition)
Returns the location for the ServiceDefintion that should be used based on the current connection. |
void |
LocationService.removeServiceDefinition(ServiceDefinition serviceDefinition)
Removes the specified ServiceDefinition from the location service. |
void |
ILocationService.removeServiceDefinition(ServiceDefinition serviceDefinition)
Removes the specified ServiceDefinition from the location service. |
void |
LocationService.removeServiceDefinitions(ServiceDefinition[] serviceDefinitions)
Removes the specified ServiceDefinitions from the location service. |
void |
ILocationService.removeServiceDefinitions(ServiceDefinition[] serviceDefinitions)
Removes the specified ServiceDefinitions from the location service. |
void |
LocationService.saveServiceDefinition(ServiceDefinition serviceDefinition)
Saves the provided ServiceDefinition within the location service. |
void |
ILocationService.saveServiceDefinition(ServiceDefinition serviceDefinition)
Saves the provided ServiceDefinition within the location service. |
void |
LocationService.saveServiceDefinitions(ServiceDefinition[] serviceDefinitions)
Saves the provided ServiceDefinitions within the location service. |
void |
ILocationService.saveServiceDefinitions(ServiceDefinition[] serviceDefinitions)
Saves the provided ServiceDefinitions within the location service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |