Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.GetRequest

Packages that use GetRequest
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.events   
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
 

Uses of GetRequest in com.microsoft.tfs.core.clients.versioncontrol
 

Methods in com.microsoft.tfs.core.clients.versioncontrol that return types with arguments of type GetRequest
 java.util.List<GetRequest> ResolveLocalConflictHandler.getGetRequests()
           
 

Uses of GetRequest in com.microsoft.tfs.core.clients.versioncontrol.events
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return GetRequest
 GetRequest[] GetOperationStartedEvent.getRequests()
           
 GetRequest[] GetOperationCompletedEvent.getRequests()
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.events with parameters of type GetRequest
GetOperationCompletedEvent(EventSource source, Workspace workspace, GetRequest[] requests, GetStatus status)
           
GetOperationStartedEvent(EventSource source, Workspace workspace, GetRequest[] requests)
           
 

Uses of GetRequest in com.microsoft.tfs.core.clients.versioncontrol.soapextensions
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return GetRequest
static GetRequest[] GetRequest.createOptimizedRequests(VersionControlClient client, java.lang.String[] fileSpecs, VersionSpec version)
          Take a list of file paths (for which no recursion is desired) and try to determine the optimal set of parent directories that would contain those paths if the directories were recursed.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type GetRequest
 GetStatus Workspace.get(GetRequest[] requests, GetOptions options)
           
 GetStatus Workspace.get(GetRequest[] requests, GetOptions options, java.lang.String[] itemPropertyFilters, boolean alwaysQueryConflicts, java.util.concurrent.atomic.AtomicReference<Conflict[]> conflicts)
          Update the given items for the given workspace.
 GetStatus Workspace.get(GetRequest request, GetOptions options)
          Update the given items for the given workspace.
 GetOperation[][] Workspace.previewGetItems(GetRequest[] requests, GetOptions options)
           
 GetOperation[][] Workspace.previewGetItems(GetRequest[] requests, GetOptions options, java.lang.String[] itemPropertyFilters)
          Gets the GetOperations for the given GetRequests, but does not update the workspace or fire any events.
 



© 2015 Microsoft. All rights reserved.