com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class ItemSet
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.ItemSet
public final class ItemSet
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
A collection of Item
s, with some additional information about the
query that retrieved the set.
- Since:
- TEE-SDK-10.1
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
ItemSet(ms.tfs.versioncontrol.clientservices._03._ItemSet set)
|
ItemSet()
|
ItemSet(java.lang.String queryPath,
java.lang.String pattern,
Item[] items)
|
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 |
ItemSet
public ItemSet()
ItemSet
public ItemSet(ms.tfs.versioncontrol.clientservices._03._ItemSet set)
ItemSet
public ItemSet(java.lang.String queryPath,
java.lang.String pattern,
Item[] items)
- Parameters:
queryPath
- the path where this set is rooted (server usually supplies this),
may not be null.pattern
- the name pattern represented by this set (server usually supplies
this); may be null.items
- server items to add to this set, may not be null.
getWebServiceObject
public ms.tfs.versioncontrol.clientservices._03._ItemSet getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getItems
public Item[] getItems()
- Gets a copy of the items in this item set.
- Returns:
- a copy of the items in this item set.
setItems
public void setItems(Item[] items)
- Sets the items in this item set.
- Parameters:
items
- the items to set (must not be null
)
getQueryPath
public java.lang.String getQueryPath()
getPattern
public java.lang.String getPattern()
© 2015 Microsoft. All rights reserved.