Uses of Interface
com.microsoft.tfs.core.clients.framework.configuration.TFSEntity

Packages that use TFSEntity
com.microsoft.tfs.core.clients.framework.configuration   
com.microsoft.tfs.core.clients.framework.configuration.catalog   
com.microsoft.tfs.core.clients.framework.configuration.compatibility   
com.microsoft.tfs.core.clients.framework.configuration.entities   
 

Uses of TFSEntity in com.microsoft.tfs.core.clients.framework.configuration
 

Methods in com.microsoft.tfs.core.clients.framework.configuration that return TFSEntity
 TFSEntity TFSEntity.getParent()
           
 TFSEntity TFSWebSiteEntity.getReferencedResource()
           
 

Uses of TFSEntity in com.microsoft.tfs.core.clients.framework.configuration.catalog
 

Classes in com.microsoft.tfs.core.clients.framework.configuration.catalog that implement TFSEntity
 class AnalysisDatabaseCatalogEntity
           
 class InfrastructureRootCatalogEntity
           
 class OrganizationalRootCatalogEntity
           
 class ProcessGuidanceCatalogEntity
           
 class ProjectCollectionCatalogEntity
           
 class ProjectPortalCatalogEntity
           
 class ReportingConfigurationCatalogEntity
           
 class ReportingFolderCatalogEntity
           
 class ReportingServerCatalogEntity
           
 class SharePointWebApplicationCatalogEntity
           
 class TeamFoundationServerCatalogEntity
           
 class TeamProjectCatalogEntity
           
 class TFSCatalogEntity
          A CatalogService entity.
 class TFSUnknownCatalogEntity
          Exists to provide nodes that the configuration server provided us that we do not entirely understand.
 class WarehouseDatabaseCatalogEntity
           
 

Methods in com.microsoft.tfs.core.clients.framework.configuration.catalog with type parameters of type TFSEntity
<T extends TFSEntity>
T
TFSCatalogEntity.getAncestorOfType(java.lang.Class<T> type)
           
<T extends TFSEntity>
T
TFSCatalogEntity.getChildOfType(java.lang.Class<T> type)
           
<T extends TFSEntity>
T[]
TFSCatalogEntity.getChildrenOfType(java.lang.Class<T> type)
           
<T extends TFSEntity>
T[]
TFSCatalogEntity.getDependenciesOfType(java.lang.Class<T> type)
           
<T extends TFSEntity>
T
TFSCatalogEntity.getDependencyOfType(java.lang.Class<T> type)
           
 

Methods in com.microsoft.tfs.core.clients.framework.configuration.catalog that return TFSEntity
 TFSEntity[] TFSCatalogEntity.getChildren()
           
<T extends TFSEntity>
T[]
TFSCatalogEntity.getChildrenOfType(java.lang.Class<T> type)
           
 TFSEntity[] TFSCatalogEntity.getDependencies()
           
<T extends TFSEntity>
T[]
TFSCatalogEntity.getDependenciesOfType(java.lang.Class<T> type)
           
 TFSEntity TFSCatalogEntity.getParent()
          Returns the direct parent of this configuration object.
 TFSEntity SharePointWebApplicationCatalogEntity.getReferencedResource()
           
 TFSEntity ReportingFolderCatalogEntity.getReferencedResource()
           
 TFSEntity ProjectPortalCatalogEntity.getReferencedResource()
           
 TFSEntity ProcessGuidanceCatalogEntity.getReferencedResource()
           
 TFSEntity TFSCatalogEntity.getSingletonDependency(java.lang.String key)
           
 

Methods in com.microsoft.tfs.core.clients.framework.configuration.catalog with parameters of type TFSEntity
 void TFSCatalogEntity.setParent(TFSEntity parent)
           
 

Uses of TFSEntity in com.microsoft.tfs.core.clients.framework.configuration.compatibility
 

Classes in com.microsoft.tfs.core.clients.framework.configuration.compatibility that implement TFSEntity
 class OrganizationalRootCompatibilityEntity
           
 class ProcessGuidanceCompatibilityEntity
           
 class ProjectCollectionCompatibilityEntity
           
 class ProjectPortalCompatibilityEntity
           
 class ReportingConfigurationCompatibilityEntity
           
 class ReportingFolderCompatibilityEntity
           
 class ReportingServerCompatibilityEntity
           
 class SharePointWebApplicationCompatibilityEntity
           
 class TeamFoundationServerCompatibilityEntity
           
 class TeamProjectCompatibilityEntity
           
 class TFSCompatibilityEntity
           
 

Methods in com.microsoft.tfs.core.clients.framework.configuration.compatibility with type parameters of type TFSEntity
protected
<T extends TFSEntity>
T
TFSCompatibilityEntity.getAncestorOfType(java.lang.Class<T> type)
           
 

Methods in com.microsoft.tfs.core.clients.framework.configuration.compatibility that return TFSEntity
 TFSEntity TFSCompatibilityEntity.getParent()
           
 TFSEntity SharePointWebApplicationCompatibilityEntity.getReferencedResource()
           
 TFSEntity ReportingFolderCompatibilityEntity.getReferencedResource()
           
 TFSEntity ProjectPortalCompatibilityEntity.getReferencedResource()
           
 TFSEntity ProcessGuidanceCompatibilityEntity.getReferencedResource()
           
 

Uses of TFSEntity in com.microsoft.tfs.core.clients.framework.configuration.entities
 

Subinterfaces of TFSEntity in com.microsoft.tfs.core.clients.framework.configuration.entities
 interface AnalysisDatabaseEntity
           
 interface InfrastructureRootEntity
           
 interface OrganizationalRootEntity
           
 interface ProcessGuidanceEntity
           
 interface ProjectCollectionEntity
           
 interface ProjectPortalEntity
           
 interface ReportingConfigurationEntity
           
 interface ReportingFolderEntity
           
 interface ReportingServerEntity
           
 interface SharePointWebApplicationEntity
           
 interface TeamFoundationServerEntity
           
 interface TeamProjectEntity
           
 interface WarehouseDatabaseEntity
           
 

Methods in com.microsoft.tfs.core.clients.framework.configuration.entities that return TFSEntity
 TFSEntity ReportingFolderEntity.getReferencedResource()
           
 TFSEntity ProjectPortalEntity.getReferencedResource()
           
 TFSEntity ProcessGuidanceEntity.getReferencedResource()
           
 



© 2015 Microsoft. All rights reserved.