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

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.configuration.catalog.TFSCatalogEntity
      extended by com.microsoft.tfs.core.clients.framework.configuration.catalog.SharePointWebApplicationCatalogEntity
All Implemented Interfaces:
SharePointWebApplicationEntity, TFSEntity, TFSWebSiteEntity, TFSWebSiteEntity.TFSAbsoluteWebSiteEntity

public class SharePointWebApplicationCatalogEntity
extends TFSCatalogEntity
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
SharePointWebApplicationCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
 
Method Summary
 ServiceDefinition getAdminDefinition()
           
 java.lang.String getAdminURL()
           
 java.lang.String getBaseURL()
           
 java.lang.String getDefaultRelativePath()
           
 TFSEntity getReferencedResource()
           
 ServiceDefinition getRootDefinition()
           
 java.lang.String getRootURL()
           
 
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

SharePointWebApplicationCatalogEntity

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

getDefaultRelativePath

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

getReferencedResource

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

getBaseURL

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

getAdminDefinition

public ServiceDefinition getAdminDefinition()

getAdminURL

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

getRootDefinition

public ServiceDefinition getRootDefinition()

getRootURL

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


© 2015 Microsoft. All rights reserved.