|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CatalogQueryOptions | |
---|---|
com.microsoft.tfs.core.clients.framework.catalog |
Uses of CatalogQueryOptions in com.microsoft.tfs.core.clients.framework.catalog |
---|
Fields in com.microsoft.tfs.core.clients.framework.catalog declared as CatalogQueryOptions | |
---|---|
static CatalogQueryOptions |
CatalogQueryOptions.EXPAND_DEPENDENCIES
|
static CatalogQueryOptions |
CatalogQueryOptions.INCLUDE_PARENTS
|
static CatalogQueryOptions |
CatalogQueryOptions.NONE
|
Methods in com.microsoft.tfs.core.clients.framework.catalog with parameters of type CatalogQueryOptions | |
---|---|
boolean |
CatalogQueryOptions.contains(CatalogQueryOptions other)
|
CatalogNode[] |
ICatalogService.queryNodes(java.lang.String[] pathSpecs,
com.microsoft.tfs.util.GUID[] resourceTypeFilters,
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,
CatalogQueryOptions queryOptions)
Returns the catalog nodes that exist below the parentPath and have a type that is listed in resourceTypeFilters. |
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. |
CatalogNode[] |
ICatalogService.queryParents(com.microsoft.tfs.util.GUID resourceIdentifier,
java.lang.String[] pathFilters,
com.microsoft.tfs.util.GUID[] resourceTypeFilters,
boolean recurseToRoot,
CatalogQueryOptions queryOptions)
Returns the nodes for the resource provided as well as the parents. |
CatalogNode[] |
CatalogService.queryParents(com.microsoft.tfs.util.GUID resourceIdentifier,
java.lang.String[] pathFilters,
com.microsoft.tfs.util.GUID[] resourceTypeFilters,
boolean recurseToRoot,
CatalogQueryOptions queryOptions)
Returns the nodes for the resource provided as well as the parents. |
CatalogResource[] |
ICatalogService.queryResources(com.microsoft.tfs.util.GUID[] resourceIdentifiers,
CatalogQueryOptions queryOptions)
Returns the resource that is associated with the identifier. |
CatalogResource[] |
CatalogService.queryResources(com.microsoft.tfs.util.GUID[] resourceIdentifiers,
CatalogQueryOptions queryOptions)
Returns the resource that is associated with the identifier. |
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. |
CatalogResource[] |
ICatalogService.queryResourcesByType(com.microsoft.tfs.util.GUID[] resourceTypeIdentifiers,
CatalogQueryOptions queryOptions)
Returns all of the catalog resources of the provided type. |
CatalogResource[] |
CatalogService.queryResourcesByType(com.microsoft.tfs.util.GUID[] resourceTypeIdentifiers,
CatalogQueryOptions queryOptions)
Returns all of the catalog resources of the provided type. |
CatalogNode[] |
ICatalogService.queryUpTree(java.lang.String path,
com.microsoft.tfs.util.GUID[] resourceTypeFilters,
CatalogQueryOptions queryOptions)
Queries "up" the tree from the provided path looking for the provided types in its parent nodes' children. |
CatalogNode[] |
CatalogService.queryUpTree(java.lang.String path,
com.microsoft.tfs.util.GUID[] resourceTypeFilters,
CatalogQueryOptions queryOptions)
Queries "up" the tree from the provided path looking for the provided types in its parent nodes' children. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |