com.microsoft.tfs.core.clients.versioncontrol
Class OperationStatus

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.clients.versioncontrol.OperationStatus
All Implemented Interfaces:
java.lang.Comparable

public final class OperationStatus
extends com.microsoft.tfs.util.TypesafeEnum

Represents the status of an item during an operation. Thes types of operations are set in events that are fired by the client, so that the consumer of the event can determine what kind of processing was going on when the event was fired.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

Field Summary
static OperationStatus CONFLICT
           
static OperationStatus DELETING
           
static OperationStatus GETTING
           
static OperationStatus REPLACING
           
static OperationStatus SOURCE_DIRECTORY_NOT_EMPTY
           
static OperationStatus SOURCE_WRITABLE
           
static OperationStatus TARGET_IS_DIRECTORY
           
static OperationStatus TARGET_LOCAL_PENDING
           
static OperationStatus TARGET_WRITABLE
           
static OperationStatus UNABLE_TO_REFRESH
           
 
Method Summary
 
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum
compareTo, equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CONFLICT

public static final OperationStatus CONFLICT

SOURCE_WRITABLE

public static final OperationStatus SOURCE_WRITABLE

TARGET_LOCAL_PENDING

public static final OperationStatus TARGET_LOCAL_PENDING

TARGET_WRITABLE

public static final OperationStatus TARGET_WRITABLE

GETTING

public static final OperationStatus GETTING

REPLACING

public static final OperationStatus REPLACING

DELETING

public static final OperationStatus DELETING

SOURCE_DIRECTORY_NOT_EMPTY

public static final OperationStatus SOURCE_DIRECTORY_NOT_EMPTY

TARGET_IS_DIRECTORY

public static final OperationStatus TARGET_IS_DIRECTORY

UNABLE_TO_REFRESH

public static final OperationStatus UNABLE_TO_REFRESH


© 2015 Microsoft. All rights reserved.