Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SysVersionControlFilebasedBackEnd class controls a file-based version control system back end.
Syntax
interface SysVersionControlFilebasedBackEnd
Run On
Client
Methods
Method | Description | |
---|---|---|
![]() |
actionText | Converts an action to the description of the back end of the action. |
![]() |
actionTextForCheckedOutFile | Gets the action text for a file that is checked-out. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
changeListContents | Gets the contents of a checked in change list. |
![]() |
changeListsPending | Gets the pending change lists. |
![]() |
createRepositoryEnd | Checks in the repository. |
![]() |
description | Provides a description of the class. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
fileAddToVersionControl | Adds a file to the version control system. |
![]() |
fileCheckedOutTo | Returns a list of users to whom a file is checked out to. |
![]() |
fileCheckout | Checks out a file to modify. |
![]() |
fileDelete | Checks out a file for delete. |
![]() |
fileExists | Verifies whether a file exists in the back end. |
![]() |
fileGetVersion | Retrieves a version of a file from the back end storage. |
![]() |
fileHistory | Retrieves a list of all revisions of a file from the back end storage. |
![]() |
fileLock | Locks a file. |
![]() |
fileRename | Renames a file. |
![]() |
fileSetCheckin | Checks in a set of files. |
![]() |
fileSetResolve | Resolves conflicts in a set of files. |
![]() |
filesPending | Gets the pending files. |
![]() |
fileSynchronize | Gets a specific version of a file in the back end version control system. |
![]() |
fileUndoCheckout | Reverts the check-out of a file. |
![]() |
fileUnlock | Unlocks a file. |
![]() |
folderChanges | Returns all change lists for a folder. |
![]() |
folderSetSynchronize | Retrieves the latest version of one or more folders. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
init | Initializes the version control system back end. |
![]() |
interpretXMLPluginParameters | Extracts parameter settings from an XML element. |
![]() |
new | Initializes a new instance of the Object class. (Inherited from Object.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
requireSyncBeforeCheckOut | Requires synchronizing files before checking out. |
![]() |
reviewFilenameLookupFilter | Returns the file name filter for the lookup dialog box. |
![]() |
reviewFileSet | Creates a review file from a set of files in the back end version control system. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
showInfo | Shows the connection information of the back end. |
![]() |
supportChangeVersion | Implements change version functionality. |
![]() |
supportCheckInWizard | Checks whether a check in wizard is used by the back end for the version control system. |
![]() |
supportMultipleCheckout | Supports a check out of the same file by several users at the same time. |
![]() |
supportPendingChangeLists | Implements change list functionality. |
![]() |
supportReviews | Supports the review of a set of changed files. |
![]() |
supportSubmittedChangeLists | Implements change list functionality. |
![]() |
supportSyncDeleteLocalFiles | Implements delete local files synchronization functionality. |
![]() |
supportSyncLabel | Implements label synchronization functionality. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
verifyOwnerPrefix | Indicates whether the element name contains valid owner prefix. |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
workItemProvider | Gets a work item provider that can be used to associate work items with a check-in. |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Remarks
All operations on this class are based on files and folders.
Inheritance Hierarchy
Object Class
SysVersionControlFilebasedBackEnd Interface