Uses of Class
com.microsoft.tfs.core.clients.framework.catalog.CatalogData

Packages that use CatalogData
com.microsoft.tfs.core.clients.framework.catalog   
 

Uses of CatalogData in com.microsoft.tfs.core.clients.framework.catalog
 

Methods in com.microsoft.tfs.core.clients.framework.catalog that return CatalogData
 CatalogData CatalogWebServiceProxy.queryDependents(java.lang.String path, int queryOptions)
          Returns all of the nodes that depend on the nodes existence.
 CatalogData CatalogWebServiceProxy.queryNodes(java.lang.String[] pathSpecs, com.microsoft.tfs.util.GUID[] resourceTypeFilters, CatalogResourceProperty[] propertyFilters, int queryOptions)
          Return the CatalogData which contains resources and nodes which match the specified filters.
 CatalogData CatalogWebServiceProxy.queryParents(com.microsoft.tfs.util.GUID resourceIdentifier, java.lang.String[] pathFilters, com.microsoft.tfs.util.GUID[] resourceTypeFilters, boolean recurseToRoot, int queryOptions)
          Returns the nodes for the resource provided as well as the parents.
 CatalogData CatalogWebServiceProxy.queryResources(com.microsoft.tfs.util.GUID[] resourceTypeFilters, int queryOptions)
          Return the CatalogData which contains resources and nodes which match the specified filters.
 CatalogData CatalogWebServiceProxy.queryResourcesByType(com.microsoft.tfs.util.GUID[] resourceTypeFilters, CatalogResourceProperty[] propertyFilters, int queryOptions)
          Returns all of the catalog resources of the provided type.
 



© 2015 Microsoft. All rights reserved.