|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetOptions | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol | |
com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
Uses of GetOptions in com.microsoft.tfs.core.clients.versioncontrol |
---|
Fields in com.microsoft.tfs.core.clients.versioncontrol declared as GetOptions | |
---|---|
static GetOptions |
GetOptions.GET_ALL
Ask the server to send all files, not just ones it thinks are out of date. |
static GetOptions |
GetOptions.NO_AUTO_RESOLVE
Used only on the client. |
static GetOptions |
GetOptions.NO_DISK_UPDATE
Perform the get as normal, but do not actually download the files from the server and do not update any data on disk. |
static GetOptions |
GetOptions.NONE
No get options. |
static GetOptions |
GetOptions.OVERWRITE
Overwrite local files that happen to be writeable (except files checked out to the user) with the versions from the server. |
static GetOptions |
GetOptions.PREVIEW
Perform the get as normal, but do not actually download the files from the server and do not update any data on disk. |
static GetOptions |
GetOptions.REMAP
Updates the database references of the local remapped branch for all items where the content on the local disk is the same as the content you are downloading from the version control branch. |
Methods in com.microsoft.tfs.core.clients.versioncontrol that return GetOptions | |
---|---|
GetOptions |
GetOptions.combine(GetOptions other)
|
static GetOptions |
GetOptions.combine(GetOptions[] changeTypes)
|
GetOptions |
GetOptions.remove(GetOptions other)
|
GetOptions |
GetOptions.retain(GetOptions other)
|
Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type GetOptions | |
---|---|
GetOptions |
GetOptions.combine(GetOptions other)
|
static GetOptions |
GetOptions.combine(GetOptions[] changeTypes)
|
boolean |
GetOptions.contains(GetOptions other)
|
boolean |
GetOptions.containsAll(GetOptions other)
|
boolean |
GetOptions.containsAny(GetOptions other)
|
GetOptions |
GetOptions.remove(GetOptions other)
|
GetOptions |
GetOptions.retain(GetOptions other)
|
Uses of GetOptions in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type GetOptions | |
---|---|
GetStatus |
Workspace.get(GetOptions options)
Update all items in this workspace to the latest version. |
GetStatus |
Workspace.get(GetRequest[] requests,
GetOptions options)
|
GetStatus |
Workspace.get(GetRequest[] requests,
GetOptions options,
java.lang.String[] itemPropertyFilters,
boolean alwaysQueryConflicts,
java.util.concurrent.atomic.AtomicReference<Conflict[]> conflicts)
Update the given items for the given workspace. |
GetStatus |
Workspace.get(GetRequest request,
GetOptions options)
Update the given items for the given workspace. |
GetStatus |
Workspace.get(VersionSpec version,
GetOptions options)
Update all items in this workspace to the given version. |
int |
Workspace.pendAdd(java.lang.String[] paths,
boolean recursive,
FileEncoding fileEncoding,
LockLevel lockLevel,
GetOptions getOptions,
PendChangesOptions pendOptions)
Ask the server for permission to add file from local working folders. |
int |
Workspace.pendAdd(java.lang.String[] paths,
boolean recursive,
LockLevel lockLevel,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.util.Map<java.lang.String,FileEncoding> encodingHints,
FileEncoding defaultEncoding)
Ask the server for permission to add file from local working folders. |
int |
Workspace.pendBranch(java.lang.String sourcePath,
java.lang.String targetPath,
VersionSpec version,
LockLevel lockLevel,
RecursionType recursion,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.pendBranch(java.lang.String sourcePath,
java.lang.String targetPath,
VersionSpec version,
LockLevel lockLevel,
RecursionType recursion,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Pends a branch change. |
int |
Workspace.pendDelete(ItemSpec[] specs,
LockLevel[] lockLevels,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.pendDelete(ItemSpec[] specs,
LockLevel[] lockLevels,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Pend a deletion of one or more items, with possibly differing lock levels for each item. |
int |
Workspace.pendDelete(ItemSpec[] specs,
LockLevel lockLevel,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.pendDelete(ItemSpec[] specs,
LockLevel lockLevel,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Pend a deletion of one or more items, all at the same lock level. |
int |
Workspace.pendDelete(java.lang.String[] paths,
RecursionType recursion,
LockLevel[] lockLevels,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.pendDelete(java.lang.String[] paths,
RecursionType recursion,
LockLevel[] lockLevels,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Pend a deletion of one or more items, with possibly differing lock levels for each item. |
int |
Workspace.pendDelete(java.lang.String[] paths,
RecursionType recursion,
LockLevel lockLevel,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.pendDelete(java.lang.String[] paths,
RecursionType recursion,
LockLevel lockLevel,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Pend a deletion of one or more items, all at the same lock level. |
int |
Workspace.pendEdit(ItemSpec[] specs,
LockLevel[] lockLevels,
FileEncoding[] fileEncoding,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.pendEdit(ItemSpec[] specs,
LockLevel[] lockLevels,
FileEncoding[] fileEncoding,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Ask the server for permission to begin editing one or more files. |
int |
Workspace.pendEdit(ItemSpec[] specs,
LockLevel lockLevel,
FileEncoding fileEncoding,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.pendEdit(ItemSpec[] specs,
LockLevel lockLevel,
FileEncoding fileEncoding,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Ask the server for permission to begin editing one or more files. |
int |
Workspace.pendEdit(java.lang.String[] paths,
RecursionType recursion,
LockLevel[] lockLevels,
FileEncoding[] fileEncoding,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.pendEdit(java.lang.String[] paths,
RecursionType recursion,
LockLevel[] lockLevels,
FileEncoding[] fileEncoding,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Ask the server for permission to begin editing one or more files. |
int |
Workspace.pendEdit(java.lang.String[] paths,
RecursionType recursion,
LockLevel lockLevel,
FileEncoding fileEncoding,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.pendEdit(java.lang.String[] paths,
RecursionType recursion,
LockLevel lockLevel,
FileEncoding fileEncoding,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Ask the server for permission to begin editing one or more files. |
int |
Workspace.pendRename(java.lang.String[] oldPaths,
java.lang.String[] newPaths,
LockLevel lockLevel,
GetOptions getOptions,
boolean detectTargetItemType,
PendChangesOptions pendOptions)
|
int |
Workspace.pendRename(java.lang.String[] oldPaths,
java.lang.String[] newPaths,
LockLevel lockLevel,
GetOptions getOptions,
boolean detectTargetItemType,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Pends renames of multiple items. |
int |
Workspace.pendRename(java.lang.String oldPath,
java.lang.String newPath,
LockLevel lockLevel,
GetOptions getOptions,
boolean detectTargetItemType,
PendChangesOptions pendOptions)
|
int |
Workspace.pendRename(java.lang.String oldPath,
java.lang.String newPath,
LockLevel lockLevel,
GetOptions getOptions,
boolean detectTargetItemType,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Pend a rename of an item. |
int |
Workspace.pendUndelete(ItemSpec[] items,
LockLevel[] lockLevels,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.pendUndelete(ItemSpec[] items,
LockLevel[] lockLevels,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Pend a restore of a deleted items, with possibly differing lock levels for each item. |
int |
Workspace.pendUndelete(ItemSpec[] items,
LockLevel lockLevel,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.pendUndelete(ItemSpec[] items,
LockLevel lockLevel,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Pend a restore of a deleted items, all at the same lock level. |
int |
Workspace.pendUndelete(ItemSpec item,
java.lang.String newName,
LockLevel lockLevel,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.pendUndelete(ItemSpec item,
java.lang.String newName,
LockLevel lockLevel,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Pend a restore of a single deleted item and declare a new name for it. |
GetOperation[][] |
Workspace.previewGetItems(GetRequest[] requests,
GetOptions options)
|
GetOperation[][] |
Workspace.previewGetItems(GetRequest[] requests,
GetOptions options,
java.lang.String[] itemPropertyFilters)
Gets the GetOperation s for the given GetRequest s, but
does not update the workspace or fire any events. |
int |
Workspace.setLock(ItemSpec[] itemSpecs,
LockLevel[] lockLevels,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.setLock(ItemSpec[] itemSpecs,
LockLevel[] lockLevels,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Sets (or unsets) a lock on a file or folder. |
int |
Workspace.setLock(ItemSpec[] itemSpecs,
LockLevel lockLevel,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.setLock(ItemSpec[] itemSpecs,
LockLevel lockLevel,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Sets (or unsets) a lock on a file or folder. |
int |
Workspace.setLock(java.lang.String[] paths,
LockLevel[] lockLevels,
RecursionType recursion,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.setLock(java.lang.String[] paths,
LockLevel[] lockLevels,
RecursionType recursion,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Sets (or unsets) a lock on a file or folder. |
int |
Workspace.setLock(java.lang.String[] paths,
LockLevel lockLevel,
RecursionType recursion,
GetOptions getOptions,
PendChangesOptions pendOptions)
|
int |
Workspace.setLock(java.lang.String[] paths,
LockLevel lockLevel,
RecursionType recursion,
GetOptions getOptions,
PendChangesOptions pendOptions,
java.lang.String[] itemPropertyFilters)
Sets (or unsets) a lock on a file or folder. |
int |
Workspace.undo(ItemSpec[] items,
GetOptions getOptions)
|
int |
Workspace.undo(ItemSpec[] items,
GetOptions getOptions,
boolean deleteAdds,
java.lang.String[] itemPropertyFilters)
Undoes pending changes for matching items in this workspace. |
int |
Workspace.undo(ItemSpec[] items,
GetOptions getOptions,
java.lang.String[] itemPropertyFilters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |