com.microsoft.tfs.core.clients.framework.catalog
Class CatalogNodeDependency

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.framework.catalog.CatalogNodeDependency

public class CatalogNodeDependency
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

Wrapper class for the _CatalogNodeDependency proxy object returned as part of the result of a TFS catalog web service request.

Since:
TEE-SDK-10.1
Thread-safety:
thread-safe

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
CatalogNodeDependency(ms.ws._CatalogNodeDependency catalogNodeDependency)
          Wrapper constructor.
 
Method Summary
 java.lang.String getAssociationKey()
           
 java.lang.String getFullPath()
           
 java.lang.String getRequiredNodeFullPath()
          Returns the full hierarchy path to the dependent node.
 ms.ws._CatalogNodeDependency getWebServiceObject()
          Returns the wrapped proxy object.
 boolean isSingleton()
          Returns true if this dependency is a singleton.
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalogNodeDependency

public CatalogNodeDependency(ms.ws._CatalogNodeDependency catalogNodeDependency)
Wrapper constructor.

Method Detail

getWebServiceObject

public ms.ws._CatalogNodeDependency getWebServiceObject()
Returns the wrapped proxy object.


getFullPath

public java.lang.String getFullPath()

getAssociationKey

public java.lang.String getAssociationKey()

getRequiredNodeFullPath

public java.lang.String getRequiredNodeFullPath()
Returns the full hierarchy path to the dependent node.


isSingleton

public boolean isSingleton()
Returns true if this dependency is a singleton.



© 2015 Microsoft. All rights reserved.