|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.framework.catalog.CatalogData
public class CatalogData
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.
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 |
---|
public CatalogData(ms.ws._CatalogData catalogData)
catalogData
- The proxy object to wrap.Method Detail |
---|
public ms.ws._CatalogData getWebServiceObject()
public CatalogNode[] getCatalogNodes()
public CatalogResource[] getCatalogResources()
public CatalogResourceType[] getCatalogResourceTypes()
public CatalogNode[] getDeletedNodes()
public CatalogResource[] getDeletedResources()
public CatalogResource[] getDeletedNodeResources()
public int getLocationServiceLastChangeID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |