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

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

public class ProcessGuidanceCompatibilityEntity
extends TFSCompatibilityEntity
implements ProcessGuidanceEntity, 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 ProcessGuidanceCompatibilityEntity(TFSCompatibilityEntity parent)
           
 
Method Summary
 java.lang.String getASCIIName()
           
 java.lang.String getDisplayName()
           
 java.lang.String getFullyQualifiedURL()
           
 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

ProcessGuidanceCompatibilityEntity

protected ProcessGuidanceCompatibilityEntity(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

getResourceSubType

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

getASCIIName

public java.lang.String getASCIIName()
Specified by:
getASCIIName in interface ProcessGuidanceEntity

getRelativePath

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

getReferencedResource

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

getFullyQualifiedURL

public java.lang.String getFullyQualifiedURL()
Specified by:
getFullyQualifiedURL in interface ProcessGuidanceEntity


© 2015 Microsoft. All rights reserved.