|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ItemType in com.microsoft.tfs.core.clients.versioncontrol |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type ItemType | |
---|---|
ExtendedItem[][] |
VersionControlClient.getExtendedItems(ItemSpec[] itemSpecs,
DeletedState deletedState,
ItemType itemType)
|
ExtendedItem[][] |
VersionControlClient.getExtendedItems(ItemSpec[] itemSpecs,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options)
|
ExtendedItem[] |
VersionControlClient.getExtendedItems(java.lang.String itemPath,
DeletedState deletedState,
ItemType itemType)
|
ExtendedItem[][] |
VersionControlClient.getExtendedItems(java.lang.String workspaceName,
java.lang.String workspaceOwner,
ItemSpec[] itemSpecs,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options)
|
ExtendedItem[][] |
VersionControlClient.getExtendedItems(java.lang.String workspaceName,
java.lang.String workspaceOwner,
ItemSpec[] itemSpecs,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options,
java.lang.String[] itemPropertyFilters)
Gets extended information about items, with full results control. |
ItemSet[] |
VersionControlClient.getItems(ItemSpec[] itemSpecs,
VersionSpec version,
DeletedState deletedState,
ItemType itemType)
|
ItemSet[] |
VersionControlClient.getItems(ItemSpec[] itemSpecs,
VersionSpec version,
DeletedState deletedState,
ItemType itemType,
boolean includeDownloadInfo)
|
ItemSet[] |
VersionControlClient.getItems(ItemSpec[] itemSpecs,
VersionSpec version,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options)
|
ItemSet[] |
VersionControlClient.getItems(ItemSpec[] itemSpecs,
VersionSpec version,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options,
java.lang.String[] itemPropertyFilters)
Gets information about multiple items. |
ItemSet |
VersionControlClient.getItems(ItemSpec itemSpec,
VersionSpec version,
DeletedState deletedState,
ItemType itemType,
boolean includeDownloadInfo)
|
ItemSet |
VersionControlClient.getItems(ItemSpec itemSpec,
VersionSpec version,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options)
|
ItemSet |
VersionControlClient.getItems(java.lang.String path,
VersionSpec version,
RecursionType recursion,
DeletedState deletedState,
ItemType itemType)
|
ItemSet |
VersionControlClient.getItems(java.lang.String path,
VersionSpec version,
RecursionType recursion,
DeletedState deletedState,
ItemType itemType,
boolean includeDownloadInfo)
|
static Failure |
TeamProject.validateChange(java.lang.String serverItem,
ItemType type)
Validates if given server items is a root or team project path. |
Uses of ItemType in com.microsoft.tfs.core.clients.versioncontrol.events |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return ItemType | |
---|---|
ItemType |
GetEvent.getItemType()
|
Uses of ItemType in com.microsoft.tfs.core.clients.versioncontrol.offline |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.offline that return ItemType | |
---|---|
ItemType |
OfflineChange.getServerItemType()
|
Methods in com.microsoft.tfs.core.clients.versioncontrol.offline with parameters of type ItemType | |
---|---|
boolean |
OfflineSynchronizerFilter.shouldPend(java.io.File file,
OfflineChangeType changeType,
ItemType serverItemType)
Returns true if changes should be pended for the given file. |
Constructors in com.microsoft.tfs.core.clients.versioncontrol.offline with parameters of type ItemType | |
---|---|
OfflineChange(java.lang.String localPath,
OfflineChangeType changeType,
ItemType serverItemType)
Represents a change to an item done offline. |
Uses of ItemType in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions declared as ItemType | |
---|---|
static ItemType |
ItemType.ANY
Matches any kind of item (file, folder, other). |
static ItemType |
ItemType.FILE
Matches only file objects (which may not contain files or folders). |
static ItemType |
ItemType.FOLDER
Matches only folder objects (which may contain other folders and files). |
Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with type parameters of type ItemType | |
---|---|
static java.util.HashMap<java.lang.Byte,ItemType> |
ItemType.VALUE_MAP
A map of enumeration integer values to ItemType |
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return ItemType | |
---|---|
static ItemType |
ItemType.fromByteValue(byte value)
Gets the ItemType associated with the specified integer value. |
static ItemType |
ItemType.fromWebServiceObject(ms.tfs.versioncontrol.clientservices._03._ItemType webServiceObject)
Gets the correct wrapper type for the given web service object. |
ItemType |
Conflict.getBaseItemType()
|
ItemType |
PendingChange.getItemType()
|
ItemType |
LocalPendingChange.getItemType()
|
ItemType |
Item.getItemType()
|
ItemType |
GetOperation.getItemType()
Gets the type of the item affected by this operation. |
ItemType |
ExtendedItem.getItemType()
|
ItemType |
ChangeRequest.getItemType()
|
ItemType |
ChangeRequest.getTargetItemType()
|
ItemType |
Conflict.getTheirItemType()
|
ItemType |
Conflict.getYourItemType()
|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type ItemType | |
---|---|
ExtendedItem[][] |
Workspace.getExtendedItems(ItemSpec[] itemSpecs,
DeletedState deletedState,
ItemType itemType)
Gets extended information about items. |
ExtendedItem[][] |
Workspace.getExtendedItems(ItemSpec[] itemSpecs,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options)
|
ExtendedItem[][] |
Workspace.getExtendedItems(ItemSpec[] itemSpecs,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options,
java.lang.String[] itemPropertyFilters)
Gets extended information about items, with full results control. |
ExtendedItem[] |
Workspace.getExtendedItems(java.lang.String itemPath,
DeletedState deletedState,
ItemType itemType)
Gets extended information about items. |
WorkspaceItemSet[] |
Workspace.getItems(ItemSpec[] itemSpecs,
DeletedState deletedState,
ItemType itemType,
boolean generateDownloadUrls,
GetItemsOptions getItemsOptions)
For each provided ItemSpec, returns a corresponding WorkspaceItemSet containing data about items in the workspace. |
void |
Conflict.setBaseItemType(ItemType baseItemType)
|
void |
PendingChange.setItemType(ItemType type)
|
void |
LocalPendingChange.setItemType(ItemType value)
|
void |
Item.setItemType(ItemType type)
|
void |
GetOperation.setItemType(ItemType type)
Sets the type of the item affected by this operation. |
void |
ExtendedItem.setItemType(ItemType type)
|
void |
ChangeRequest.setItemType(ItemType type)
|
void |
ChangeRequest.setTargetItemType(ItemType targettype)
|
void |
Conflict.setTheirItemType(ItemType theirItemType)
|
void |
Conflict.setYourItemType(ItemType yourItemType)
|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type ItemType | |
---|---|
ChangeRequest(ItemSpec item,
VersionSpec version,
RequestType requestType,
ItemType itemType,
int encoding,
LockLevel lockLevel,
int deletionID,
java.lang.String targetItem,
boolean detectTargetItemType)
Creates a ChangeRequest for the given item at the given version. |
|
Item(ItemType itemType,
java.lang.String serverItem,
int encoding)
|
|
LocalPendingChange(java.lang.String targetServerItem,
java.lang.String committedServerItem,
int version,
ItemType itemType,
int encoding,
byte[] hashValue,
int itemId,
ChangeType change)
Used for a candidate add |
|
PendingChange(java.lang.String serverItem,
java.lang.String sourceServerItem,
int sourceVersionFrom,
int sourceDeletionID,
int deletionID,
LockLevel lockLevel,
java.lang.String localItem,
ItemType itemType,
int itemID,
java.util.Calendar creationDate,
int version,
ChangeType changeType,
byte[] hashValue,
byte[] uploadHashValue,
int encoding,
int pendingChangeID,
PropertyValue[] properties,
boolean isCandidate)
|
|
WorkspaceItem(ItemType itemType,
java.lang.String serverItem,
int encoding)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |