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