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

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

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

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

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

Methods in com.microsoft.tfs.core.clients.versioncontrol.sparsetree with parameters of type EnumParentsOptions
 EnumParentsOptions EnumParentsOptions.combine(EnumParentsOptions other)
           
 boolean EnumParentsOptions.contains(EnumParentsOptions other)
           
 java.lang.Iterable<EnumeratedSparseTreeNode<T>> SparseTree.EnumParents(java.lang.String token, EnumParentsOptions options)
          Queries the SparseTree for the parents of the provided token.
 boolean SparseTree.EnumParents(java.lang.String token, SparseTree.EnumNodeCallback<T> callback, EnumParentsOptions options, SparseTreeAdditionalData additionalData, java.lang.Object param)
          Enumerates all parents of the specified token.
 java.lang.Iterable<T> SparseTree.EnumParentsReferencedObjects(java.lang.String token, EnumParentsOptions options)
          Queries the SparseTree for the parents of the provided token.
 EnumParentsOptions EnumParentsOptions.remove(EnumParentsOptions other)
           
 



© 2015 Microsoft. All rights reserved.