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

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

public class ReportingServerCatalogEntity
extends TFSCatalogEntity
implements ReportingServerEntity

Since:
TEE-SDK-10.1

Constructor Summary
ReportingServerCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
 
Method Summary
 java.lang.String getDefaultItemPath()
           
 ServiceDefinition getReportManagerDefinition()
           
 java.lang.String getReportManagerURL()
           
 ServiceDefinition getReportWebServiceDefinition()
           
 java.lang.String getReportWebServiceURL()
           
 
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

ReportingServerCatalogEntity

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

getDefaultItemPath

public java.lang.String getDefaultItemPath()
Specified by:
getDefaultItemPath in interface ReportingServerEntity

getReportManagerDefinition

public ServiceDefinition getReportManagerDefinition()
Specified by:
getReportManagerDefinition in interface ReportingServerEntity

getReportManagerURL

public java.lang.String getReportManagerURL()
Specified by:
getReportManagerURL in interface ReportingServerEntity

getReportWebServiceDefinition

public ServiceDefinition getReportWebServiceDefinition()
Specified by:
getReportWebServiceDefinition in interface ReportingServerEntity

getReportWebServiceURL

public java.lang.String getReportWebServiceURL()
Specified by:
getReportWebServiceURL in interface ReportingServerEntity


© 2015 Microsoft. All rights reserved.