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

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

public class ReportingFolderCatalogEntity
extends TFSCatalogEntity
implements ReportingFolderEntity

Since:
TEE-SDK-10.1

Constructor Summary
ReportingFolderCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
 
Method Summary
 AnalysisDatabaseEntity getAnalysisDatabase()
           
 java.lang.String getFullItemPath()
           
 java.lang.String getItemPath()
           
 TFSEntity getReferencedResource()
           
 ReportingServerEntity getReportingServer()
           
 WarehouseDatabaseEntity getWarehouseDatabase()
           
 
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

ReportingFolderCatalogEntity

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

getReportingServer

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

getAnalysisDatabase

public AnalysisDatabaseEntity getAnalysisDatabase()
Specified by:
getAnalysisDatabase in interface ReportingFolderEntity

getWarehouseDatabase

public WarehouseDatabaseEntity getWarehouseDatabase()
Specified by:
getWarehouseDatabase in interface ReportingFolderEntity

getItemPath

public java.lang.String getItemPath()
Specified by:
getItemPath in interface ReportingFolderEntity

getReferencedResource

public TFSEntity getReferencedResource()
Specified by:
getReferencedResource in interface ReportingFolderEntity

getFullItemPath

public java.lang.String getFullItemPath()
Specified by:
getFullItemPath in interface ReportingFolderEntity


© 2015 Microsoft. All rights reserved.