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

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.catalog.CatalogDataProcessedResult

public class CatalogDataProcessedResult
extends java.lang.Object

Container to hold the node and resource results from the post processing performed following a catalog web service call that returns CatalogData.

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

Constructor Summary
CatalogDataProcessedResult(CatalogResource[] resources, CatalogNode[] nodes)
          Constructor.
 
Method Summary
 CatalogNode[] getMatchingNodes()
          Returns the matching catalog nodes.
 CatalogResource[] getMatchingResources()
          Returns the matching catalog resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogDataProcessedResult

public CatalogDataProcessedResult(CatalogResource[] resources,
                                  CatalogNode[] nodes)
Constructor.

Method Detail

getMatchingResources

public CatalogResource[] getMatchingResources()
Returns the matching catalog resources.


getMatchingNodes

public CatalogNode[] getMatchingNodes()
Returns the matching catalog nodes.



© 2015 Microsoft. All rights reserved.