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

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.configuration.catalog.TFSCatalogEntity
      extended by com.microsoft.tfs.core.clients.framework.configuration.catalog.ProjectPortalCatalogEntity
All Implemented Interfaces:
ProjectPortalEntity, TFSEntity, TFSWebSiteEntity, TFSWebSiteEntity.TFSRelativeWebSiteEntity

public class ProjectPortalCatalogEntity
extends TFSCatalogEntity
implements ProjectPortalEntity, TFSWebSiteEntity.TFSRelativeWebSiteEntity

Since:
TEE-SDK-10.1

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.microsoft.tfs.core.clients.framework.configuration.TFSWebSiteEntity
TFSWebSiteEntity.TFSAbsoluteWebSiteEntity, TFSWebSiteEntity.TFSRelativeWebSiteEntity
 
Constructor Summary
ProjectPortalCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
 
Method Summary
 java.lang.String getFullItemPath()
           
 com.microsoft.tfs.util.GUID getOwnedWebIdentifier()
           
 TFSEntity getReferencedResource()
           
 java.lang.String getRelativePath()
           
 java.lang.String getResourceSubType()
           
 
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

ProjectPortalCatalogEntity

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

getResourceSubType

public java.lang.String getResourceSubType()
Specified by:
getResourceSubType in interface ProjectPortalEntity

getOwnedWebIdentifier

public com.microsoft.tfs.util.GUID getOwnedWebIdentifier()
Specified by:
getOwnedWebIdentifier in interface ProjectPortalEntity

getRelativePath

public java.lang.String getRelativePath()
Specified by:
getRelativePath in interface ProjectPortalEntity
Specified by:
getRelativePath in interface TFSWebSiteEntity.TFSRelativeWebSiteEntity

getReferencedResource

public TFSEntity getReferencedResource()
Specified by:
getReferencedResource in interface ProjectPortalEntity
Specified by:
getReferencedResource in interface TFSWebSiteEntity

getFullItemPath

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


© 2015 Microsoft. All rights reserved.