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

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.TFSCompatibilityEntity
      extended by com.microsoft.tfs.core.clients.framework.configuration.compatibility.SharePointWebApplicationCompatibilityEntity
All Implemented Interfaces:
SharePointWebApplicationEntity, TFSEntity, TFSWebSiteEntity, TFSWebSiteEntity.TFSAbsoluteWebSiteEntity

public class SharePointWebApplicationCompatibilityEntity
extends TFSCompatibilityEntity
implements SharePointWebApplicationEntity, TFSWebSiteEntity.TFSAbsoluteWebSiteEntity

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 SharePointWebApplicationCompatibilityEntity(TFSCompatibilityEntity parent)
           
 
Method Summary
 java.lang.String getAdminURL()
           
 java.lang.String getBaseURL()
           
 java.lang.String getDefaultRelativePath()
           
 java.lang.String getDisplayName()
           
 TFSEntity getReferencedResource()
           
 com.microsoft.tfs.util.GUID getResourceID()
           
 java.lang.String getRootURL()
           
 
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

SharePointWebApplicationCompatibilityEntity

protected SharePointWebApplicationCompatibilityEntity(TFSCompatibilityEntity parent)
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

getReferencedResource

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

getAdminURL

public java.lang.String getAdminURL()
Specified by:
getAdminURL in interface SharePointWebApplicationEntity

getDefaultRelativePath

public java.lang.String getDefaultRelativePath()
Specified by:
getDefaultRelativePath in interface SharePointWebApplicationEntity

getRootURL

public java.lang.String getRootURL()
Specified by:
getRootURL in interface SharePointWebApplicationEntity

getBaseURL

public java.lang.String getBaseURL()
Specified by:
getBaseURL in interface TFSWebSiteEntity.TFSAbsoluteWebSiteEntity


© 2015 Microsoft. All rights reserved.