|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol | |
com.microsoft.tfs.core.clients.versioncontrol.events | |
com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
Uses of Item in com.microsoft.tfs.core.clients.versioncontrol |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol that return Item | |
---|---|
Item[] |
VersionControlClient.destroy(ItemSpec itemSpec,
VersionSpec versionSpec,
VersionSpec stopAt,
DestroyFlags flags)
Permanently destroys a versioned item. |
Item[] |
VersionControlClient.destroy(ItemSpec itemSpec,
VersionSpec versionSpec,
VersionSpec stopAt,
DestroyFlags flags,
java.util.List<PendingSet> affectedPendingChanges,
java.util.List<PendingSet> affectedShelvedChanges)
Permanently destroys a versioned item. |
Item |
BranchHistoryTreeItem.getFromItem()
|
Item |
BranchHistoryTreeItem.getItem()
|
Item |
VersionControlClient.getItem(int itemID,
int changesetNumber)
|
Item |
VersionControlClient.getItem(int itemID,
int changesetNumber,
boolean includeDownloadInfo)
|
Item |
VersionControlClient.getItem(int itemID,
int changesetNumber,
GetItemsOptions options)
|
Item |
VersionControlClient.getItem(java.lang.String path)
|
Item |
VersionControlClient.getItem(java.lang.String path,
VersionSpec version)
|
Item |
VersionControlClient.getItem(java.lang.String path,
VersionSpec version,
DeletedState deletedState)
|
Item |
VersionControlClient.getItem(java.lang.String path,
VersionSpec version,
DeletedState deletedState,
boolean includeDownloadInfo)
|
Item |
VersionControlClient.getItem(java.lang.String path,
VersionSpec version,
DeletedState deletedState,
GetItemsOptions options)
Gets information about one item. |
Item |
VersionControlClient.getItem(java.lang.String path,
VersionSpec version,
int deletionID)
|
Item |
VersionControlClient.getItem(java.lang.String path,
VersionSpec version,
int deletionID,
boolean includeDownloadInfo)
|
Item |
VersionControlClient.getItem(java.lang.String path,
VersionSpec version,
int deletionID,
GetItemsOptions options)
|
Item[] |
VersionControlClient.getItems(int[] itemIDs,
int changesetNumber)
|
Item[] |
VersionControlClient.getItems(int[] itemIDs,
int changesetNumber,
boolean includeDownloadInfo)
|
Item[] |
VersionControlClient.getItems(int[] itemIDs,
int changesetNumber,
GetItemsOptions options)
|
Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type Item | |
---|---|
java.lang.String |
VersionControlClient.downloadItems(Item[] items,
java.lang.String serverRoot,
java.lang.String localRoot)
Downloads a collection of Item s to a temporary location
preserving the server path structure. |
static TeamProject[] |
TeamProject.fromItems(Item[] items,
VersionControlClient client)
Creates new TeamProject objects for the given items. |
void |
BranchHistoryTreeItem.setFromItem(Item fromItem)
|
void |
BranchHistoryTreeItem.setItem(Item item)
|
void |
InitiallyDeletedLocalVersionUpdate.updateFrom(Item item)
|
void |
IPopulatableLocalVersionUpdate.updateFrom(Item item)
Updates the populatable fields of this IPopulatableLocalVersionUpdate from the data in the provided Item object. |
void |
ClientLocalVersionUpdate.updateFrom(Item item)
|
Constructors in com.microsoft.tfs.core.clients.versioncontrol with parameters of type Item | |
---|---|
TeamProject(Item item,
VersionControlClient client)
Creates a TeamProject for an item. |
Uses of Item in com.microsoft.tfs.core.clients.versioncontrol.events |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return Item | |
---|---|
Item |
DestroyEvent.getDestroyedItem()
|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.events with parameters of type Item | |
---|---|
DestroyEvent(EventSource source,
Item destroyedItem,
VersionSpec stopAt,
DestroyFlags flags)
Creates a new DestroyEvent . |
Uses of Item in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Subclasses of Item in com.microsoft.tfs.core.clients.versioncontrol.soapextensions | |
---|---|
class |
WorkspaceItem
Contains information about a version control item in a workspace. |
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return Item | |
---|---|
Item |
Change.getItem()
|
Item[] |
VersionControlLabel.getItems()
|
Item[] |
ItemSet.getItems()
Gets a copy of the items in this item set. |
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type Item | |
---|---|
int |
Item.compareTo(Item other)
|
void |
ItemSet.setItems(Item[] items)
Sets the items in this item set. |
java.lang.String |
ChangeType.toUIString(boolean showLock,
Item item)
|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type Item | |
---|---|
Change(Item item,
ChangeType type,
MergeSource[] mergeSources)
|
|
ItemSet(java.lang.String queryPath,
java.lang.String pattern,
Item[] items)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |