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

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

public class ProcessGuidanceCatalogEntity
extends TFSCatalogEntity
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
ProcessGuidanceCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
 
Method Summary
 java.lang.String getASCIIName()
           
 java.lang.String getFullyQualifiedURL()
           
 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

ProcessGuidanceCatalogEntity

public ProcessGuidanceCatalogEntity(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 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.