com.microsoft.tfs.core.clients.framework.configuration.catalog
Class TeamFoundationServerCatalogEntity

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.configuration.catalog.TFSCatalogEntity
      extended by com.microsoft.tfs.core.clients.framework.configuration.catalog.TeamFoundationServerCatalogEntity
All Implemented Interfaces:
TeamFoundationServerEntity, TFSEntity

public class TeamFoundationServerCatalogEntity
extends TFSCatalogEntity
implements TeamFoundationServerEntity

Since:
TEE-SDK-10.1

Constructor Summary
TeamFoundationServerCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
 
Method Summary
 ProjectCollectionEntity getProjectCollection(com.microsoft.tfs.util.GUID instanceId)
           
 ProjectCollectionEntity[] getProjectCollections()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.framework.configuration.catalog.TFSCatalogEntity
getAncestorOfType, getCatalogNode, getChildOfType, getChildren, getChildrenOfType, getDependencies, getDependenciesOfType, getDependencyOfType, getDescription, getDisplayName, getDisplayPath, getParent, getProperty, getResourceID, getSession, getSingletonDependency, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.microsoft.tfs.core.clients.framework.configuration.TFSEntity
getDescription, getDisplayName, getDisplayPath, getParent, getResourceID
 

Constructor Detail

TeamFoundationServerCatalogEntity

public TeamFoundationServerCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session,
                                         CatalogNode catalogNode)
Method Detail

getProjectCollections

public ProjectCollectionEntity[] getProjectCollections()
Specified by:
getProjectCollections in interface TeamFoundationServerEntity

getProjectCollection

public ProjectCollectionEntity getProjectCollection(com.microsoft.tfs.util.GUID instanceId)
Specified by:
getProjectCollection in interface TeamFoundationServerEntity


© 2015 Microsoft. All rights reserved.