Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.DeletedState

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

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

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type DeletedState
 ExtendedItem[][] VersionControlClient.getExtendedItems(ItemSpec[] itemSpecs, DeletedState deletedState, ItemType itemType)
           
 ExtendedItem[][] VersionControlClient.getExtendedItems(ItemSpec[] itemSpecs, DeletedState deletedState, ItemType itemType, GetItemsOptions options)
           
 ExtendedItem[] VersionControlClient.getExtendedItems(java.lang.String itemPath, DeletedState deletedState, ItemType itemType)
           
 ExtendedItem[][] VersionControlClient.getExtendedItems(java.lang.String workspaceName, java.lang.String workspaceOwner, ItemSpec[] itemSpecs, DeletedState deletedState, ItemType itemType, GetItemsOptions options)
           
 ExtendedItem[][] VersionControlClient.getExtendedItems(java.lang.String workspaceName, java.lang.String workspaceOwner, ItemSpec[] itemSpecs, DeletedState deletedState, ItemType itemType, GetItemsOptions options, java.lang.String[] itemPropertyFilters)
          Gets extended information about items, with full results control.
 Item VersionControlClient.getItem(java.lang.String path, VersionSpec version, DeletedState deletedState)
           
 Item VersionControlClient.getItem(java.lang.String path, VersionSpec version, DeletedState deletedState, boolean includeDownloadInfo)
           
 Item VersionControlClient.getItem(java.lang.String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options)
          Gets information about one item.
 ItemSet[] VersionControlClient.getItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType)
           
 ItemSet[] VersionControlClient.getItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, boolean includeDownloadInfo)
           
 ItemSet[] VersionControlClient.getItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options)
           
 ItemSet[] VersionControlClient.getItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, java.lang.String[] itemPropertyFilters)
          Gets information about multiple items.
 ItemSet VersionControlClient.getItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, boolean includeDownloadInfo)
           
 ItemSet VersionControlClient.getItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options)
           
 ItemSet VersionControlClient.getItems(java.lang.String path, VersionSpec version, RecursionType recursion, DeletedState deletedState, ItemType itemType)
           
 ItemSet VersionControlClient.getItems(java.lang.String path, VersionSpec version, RecursionType recursion, DeletedState deletedState, ItemType itemType, boolean includeDownloadInfo)
           
 boolean VersionControlClient.testItemExists(java.lang.String path, VersionSpec version, DeletedState deletedState)
          Tests whether an item exists in the repository at the given version.
 

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

Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions declared as DeletedState
static DeletedState DeletedState.ANY
           
static DeletedState DeletedState.DELETED
           
static DeletedState DeletedState.NON_DELETED
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return DeletedState
static DeletedState DeletedState.fromWebServiceObject(ms.tfs.versioncontrol.clientservices._03._DeletedState webServiceObject)
          Gets the correct wrapper type for the given web service object.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type DeletedState
 ExtendedItem[][] Workspace.getExtendedItems(ItemSpec[] itemSpecs, DeletedState deletedState, ItemType itemType)
           Gets extended information about items.
 ExtendedItem[][] Workspace.getExtendedItems(ItemSpec[] itemSpecs, DeletedState deletedState, ItemType itemType, GetItemsOptions options)
           
 ExtendedItem[][] Workspace.getExtendedItems(ItemSpec[] itemSpecs, DeletedState deletedState, ItemType itemType, GetItemsOptions options, java.lang.String[] itemPropertyFilters)
           Gets extended information about items, with full results control.
 ExtendedItem[] Workspace.getExtendedItems(java.lang.String itemPath, DeletedState deletedState, ItemType itemType)
           Gets extended information about items.
 WorkspaceItemSet[] Workspace.getItems(ItemSpec[] itemSpecs, DeletedState deletedState, ItemType itemType, boolean generateDownloadUrls, GetItemsOptions getItemsOptions)
          For each provided ItemSpec, returns a corresponding WorkspaceItemSet containing data about items in the workspace.
 



© 2015 Microsoft. All rights reserved.