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

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.TFSCompatibilityEntity
      extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.ProjectPortalCompatibilityEntity
All Implemented Interfaces:
ProjectPortalEntity, TFSEntity, TFSWebSiteEntity, TFSWebSiteEntity.TFSRelativeWebSiteEntity

public class ProjectPortalCompatibilityEntity
extends TFSCompatibilityEntity
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
protected ProjectPortalCompatibilityEntity(TFSCompatibilityEntity parent, java.lang.String projectName)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getFullItemPath()
           
 com.microsoft.tfs.util.GUID getOwnedWebIdentifier()
           
 TFSEntity getReferencedResource()
           
 java.lang.String getRelativePath()
           
 com.microsoft.tfs.util.GUID getResourceID()
           
 java.lang.String getResourceSubType()
           
 
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

ProjectPortalCompatibilityEntity

protected ProjectPortalCompatibilityEntity(TFSCompatibilityEntity parent,
                                           java.lang.String projectName)
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

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

getReferencedResource

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

getRelativePath

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

getFullItemPath

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


© 2015 Microsoft. All rights reserved.