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

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

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

Fields in com.microsoft.tfs.core.clients.versioncontrol declared as GetItemsOptions
static GetItemsOptions GetItemsOptions.DOWNLOAD
          If set, causes download information to be generated.
static GetItemsOptions GetItemsOptions.INCLUDE_BRANCH_INFO
          Include information on whether an item is a branch object in the system
static GetItemsOptions GetItemsOptions.INCLUDE_RECURSIVE_DELETES
          Instructs the server to return items which are affected by a Recursive Delete
static GetItemsOptions GetItemsOptions.INCLUDE_SOURCE_RENAMES
          Include items which are the source of a rename.
static GetItemsOptions GetItemsOptions.LOCAL_ONLY
          Only available in local workspaces.
static GetItemsOptions GetItemsOptions.NONE
          Default behavior.
static GetItemsOptions GetItemsOptions.UNSORTED
          Speeds up GetItems() by not sorting the result items.
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type GetItemsOptions
 GetItemsOptions GetItemsOptions.combine(GetItemsOptions other)
           
static GetItemsOptions GetItemsOptions.combine(GetItemsOptions[] values)
           
 boolean GetItemsOptions.contains(GetItemsOptions other)
           
 boolean GetItemsOptions.containsAll(GetItemsOptions other)
           
 boolean GetItemsOptions.containsAny(GetItemsOptions other)
           
 ExtendedItem[][] VersionControlClient.getExtendedItems(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)
           
 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(int itemID, int changesetNumber, GetItemsOptions options)
           
 Item VersionControlClient.getItem(java.lang.String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options)
          Gets information about one item.
 Item VersionControlClient.getItem(java.lang.String path, VersionSpec version, int deletionID, GetItemsOptions options)
           
 Item[] VersionControlClient.getItems(int[] itemIDs, int changesetNumber, GetItemsOptions options)
           
 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, GetItemsOptions options)
           
 GetItemsOptions GetItemsOptions.remove(GetItemsOptions other)
           
 GetItemsOptions GetItemsOptions.retain(GetItemsOptions other)
           
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type GetItemsOptions
 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.
 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.