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

Packages that use DestroyFlags
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.events   
 

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

Fields in com.microsoft.tfs.core.clients.versioncontrol declared as DestroyFlags
static DestroyFlags DestroyFlags.AFFECTED_CHANGES
          This will return pended and shelved changes that will be destroyed and not return the entire set of items that will be destroyed.
static DestroyFlags DestroyFlags.DELETE_WORKSPACE_STATE
          Instructs the server to delete local version rows, working folder mappings pending adds & branches, for any affected workspaces.
static DestroyFlags DestroyFlags.KEEP_HISTORY
          Keeps history.
static DestroyFlags DestroyFlags.NONE
          No destroy flags.
static DestroyFlags DestroyFlags.PREVIEW
          When this flag is specified to destroy, the server does not actually destroy the indicated items.
static DestroyFlags DestroyFlags.SILENT
          When this flag is specified to destroy, the items that were destroyed are not returned to the client.
static DestroyFlags DestroyFlags.START_CLEANUP
          When this flag is specified to destroy, the server immediately starts an asynchronous cleanup of the versioned item file content data.
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type DestroyFlags
 DestroyFlags DestroyFlags.combine(DestroyFlags other)
           
static DestroyFlags DestroyFlags.combine(DestroyFlags[] values)
           
 boolean DestroyFlags.contains(DestroyFlags other)
           
 boolean DestroyFlags.containsAll(DestroyFlags other)
           
 boolean DestroyFlags.containsAny(DestroyFlags other)
           
 Item[] VersionControlClient.destroy(ItemSpec itemSpec, VersionSpec versionSpec, VersionSpec stopAt, DestroyFlags flags)
          Permanently destroys a versioned item.
 Item[] VersionControlClient.destroy(ItemSpec itemSpec, VersionSpec versionSpec, VersionSpec stopAt, DestroyFlags flags, java.util.List<PendingSet> affectedPendingChanges, java.util.List<PendingSet> affectedShelvedChanges)
          Permanently destroys a versioned item.
 DestroyFlags DestroyFlags.remove(DestroyFlags other)
           
 DestroyFlags DestroyFlags.retain(DestroyFlags other)
           
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return DestroyFlags
 DestroyFlags DestroyEvent.getFlags()
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.events with parameters of type DestroyFlags
DestroyEvent(EventSource source, Item destroyedItem, VersionSpec stopAt, DestroyFlags flags)
          Creates a new DestroyEvent.
 



© 2015 Microsoft. All rights reserved.