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

Packages that use CatalogNode
com.microsoft.tfs.core   
com.microsoft.tfs.core.clients.framework.catalog   
com.microsoft.tfs.core.clients.framework.configuration.catalog   
 

Uses of CatalogNode in com.microsoft.tfs.core
 

Methods in com.microsoft.tfs.core that return CatalogNode
 CatalogNode TFSConnection.getCatalogNode()
           
 

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

Methods in com.microsoft.tfs.core.clients.framework.catalog that return CatalogNode
 CatalogNode[] CatalogDependencyGroup.getAllDependencies()
          Returns all the nodes that are dependencies.
 CatalogNode[] CatalogData.getCatalogNodes()
          Returns the catalog nodes.
 CatalogNode[] CatalogData.getDeletedNodes()
          Returns the deleted nodes.
 CatalogNode[] CatalogDependencyGroup.getDependencySet(java.lang.String key)
          Returns The set of the dependency sets.
 CatalogNode[] CatalogDataProcessedResult.getMatchingNodes()
          Returns the matching catalog nodes.
 CatalogNode[] CatalogResource.getNodeReferences()
          Returns the node references for this resource.
 CatalogNode CatalogNode.getParentNode()
          Return the parent node of this node.
 CatalogNode[] ICatalogService.getRootNodes()
           
 CatalogNode[] CatalogService.getRootNodes()
           
 CatalogNode CatalogDependencyGroup.getSingletonDependency(java.lang.String key)
          Returns the CatalogNode that is a dependency of this node that is associated with the given key.
 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.
 CatalogNode ICatalogService.queryRootNode(CatalogTree tree)
          Returns the specified root node.
 CatalogNode CatalogService.queryRootNode(CatalogTree tree)
          Returns the specified root node.
 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.
 

Methods in com.microsoft.tfs.core.clients.framework.catalog that return types with arguments of type CatalogNode
 java.util.HashMap<java.lang.String,java.util.ArrayList<CatalogNode>> CatalogDependencyGroup.getSets()
          Returns the set of dependency sets.
 java.util.HashMap<java.lang.String,CatalogNode> CatalogDependencyGroup.getSingletons()
          The set of singleton dependencies.
 

Methods in com.microsoft.tfs.core.clients.framework.catalog with parameters of type CatalogNode
 void CatalogDependencyGroup.addSetDependency(java.lang.String key, CatalogNode node)
          Adds the CatalogNode to the dependency set that has the provided key.
 void CatalogDependencyGroup.removeSetDependency(java.lang.String key, CatalogNode node)
          Removes the provided node from the dependency set that is associated with the given key.
 void ICatalogService.saveDelete(CatalogNode node, java.lang.Boolean recurse)
          Deletes this node from the catalog.
 void CatalogService.saveDelete(CatalogNode node, java.lang.Boolean recurse)
          Deletes this node from the catalog.
 void ICatalogService.saveMove(CatalogNode nodeToMove, CatalogNode newParent)
          Adds this move to the change context.
 void CatalogService.saveMove(CatalogNode nodeToMove, CatalogNode newParent)
          Adds this move to the change context.
 void ICatalogService.saveNode(CatalogNode node)
          Saves the updated node and its resource in the catalog.
 void CatalogService.saveNode(CatalogNode node)
          Saves the updated node and its resource in the catalog.
 void CatalogDependencyGroup.setSingletonDependency(java.lang.String key, CatalogNode node)
          Sets the singleton dependency for the given node with the key.
 

Method parameters in com.microsoft.tfs.core.clients.framework.catalog with type arguments of type CatalogNode
 void CatalogResource.initializeFromWebService(java.util.HashMap<java.lang.String,CatalogResourceType> typeMap, java.util.HashMap<java.lang.String,CatalogNode> nodeMap, ILocationService locationService)
          Used internally during post-processing of a catalog web service request result.
 

Constructors in com.microsoft.tfs.core.clients.framework.catalog with parameters of type CatalogNode
CatalogDataProcessedResult(CatalogResource[] resources, CatalogNode[] nodes)
          Constructor.
 

Uses of CatalogNode in com.microsoft.tfs.core.clients.framework.configuration.catalog
 

Methods in com.microsoft.tfs.core.clients.framework.configuration.catalog that return CatalogNode
 CatalogNode TFSCatalogEntity.getCatalogNode()
           
 

Constructors in com.microsoft.tfs.core.clients.framework.configuration.catalog with parameters of type CatalogNode
AnalysisDatabaseCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
InfrastructureRootCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
OrganizationalRootCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
ProcessGuidanceCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
ProjectCollectionCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
ProjectPortalCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
ReportingConfigurationCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
ReportingFolderCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
ReportingServerCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
SharePointWebApplicationCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
TeamFoundationServerCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
TeamProjectCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
TFSCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
TFSUnknownCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
WarehouseDatabaseCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
 



© 2015 Microsoft. All rights reserved.