Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.PendChangesOptions

Packages that use PendChangesOptions
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
 

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

Fields in com.microsoft.tfs.core.clients.versioncontrol declared as PendChangesOptions
static PendChangesOptions PendChangesOptions.APPLY_LOCAL_ITEM_EXCLUSIONS
          If true, applies the local item exlusion lists (see Workstation) for items found by searching in a directory or matching a wildcard.
static PendChangesOptions PendChangesOptions.FORCE_CHECK_OUT_LOCAL_VERSION
          This instructs the server to force "CheckOut Local Version" behavior.
static PendChangesOptions PendChangesOptions.GET_LATEST_ON_CHECKOUT
          The client requests to synchronize to the latest version of an item on Checkout (PendingEdit).
static PendChangesOptions PendChangesOptions.NONE
           
static PendChangesOptions PendChangesOptions.SILENT
          This instructs the server not to return GetOps for the operation.
static PendChangesOptions PendChangesOptions.SUPPRESS_ITEM_NOT_FOUND_FAILURES
          This flag instructs the client not to report any Failures returned by the server of type ItemNotFoundException as NonFatalErrors.
static PendChangesOptions PendChangesOptions.TREAT_MISSING_ITEMS_AS_FILES
          Whether items missing on disk should be assumed to be files.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol that return PendChangesOptions
 PendChangesOptions PendChangesOptions.combine(PendChangesOptions other)
           
static PendChangesOptions PendChangesOptions.combine(PendChangesOptions[] changeTypes)
           
 PendChangesOptions PendChangesOptions.remove(PendChangesOptions other)
           
 PendChangesOptions PendChangesOptions.retain(PendChangesOptions other)
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type PendChangesOptions
 PendChangesOptions PendChangesOptions.combine(PendChangesOptions other)
           
