com.microsoft.tfs.core.clients.framework.catalog
Class CatalogNodeDependency
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
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
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
CatalogNodeDependency(ms.ws._CatalogNodeDependency catalogNodeDependency)
Wrapper constructor. |
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 |
CatalogNodeDependency
public CatalogNodeDependency(ms.ws._CatalogNodeDependency catalogNodeDependency)
- Wrapper constructor.
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.