Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.constants
Interface ArchiveStatusI  view ArchiveStatusI download ArchiveStatusI.java


public interface ArchiveStatusI

These are the constants for archive status

Version:
3.0

Field Summary
static int ARCHIVED
           
static int DUPLICATE_ASSET
           
static int FILE_DOES_NOT_EXIST
           
static int IN_PROGRESS_ARCHIVE
           
static int IN_PROGRESS_RESTORE
           
static int NO_CHANGE
           
static int NO_CHANGE_ALLOWED
           
static int NO_RECORD_FOUND
           
static int OK
           
static int ON_LINE
           
static int READY_TO_BE_ARCHIVED
           
 

Field Detail

ON_LINE

public static final int ON_LINE
See Also:
Constant Field Values

ARCHIVED

public static final int ARCHIVED
See Also:
Constant Field Values

IN_PROGRESS_ARCHIVE

public static final int IN_PROGRESS_ARCHIVE
See Also:
Constant Field Values

IN_PROGRESS_RESTORE

public static final int IN_PROGRESS_RESTORE
See Also:
Constant Field Values

READY_TO_BE_ARCHIVED

public static final int READY_TO_BE_ARCHIVED
See Also:
Constant Field Values

FILE_DOES_NOT_EXIST

public static final int FILE_DOES_NOT_EXIST
See Also:
Constant Field Values

OK

public static final int OK
See Also:
Constant Field Values

NO_RECORD_FOUND

public static final int NO_RECORD_FOUND
See Also:
Constant Field Values

NO_CHANGE

public static final int NO_CHANGE
See Also:
Constant Field Values

NO_CHANGE_ALLOWED

public static final int NO_CHANGE_ALLOWED
See Also:
Constant Field Values

DUPLICATE_ASSET

public static final int DUPLICATE_ASSET
See Also:
Constant Field Values