static PendChangesOptions PendChangesOptions.combine(PendChangesOptions[] changeTypes)
           
 boolean PendChangesOptions.contains(PendChangesOptions other)
           
 boolean PendChangesOptions.containsAll(PendChangesOptions other)
           
 boolean PendChangesOptions.containsAny(PendChangesOptions other)
           
 PendChangesOptions PendChangesOptions.remove(PendChangesOptions other)
           
 PendChangesOptions PendChangesOptions.retain(PendChangesOptions other)
           
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type PendChangesOptions
 int Workspace.pendAdd(java.lang.String[] paths, boolean recursive, FileEncoding fileEncoding, LockLevel lockLevel, GetOptions getOptions, PendChangesOptions pendOptions)
          Ask the server for permission to add file from local working folders.
 int Workspace.pendAdd(java.lang.String[] paths, boolean recursive, LockLevel lockLevel, GetOptions getOptions, PendChangesOptions pendOptions, java.util.Map<java.lang.String,FileEncoding> encodingHints, FileEncoding defaultEncoding)
          Ask the server for permission to add file from local working folders.
 int Workspace.pendBranch(java.lang.String sourcePath, java.lang.String targetPath, VersionSpec version, LockLevel lockLevel, RecursionType recursion, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.pendBranch(java.lang.String sourcePath, java.lang.String targetPath, VersionSpec version, LockLevel lockLevel, RecursionType recursion, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Pends a branch change.
 int Workspace.pendDelete(ItemSpec[] specs, LockLevel[] lockLevels, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.pendDelete(ItemSpec[] specs, LockLevel[] lockLevels, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Pend a deletion of one or more items, with possibly differing lock levels for each item.
 int Workspace.pendDelete(ItemSpec[] specs, LockLevel lockLevel, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.pendDelete(ItemSpec[] specs, LockLevel lockLevel, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Pend a deletion of one or more items, all at the same lock level.
 int Workspace.pendDelete(java.lang.String[] paths, RecursionType recursion, LockLevel[] lockLevels, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.pendDelete(java.lang.String[] paths, RecursionType recursion, LockLevel[] lockLevels, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Pend a deletion of one or more items, with possibly differing lock levels for each item.
 int Workspace.pendDelete(java.lang.String[] paths, RecursionType recursion, LockLevel lockLevel, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.pendDelete(java.lang.String[] paths, RecursionType recursion, LockLevel lockLevel, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Pend a deletion of one or more items, all at the same lock level.
 int Workspace.pendEdit(ItemSpec[] specs, LockLevel[] lockLevels, FileEncoding[] fileEncoding, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.pendEdit(ItemSpec[] specs, LockLevel[] lockLevels, FileEncoding[] fileEncoding, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Ask the server for permission to begin editing one or more files.
 int Workspace.pendEdit(ItemSpec[] specs, LockLevel lockLevel, FileEncoding fileEncoding, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.pendEdit(ItemSpec[] specs, LockLevel lockLevel, FileEncoding fileEncoding, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Ask the server for permission to begin editing one or more files.
 int Workspace.pendEdit(java.lang.String[] paths, RecursionType recursion, LockLevel[] lockLevels, FileEncoding[] fileEncoding, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.pendEdit(java.lang.String[] paths, RecursionType recursion, LockLevel[] lockLevels, FileEncoding[] fileEncoding, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Ask the server for permission to begin editing one or more files.
 int Workspace.pendEdit(java.lang.String[] paths, RecursionType recursion, LockLevel lockLevel, FileEncoding fileEncoding, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.pendEdit(java.lang.String[] paths, RecursionType recursion, LockLevel lockLevel, FileEncoding fileEncoding, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Ask the server for permission to begin editing one or more files.
 int Workspace.pendPropertyChange(ItemProperties[] specs, RecursionType recursion, LockLevel lockLevel, PendChangesOptions options, java.lang.String[] itemPropertyFilters)
          Pends changes on the passed in paths giving each of them the passed in properties.
 int Workspace.pendPropertyChange(java.lang.String[] paths, PropertyValue[] properties, RecursionType recursion, LockLevel lockLevel, PendChangesOptions options, java.lang.String[] itemPropertyFilters)
          Pends changes on the passed in paths giving each of them the passed in properties.
 int Workspace.pendRename(java.lang.String[] oldPaths, java.lang.String[] newPaths, LockLevel lockLevel, GetOptions getOptions, boolean detectTargetItemType, PendChangesOptions pendOptions)
           
 int Workspace.pendRename(java.lang.String[] oldPaths, java.lang.String[] newPaths, LockLevel lockLevel, GetOptions getOptions, boolean detectTargetItemType, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Pends renames of multiple items.
 int Workspace.pendRename(java.lang.String oldPath, java.lang.String newPath, LockLevel lockLevel, GetOptions getOptions, boolean detectTargetItemType, PendChangesOptions pendOptions)
           
 int Workspace.pendRename(java.lang.String oldPath, java.lang.String newPath, LockLevel lockLevel, GetOptions getOptions, boolean detectTargetItemType, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Pend a rename of an item.
 int Workspace.pendUndelete(ItemSpec[] items, LockLevel[] lockLevels, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.pendUndelete(ItemSpec[] items, LockLevel[] lockLevels, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Pend a restore of a deleted items, with possibly differing lock levels for each item.
 int Workspace.pendUndelete(ItemSpec[] items, LockLevel lockLevel, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.pendUndelete(ItemSpec[] items, LockLevel lockLevel, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Pend a restore of a deleted items, all at the same lock level.
 int Workspace.pendUndelete(ItemSpec item, java.lang.String newName, LockLevel lockLevel, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.pendUndelete(ItemSpec item, java.lang.String newName, LockLevel lockLevel, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Pend a restore of a single deleted item and declare a new name for it.
 int Workspace.setLock(ItemSpec[] itemSpecs, LockLevel[] lockLevels, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.setLock(ItemSpec[] itemSpecs, LockLevel[] lockLevels, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Sets (or unsets) a lock on a file or folder.
 int Workspace.setLock(ItemSpec[] itemSpecs, LockLevel lockLevel, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.setLock(ItemSpec[] itemSpecs, LockLevel lockLevel, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Sets (or unsets) a lock on a file or folder.
 int Workspace.setLock(java.lang.String[] paths, LockLevel[] lockLevels, RecursionType recursion, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.setLock(java.lang.String[] paths, LockLevel[] lockLevels, RecursionType recursion, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Sets (or unsets) a lock on a file or folder.
 int Workspace.setLock(java.lang.String[] paths, LockLevel lockLevel, RecursionType recursion, GetOptions getOptions, PendChangesOptions pendOptions)
           
 int Workspace.setLock(java.lang.String[] paths, LockLevel lockLevel, RecursionType recursion, GetOptions getOptions, PendChangesOptions pendOptions, java.lang.String[] itemPropertyFilters)
          Sets (or unsets) a lock on a file or folder.
 



© 2015 Microsoft. All rights reserved.