com.microsoft.tfs.core.clients.framework.catalog
Class CatalogQueryOptions

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by com.microsoft.tfs.core.clients.framework.catalog.CatalogQueryOptions
All Implemented Interfaces:
java.io.Serializable

public class CatalogQueryOptions
extends com.microsoft.tfs.util.BitField

Options for querying the catalog.

See Also:
Serialized Form
Since:
TEE-SDK-10.1

Field Summary
static CatalogQueryOptions EXPAND_DEPENDENCIES
           
static CatalogQueryOptions INCLUDE_PARENTS
           
static CatalogQueryOptions NONE
           
 
Constructor Summary
protected CatalogQueryOptions(int value)
           
 
Method Summary
 boolean contains(CatalogQueryOptions other)
           
 
Methods inherited from class com.microsoft.tfs.util.BitField
combine, combineInternal, containsAllInternal, containsAnyInternal, containsInternal, equals, fromStringValues, getCombinedSpecialFlags, hashCode, isEmpty, registerStringValue, registerStringValue, removeInternal, retainInternal, toFullStringValues, toIntFlags, toString, toStringValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final CatalogQueryOptions NONE

EXPAND_DEPENDENCIES

public static final CatalogQueryOptions EXPAND_DEPENDENCIES

INCLUDE_PARENTS

public static final CatalogQueryOptions INCLUDE_PARENTS
Constructor Detail

CatalogQueryOptions

protected CatalogQueryOptions(int value)
Method Detail

contains

public boolean contains(CatalogQueryOptions other)


© 2015 Microsoft. All rights reserved.