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

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

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

Wrappper class for the _CatalogData proxy object. The CatalogData class is returned by most catalog web service calls and contains raw data returned by the web service. The contents of CatalogData may need additional processing to complete a CatalogService request.

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
CatalogData(ms.ws._CatalogData catalogData)
          Wrapper constructor.
 
Method Summary
 CatalogNode[] getCatalogNodes()
          Returns the catalog nodes.
 CatalogResource[] getCatalogResources()
          Returns the catalog resources.
 CatalogResourceType[] getCatalogResourceTypes()
          Returns the catalog resource types.
 CatalogResource[] getDeletedNodeResources()
          Returns the deleted node resources.
 CatalogNode[] getDeletedNodes()
          Returns the deleted nodes.
 CatalogResource[] getDeletedResources()
          Returns the deleted resources.
 int getLocationServiceLastChangeID()
           
 ms.ws._CatalogData getWebServiceObject()
          Returns the underlying proxy object.
 
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

CatalogData

public CatalogData(ms.ws._CatalogData catalogData)
Wrapper constructor.

Parameters:
catalogData - The proxy object to wrap.
Method Detail

getWebServiceObject

public ms.ws._CatalogData getWebServiceObject()
Returns the underlying proxy object.


getCatalogNodes

public CatalogNode[] getCatalogNodes()
Returns the catalog nodes.


getCatalogResources

public CatalogResource[] getCatalogResources()
Returns the catalog resources.


getCatalogResourceTypes

public CatalogResourceType[] getCatalogResourceTypes()
Returns the catalog resource types.


getDeletedNodes

public CatalogNode[] getDeletedNodes()
Returns the deleted nodes.


getDeletedResources

public CatalogResource[] getDeletedResources()
Returns the deleted resources.


getDeletedNodeResources

public CatalogResource[] getDeletedNodeResources()
Returns the deleted node resources.


getLocationServiceLastChangeID

public int getLocationServiceLastChangeID()


© 2015 Microsoft. All rights reserved.