Share via


SysVersionControlFilebasedBackEnd Interface [AX 2012]

The SysVersionControlFilebasedBackEnd class controls a file-based version control system back end.

Syntax

interface SysVersionControlFilebasedBackEnd

Run On

Client

Methods

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