com.microsoft.tfs.core.clients.framework.configuration.compatibility
Class ReportingFolderCompatibilityEntity

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.TFSCompatibilityEntity
      extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.ReportingFolderCompatibilityEntity
All Implemented Interfaces:
ReportingFolderEntity, TFSEntity

public class ReportingFolderCompatibilityEntity
extends TFSCompatibilityEntity
implements ReportingFolderEntity

Since:
TEE-SDK-10.1

Constructor Summary
ReportingFolderCompatibilityEntity(TFSCompatibilityEntity parent, java.lang.String itemPath)
           
 
Method Summary
 AnalysisDatabaseEntity getAnalysisDatabase()
           
 java.lang.String getDisplayName()
           
 java.lang.String getFullItemPath()
           
 java.lang.String getItemPath()
           
 TFSEntity getReferencedResource()
           
 ReportingServerEntity getReportingServer()
           
 com.microsoft.tfs.util.GUID getResourceID()
           
 WarehouseDatabaseEntity getWarehouseDatabase()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.framework.configuration.compatibility.TFSCompatibilityEntity
getAncestorOfType, getConnection, getDescription, getDisplayPath, getParent
 
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, getDisplayPath, getParent
 

Constructor Detail

ReportingFolderCompatibilityEntity

public ReportingFolderCompatibilityEntity(TFSCompatibilityEntity parent,
                                          java.lang.String itemPath)
Method Detail

getResourceID

public com.microsoft.tfs.util.GUID getResourceID()
Specified by:
getResourceID in interface TFSEntity

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface TFSEntity

getItemPath

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

getFullItemPath

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

getReferencedResource

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

getWarehouseDatabase

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

getAnalysisDatabase

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

getReportingServer

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


© 2015 Microsoft. All rights reserved.