Repository4 Class
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.TeamFoundation.Server.Core.WebServices.TeamFoundationWebService
Microsoft.TeamFoundation.VersionControl.Server.VersionControlWebService
Microsoft.TeamFoundation.VersionControl.Server.Repository4
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/VersionControl/ClientServices/03", _
Description := "Team Foundation VersionControl ClientServices web service")> _
<ProxyParentClassAttribute("VersionControlClientProxy")> _
<ClientServiceAttribute(ServiceName := "ISCCProvider4", CollectionServiceIdentifier := "FA9FCC37-F9BD-496F-A1B8-CE351F6BFE8A")> _
Public Class Repository4 _
Inherits VersionControlWebService
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/VersionControl/ClientServices/03",
Description = "Team Foundation VersionControl ClientServices web service")]
[ProxyParentClassAttribute("VersionControlClientProxy")]
[ClientServiceAttribute(ServiceName = "ISCCProvider4", CollectionServiceIdentifier = "FA9FCC37-F9BD-496F-A1B8-CE351F6BFE8A")]
public class Repository4 : VersionControlWebService
[WebServiceAttribute(Namespace = L"https://schemas.microsoft.com/TeamFoundation/2005/06/VersionControl/ClientServices/03",
Description = L"Team Foundation VersionControl ClientServices web service")]
[ProxyParentClassAttribute(L"VersionControlClientProxy")]
[ClientServiceAttribute(ServiceName = L"ISCCProvider4", CollectionServiceIdentifier = L"FA9FCC37-F9BD-496F-A1B8-CE351F6BFE8A")]
public ref class Repository4 : public VersionControlWebService
[<WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/VersionControl/ClientServices/03",
Description = "Team Foundation VersionControl ClientServices web service")>]
[<ProxyParentClassAttribute("VersionControlClientProxy")>]
[<ClientServiceAttribute(ServiceName = "ISCCProvider4", CollectionServiceIdentifier = "FA9FCC37-F9BD-496F-A1B8-CE351F6BFE8A")>]
type Repository4 =
class
inherit VersionControlWebService
end
public class Repository4 extends VersionControlWebService
The Repository4 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Repository4 |
Top
Properties
Name | Description | |
---|---|---|
Application | Gets the application object for the current HTTP request. (Inherited from WebService.) | |
Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) | |
Context | Gets the ASP.NET HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests. (Inherited from WebService.) | |
DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) | |
Events | Gets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.) | |
RequestContext | The RequestContext associated with this web service request. (Inherited from TeamFoundationWebService.) | |
Server | Gets the HttpServerUtility for the current request. (Inherited from WebService.) | |
Session | Gets the HttpSessionState instance for the current request. (Inherited from WebService.) | |
Site | Gets or sets the site of the component. (Inherited from MarshalByValueComponent.) | |
SoapVersion | Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service. (Inherited from WebService.) | |
User | Gets the ASP.NET server User object. Can be used to authenticate whether a user is authorized to execute the request. (Inherited from WebService.) |
Top
Methods
Name | Description | |
---|---|---|
AddWebServiceResource | Adds IDisposable resources used by Web Service methods which should be disposed at the end of the request. (Inherited from TeamFoundationWebService.) | |
CheckIn | Commits a set of pending changes. Checkin is part of a larger call sequence to commit files. The sequence is: 1. Call CheckPendingChanges and pass in the list of files and folders to check in. 2. For each file, call UploadFile. 3. Call Checkin and pass the list of files and folders (should match the list in #1). CheckPendingChanges is not necessary, but it allows the caller to be alerted of conflicts before wasting time uploading files. serverItems must contain at least one item, no duplicates, and no wildcard characters. | |
CheckInShelveset | Submits an existing shelveset for checkin. Work items associated with the changeset will be either associated or resolved as soon as the checkin finishes. | |
CompareLabels | Returns changeset information about an items between two labels. The maxCount newest changesets will be returned that involve the specified item. | |
CreateBranch | Creates a committed branch on the server. | |
Dispose() | Releases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.) | |
Dispose(Boolean) | Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources. (Inherited from MarshalByValueComponent.) | |
EnterMethod | (Inherited from VersionControlWebService.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from MarshalByValueComponent.) | |
Get | Called by the client to synchronize the workspace with a given version. Returns a "to do" list of files for the client to download to update the user's local working copies. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetServerSettings | ||
GetService | Gets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HandleException | This basic WebService ExceptionHandler captures the exception and records it in the request Context for future logging. Services may choose to over-ride this method, perform some actions based on the exception, changing the exception, eating it or just letting it pass. (Inherited from TeamFoundationWebService.) | |
LeaveMethod | (Inherited from VersionControlWebService.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Merge | Return the list of GetOperations for pending merges automatically resolved and conflicts for the ones that are not automatically resolved. | |
PendChanges | Called to perform adds, checkouts, branches, renames, deletes, and so on. Changes submitted may contain wildcard characters and recursion flags. Wildcards and recursions will be expanded and the list of changes successfully pended will be returned. | |
PendChangesInLocalWorkspace | ||
QueryChangesetExtended | Query change set with properties. | |
QueryChangesForChangeset | Queries changes throughout a given changeset (can be paged or non-pages). | |
QueryItems | Returns information about a set of items specified by the items array. The "items" parameter supports wildcard characters and all recursion types. The version parameter specifies what versions of the items are to be received. A WorkspaceVersionSpec may be specified, in which case only items that appear in that workspace's LocalVersion table will be returned. | |
QueryItemsExtended | ||
QueryPendingChangesForWorkspace | Returns a list of pending changes matching specified criteria. These results are limited by the value passed in for page size. The value of lastChange specifies where to begin paging from, or null for the first page. Children are returned according to the recursive option. If RecursionType.None is specified, only the serverItem is returned. If RecursionType.OneLevel is specified and serverItem represents a folder, that folder and its direct children are returned. If RecursionType.Full is specified and serverItem is a folder, all its descendants are returned. | |
QueryPendingChangeSignature | Also called "pre-reconcile." Fetches the server's current pending changes signature for the workspace specified. If it equals the client's pending changes signature, then the reconcile can be skipped because there is no work to do. | |
QueryPendingSets | Returns a list of pending changes matching specified criteria. If workspaceName is not null, ownerName must also be specified. Children are returned according to the recursive option. If RecursionType.None is specified, only the serverItem is returned. If RecursionType.OneLevel is specified and serverItem represents a folder, that folder and its direct children are returned. If RecursionType.Full is specified and serverItem is a folder, all its descendants are returned. This function returns an array of PendingSet objects, each of which represents a workspace. Within each PendingSet object is an array of PendingChanges that represent the changes that belong to that workspace. | |
QueryPendingSetsWithLocalWorkspaces | ||
QueryShelvedChanges | Returns a list of pending changes matching specified criteria. If workspaceName is not null, ownerName must also be specified. Children are returned according to the recursive option. If RecursionType.None is specified, only the serverItem is returned. If RecursionType.OneLevel is specified and serverItem represents a folder, that folder and its direct children are returned. If RecursionType.Full is specified and serverItem is a folder, all its descendants are returned. This function returns an array of PendingSet objects, each of which represents a workspace. Within each PendingSet object is an array of PendingChanges that represent the changes that belong to that workspace. | |
QueryShelvesets | Lists the known shelvesets in the system. Returns shelveset metadata. To retrieve the list of changes, use QueryPendingSets(). | |
QueryWorkspace | Looks up a specific workspace. No wildcard characters or nulls are allowed. Throws an exception if workspace not found. | |
QueryWorkspaceItems | Returns information about a set of items at the workspace version. | |
QueryWorkspaces | Searches for a workspace with the given owner and computer. | |
ReconcileLocalWorkspace | Reconciles a local workspace's local pending changes with those of the server. | |
Resolve | Resolve a specific conflict with a specific resolution. This is called for Get, Checkin, and Merge conflicts. | |
Rollback | Rolls back changes in a given tree for a specific version range. | |
SetMethodName | Sets the method name (does NOT call EnterMethod) This is meant to be called with the same instance of methodInformation, but without the parameters so that the method is correctly logged in the activity log rather than just its URL. (Inherited from TeamFoundationWebService.) | |
SetServerSettings | ||
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.) | |
UndoPendingChanges | Undoes a set of pending changes. If a serverItem spec does not match anything, a Failure object is returned for it. This method returns an array of pending changes that were undone. For each file, the client should call DownloadFile() and specify the version returned in the UndonePendingChange object to retrieve the unmodified versions of the files. | |
UndoPendingChangesInLocalWorkspace | ||
Unshelve | Merges shelved changes into a workspace. | |
UpdateLocalVersion | Called to update the local version of an item which is stored for a workspace. Clients should call this after successfully calling DownloadFile() based on instructions from Get(). | |
UpdateShelveset | Updates the custom properties on the shelveset. NOTE: Currently only updates to the property bag on the shelveset are honored. All other updates cause a no-op. |
Top
Events
Name | Description | |
---|---|---|
Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.