Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.sparsetree.EnumSubTreeOptions

Packages that use EnumSubTreeOptions
com.microsoft.tfs.core.clients.versioncontrol.sparsetree   
 

Uses of EnumSubTreeOptions in com.microsoft.tfs.core.clients.versioncontrol.sparsetree
 

Fields in com.microsoft.tfs.core.clients.versioncontrol.sparsetree declared as EnumSubTreeOptions
static EnumSubTreeOptions EnumSubTreeOptions.ENUMERATE_SPARSE_NODES
           
static EnumSubTreeOptions EnumSubTreeOptions.ENUMERATE_SUB_TREE_ROOT
           
static EnumSubTreeOptions EnumSubTreeOptions.INCLUDE_ADDITIONAL_DATA
           
static EnumSubTreeOptions EnumSubTreeOptions.NONE
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.sparsetree that return EnumSubTreeOptions
 EnumSubTreeOptions EnumSubTreeOptions.combine(EnumSubTreeOptions other)
           
 EnumSubTreeOptions EnumSubTreeOptions.remove(EnumSubTreeOptions other)
           
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.sparsetree with parameters of type EnumSubTreeOptions
 EnumSubTreeOptions EnumSubTreeOptions.combine(EnumSubTreeOptions other)
           
 boolean EnumSubTreeOptions.contains(EnumSubTreeOptions other)
           
 java.lang.Iterable<EnumeratedSparseTreeNode<T>> SparseTree.EnumSubTree(java.lang.String token, EnumSubTreeOptions options, int depth)
          This will enumerate the entire subtree of the path supplied.
 boolean SparseTree.EnumSubTree(java.lang.String token, SparseTree.EnumNodeCallback<T> callback, EnumSubTreeOptions options, int depth, SparseTreeAdditionalData additionalData, java.lang.Object param)
          This will enumerate the entire subtree of the path supplied.
 java.lang.Iterable<T> SparseTree.EnumSubTreeReferencedObjects(java.lang.String token, EnumSubTreeOptions options, int depth)
          This will enumerate the entire subtree of the path supplied.
 EnumSubTreeOptions EnumSubTreeOptions.remove(EnumSubTreeOptions other)
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.sparsetree with parameters of type EnumSubTreeOptions
SparseTree.EnumSubTreeEnumerator(SparseTree<T> sparseTree, java.lang.String token, EnumSubTreeOptions options, int depth)
           
 



© 2015 Microsoft. All rights reserved.