|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.framework.catalog.CatalogDataProcessedResult
public class CatalogDataProcessedResult
Container to hold the node and resource results from the post processing
performed following a catalog web service call that returns
CatalogData
.
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 |
---|
public CatalogDataProcessedResult(CatalogResource[] resources, CatalogNode[] nodes)
Method Detail |
---|
public CatalogResource[] getMatchingResources()
public CatalogNode[] getMatchingNodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |