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

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

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

Methods in com.microsoft.tfs.core.clients.framework.catalog with parameters of type CatalogResourceProperty
 CatalogNode[] ICatalogService.queryNodes(java.lang.String[] pathSpecs, com.microsoft.tfs.util.GUID[] resourceTypeFilters, CatalogResourceProperty[] propertyFilters, CatalogQueryOptions queryOptions)
          Returns the catalog nodes that exist below the parentPath and have a type that is listed in resourceTypeFilters.
 CatalogNode[] CatalogService.queryNodes(java.lang.String[] pathSpecs, com.microsoft.tfs.util.GUID[] resourceTypeFilters, CatalogResourceProperty[] propertyFilters, CatalogQueryOptions queryOptions)
          Returns the catalog nodes that exist below the parentPath and have a type that is listed in resourceTypeFilters.
 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.
 CatalogResource[] ICatalogService.queryResources(com.microsoft.tfs.util.GUID[] resourceTypeIdentifiers, CatalogResourceProperty[] propertyFilters, CatalogQueryOptions queryOptions)
          Returns all of the catalog resources of the provided type.
 CatalogResource[] CatalogService.queryResources(com.microsoft.tfs.util.GUID[] resourceTypeIdentifiers, CatalogResourceProperty[] propertyFilters, CatalogQueryOptions queryOptions)
          Returns the resource that is associated with the identifier.
 CatalogData CatalogWebServiceProxy.queryResourcesByType(com.microsoft.tfs.util.GUID[] resourceTypeFilters, CatalogResourceProperty[] propertyFilters, int queryOptions)
          Returns all of the catalog resources of the provided type.
static ms.ws._KeyValueOfStringString[] CatalogResourceProperty.toKeyValueOfStringStringArray(CatalogResourceProperty[] values)
          Convenience method to convert a an array of CatalogResourceProperty values to an equivalent _KeyValueOfStringString array which is required by the catalog web service proxy.
 



© 2015 Microsoft. All rights reserved.