com.microsoft.tfs.core.clients.framework.configuration.entities
Interface ReportingFolderEntity

All Superinterfaces:
TFSEntity
All Known Implementing Classes:
ReportingFolderCatalogEntity, ReportingFolderCompatibilityEntity

public interface ReportingFolderEntity
extends TFSEntity

Since:
TEE-SDK-10.1

Method Summary
 AnalysisDatabaseEntity getAnalysisDatabase()
           
 java.lang.String getFullItemPath()
           
 java.lang.String getItemPath()
           
 TFSEntity getReferencedResource()
           
 ReportingServerEntity getReportingServer()
           
 WarehouseDatabaseEntity getWarehouseDatabase()
           
 
Methods inherited from interface com.microsoft.tfs.core.clients.framework.configuration.TFSEntity
getDescription, getDisplayName, getDisplayPath, getParent, getResourceID
 

Method Detail

getReportingServer

ReportingServerEntity getReportingServer()

getAnalysisDatabase

AnalysisDatabaseEntity getAnalysisDatabase()

getWarehouseDatabase

WarehouseDatabaseEntity getWarehouseDatabase()

getItemPath

java.lang.String getItemPath()

getReferencedResource

TFSEntity getReferencedResource()

getFullItemPath

java.lang.String getFullItemPath()


© 2015 Microsoft. All rights reserved.