|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetOperation | |
---|---|
com.microsoft.tfs.core.clients.versioncontrol | |
com.microsoft.tfs.core.clients.versioncontrol.events | |
com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
Uses of GetOperation in com.microsoft.tfs.core.clients.versioncontrol |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol that return GetOperation | |
---|---|
GetOperation[] |
ResolveConflictHandler.GetOperationGroup.getGetOps()
|
GetOperation[] |
ResolveConflictHandler.GetOperationGroup.getUndoOps()
|
Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type GetOperation | |
---|---|
void |
ResolveConflictHandler.GetOperationGroup.addOperations(ProcessType processType,
GetOperation[] operations)
|
void |
ResolveLocalConflictHandler.conflictResolved(Conflict conflict,
GetOperation[] getOps,
GetOperation[] undoOps,
Conflict[] resolvedConflicts,
ChangePendedFlags changePendedFlags)
|
void |
ResolveLocalConflictHandler.conflictResolved(Conflict conflict,
GetOperation[] getOps,
GetOperation[] undoOps,
Conflict[] resolvedConflicts,
ChangePendedFlags changePendedFlags)
|
void |
ResolveConflictHandler.conflictResolved(Conflict conflict,
GetOperation[] getOps,
GetOperation[] undoOps,
Conflict[] otherResolvedConflicts,
ChangePendedFlags changePendedFlags)
|
void |
ResolveConflictHandler.conflictResolved(Conflict conflict,
GetOperation[] getOps,
GetOperation[] undoOps,
Conflict[] otherResolvedConflicts,
ChangePendedFlags changePendedFlags)
|
Method parameters in com.microsoft.tfs.core.clients.versioncontrol with type arguments of type GetOperation | |
---|---|
void |
ResolveConflictHandler.GetOperationGroup.setGetOps(java.util.List<GetOperation> getOps)
|
void |
ResolveConflictHandler.GetOperationGroup.setUndoOps(java.util.List<GetOperation> undoOps)
|
Uses of GetOperation in com.microsoft.tfs.core.clients.versioncontrol.events |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return GetOperation | |
---|---|
GetOperation |
GetEvent.getOperation()
|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.events with parameters of type GetOperation | |
---|---|
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)
|
Uses of GetOperation in com.microsoft.tfs.core.clients.versioncontrol.soapextensions |
---|
Fields in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with type parameters of type GetOperation | |
---|---|
static java.util.Comparator<GetOperation> |
GetOperation.GET_OPERATION_COMPARATOR
|
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return GetOperation | |
---|---|
GetOperation[] |
CheckinResult.getLocalVersionUpdates()
|
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. |
Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type GetOperation | |
---|---|
int |
GetOperation.compareTo(GetOperation other)
|
Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type GetOperation | |
---|---|
PendingChange(Workspace workspace,
GetOperation operation,
ProcessType processType)
Construct a PendingChange from a GetOperation . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |