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

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

public class OrganizationalRootCatalogEntity
extends TFSCatalogEntity
implements OrganizationalRootEntity

Since:
TEE-SDK-10.1

Constructor Summary
OrganizationalRootCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
 
Method Summary
 ReportingConfigurationEntity getReportingConfiguration()
           
 ReportingServerEntity getReportingServer()
           
 SharePointWebApplicationEntity getSharePointWebApplication()
           
 TeamFoundationServerEntity getTeamFoundationServer()
           
 
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

OrganizationalRootCatalogEntity

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

getTeamFoundationServer

public TeamFoundationServerEntity getTeamFoundationServer()
Specified by:
getTeamFoundationServer in interface OrganizationalRootEntity

getReportingConfiguration

public ReportingConfigurationEntity getReportingConfiguration()
Specified by:
getReportingConfiguration in interface OrganizationalRootEntity

getReportingServer

public ReportingServerEntity getReportingServer()
Specified by:
getReportingServer in interface OrganizationalRootEntity

getSharePointWebApplication

public SharePointWebApplicationEntity getSharePointWebApplication()
Specified by:
getSharePointWebApplication in interface OrganizationalRootEntity


© 2015 Microsoft. All rights reserved.