|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeType | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol.events | |
com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
Uses of ChangeType in com.microsoft.tfs.core.clients.versioncontrol.events |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return ChangeType | |
---|---|
ChangeType |
MergingEvent.getChangeType()
|
ChangeType |
GetEvent.getChangeType()
|
ChangeType |
MergingEvent.getTargetLocalPendingChange()
|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.events with parameters of type ChangeType | |
---|---|
GetEvent(EventSource source,
com.microsoft.tfs.core.clients.versioncontrol.engines.internal.AsyncGetOperation asyncOp,
OperationStatus status,
GetOperation action,
java.lang.String targetLocalItem,
ChangeType targetChangeType,
PropertyValue[] targetPropertyValues)
|
|
MergingEvent(EventSource source,
Conflict conflict,
Workspace workspace,
boolean isLatest,
PendingChange pendingChange,
OperationStatus status,
ChangeType targetLocalChangeType,
boolean diskUpdateAttempted,
PropertyValue[] properties)
|
Uses of ChangeType in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions declared as ChangeType | |
---|---|
static ChangeType |
ChangeType.ADD
|
static ChangeType |
ChangeType.ADD_BRANCH_OR_RENAME
|
static ChangeType |
ChangeType.ADD_EDIT_ENCODING
|
static ChangeType |
ChangeType.ADD_ENCODING
|
static ChangeType |
ChangeType.ALL
|
static ChangeType |
ChangeType.BRANCH
|
static ChangeType |
ChangeType.DELETE
|
static ChangeType |
ChangeType.EDIT
|
static ChangeType |
ChangeType.ENCODING
|
static ChangeType |
ChangeType.LOCK
|
static ChangeType |
ChangeType.MERGE
|
static ChangeType |
ChangeType.NONE
|
static ChangeType |
ChangeType.PROPERTY
|
static ChangeType |
ChangeType.RENAME
|
static ChangeType |
ChangeType.RENAME_OR_DELETE
|
static ChangeType |
ChangeType.ROLLBACK
|
static ChangeType |
ChangeType.SOURCE_RENAME
|
static ChangeType |
ChangeType.TARGET_RENAME
|
static ChangeType |
ChangeType.UNDELETE
|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return ChangeType | |
---|---|
ChangeType |
ChangeType.combine(ChangeType other)
|
static ChangeType |
ChangeType.combine(ChangeType[] changeTypes)
|
static ChangeType |
ChangeType.fromIntFlags(int flags)
Creates a ChangeType for the given integer flags (which may come
from BitField.toIntFlags() . |
static ChangeType |
ChangeType.fromIntFlags(int flags,
int extendedFlags)
Creates a ChangeType for the given integer flags and extended
(2010 style) flags. |
ChangeType |
Conflict.getBaseChangeType()
|
ChangeType |
WorkspaceItem.getChangeType()
|
ChangeType |
Warning.getChangeType()
|
ChangeType |
PendingChange.getChangeType()
|
ChangeType |
LocalPendingChange.getChangeType()
|
ChangeType |
ItemIdentifier.getChangeType()
|
ChangeType |
GetOperation.getChangeType()
Gets the types of the pending change described by this item. |
ChangeType |
Change.getChangeType()
|
ChangeType |
GetOperation.getConflictingChangeType()
Gets the type of change that conflicts with this item. |
ChangeType |
GetOperation.getEffectiveChangeType()
|
ChangeType |
ExtendedItem.getPendingChange()
Gets the types of changes currently pending for this item. |
ChangeType |
WorkspaceItem.getRecursiveChangeType()
|
ChangeType |
Conflict.getTheirChangeType()
|
ChangeType |
Conflict.getYourChangeType()
|
ChangeType |
Conflict.getYourLocalChangeType()
|
ChangeType |
ChangeType.remove(ChangeType other)
|
ChangeType |
ChangeType.retain(ChangeType other)
|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type ChangeType | |
---|---|
ChangeType |
ChangeType.combine(ChangeType other)
|
static ChangeType |
ChangeType.combine(ChangeType[] changeTypes)
|
boolean |
ChangeType.contains(ChangeType other)
|
boolean |
ChangeType.containsAll(ChangeType other)
|
boolean |
ChangeType.containsAny(ChangeType other)
|
static boolean |
PendingChange.isSourceRename(ChangeType changeType)
|
ChangeType |
ChangeType.remove(ChangeType other)
|
ChangeType |
ChangeType.retain(ChangeType other)
|
void |
Conflict.setBaseChangeType(ChangeType baseChangeType)
|
void |
PendingChange.setChangeType(ChangeType changeType)
|
void |
LocalPendingChange.setChangeType(ChangeType value)
|
void |
GetOperation.setChangeType(ChangeType changeType)
Sets the types of the pending change described by this item. |
void |
Change.setChangeType(ChangeType type)
|
void |
GetOperation.setConflictingChangeType(ChangeType changeType)
Sets the type of change that conflicts with this item. |
void |
ExtendedItem.setPendingChange(ChangeType changeType)
Sets the types of the changes currently pending for this item. |
void |
Conflict.setYourChangeType(ChangeType yourChangeType)
|
void |
Conflict.setYourLocalChangeType(ChangeType yourLocalChangeType)
|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type ChangeType | |
---|---|
Change(Item item,
ChangeType type,
MergeSource[] mergeSources)
|
|
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 |
|
LocalPendingChange(com.microsoft.tfs.core.clients.versioncontrol.internal.localworkspace.WorkspaceLocalItem lvEntry,
java.lang.String targetServerItem,
ChangeType change)
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |