com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class WorkspaceItemSet

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.WorkspaceItemSet

public final class WorkspaceItemSet
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

A collection of WorkspaceItems, with some additional information about the query that retrieved the set.

Since:
TEE-SDK-11.0

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
WorkspaceItemSet(ms.tfs.versioncontrol.clientservices._03._WorkspaceItemSet set)
           
WorkspaceItemSet()
           
WorkspaceItemSet(java.lang.String queryPath, java.lang.String pattern, WorkspaceItem[] items)
           
 
Method Summary
 WorkspaceItem[] getItems()
          Gets a copy of the items in this item set.
 java.lang.String getPattern()
           
 java.lang.String getQueryPath()
           
 ms.tfs.versioncontrol.clientservices._03._WorkspaceItemSet getWebServiceObject()
          Gets the web service object this class wraps.
 
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

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)
Method Detail

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.