|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.util.BitField
com.microsoft.tfs.core.clients.versioncontrol.GetItemsOptions
public class GetItemsOptions
Options which control how item information is retrieved from the server.
Field Summary | |
---|---|
static GetItemsOptions |
DOWNLOAD
If set, causes download information to be generated. |
static GetItemsOptions |
INCLUDE_BRANCH_INFO
Include information on whether an item is a branch object in the system |
static GetItemsOptions |
INCLUDE_RECURSIVE_DELETES
Instructs the server to return items which are affected by a Recursive Delete |
static GetItemsOptions |
INCLUDE_SOURCE_RENAMES
Include items which are the source of a rename. |
static GetItemsOptions |
LOCAL_ONLY
Only available in local workspaces. |
static GetItemsOptions |
NONE
Default behavior. |
static GetItemsOptions |
UNSORTED
Speeds up GetItems() by not sorting the result items. |
Method Summary | |
---|---|
GetItemsOptions |
combine(GetItemsOptions other)
|
static GetItemsOptions |
combine(GetItemsOptions[] values)
|
boolean |
contains(GetItemsOptions other)
|
boolean |
containsAll(GetItemsOptions other)
|
boolean |
containsAny(GetItemsOptions other)
|
GetItemsOptions |
remove(GetItemsOptions other)
|
GetItemsOptions |
retain(GetItemsOptions other)
|
Methods inherited from class com.microsoft.tfs.util.BitField |
---|
combine, combineInternal, containsAllInternal, containsAnyInternal, containsInternal, equals, fromStringValues, getCombinedSpecialFlags, hashCode, isEmpty, registerStringValue, registerStringValue, removeInternal, retainInternal, toFullStringValues, toIntFlags, toString, toStringValues |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final GetItemsOptions NONE
public static final GetItemsOptions DOWNLOAD
public static final GetItemsOptions UNSORTED
public static final GetItemsOptions INCLUDE_BRANCH_INFO
public static final GetItemsOptions INCLUDE_SOURCE_RENAMES
public static final GetItemsOptions LOCAL_ONLY
public static final GetItemsOptions INCLUDE_RECURSIVE_DELETES
Method Detail |
---|
public static GetItemsOptions combine(GetItemsOptions[] values)
public boolean containsAll(GetItemsOptions other)
public boolean contains(GetItemsOptions other)
public boolean containsAny(GetItemsOptions other)
public GetItemsOptions remove(GetItemsOptions other)
public GetItemsOptions retain(GetItemsOptions other)
public GetItemsOptions combine(GetItemsOptions other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |