Package org.nuxeo.wopi
Class Headers
- java.lang.Object
-
- org.nuxeo.wopi.Headers
-
public class Headers extends Object
- Since:
- 10.3
-
-
Field Summary
Fields Modifier and Type Field Description static String
FILE_CONVERSION
static String
ITEM_VERSION
static String
LOCK
static String
MAX_EXPECTED_SIZE
static String
OLD_LOCK
static String
OVERRIDE
static String
PROOF
static String
PROOF_OLD
static String
RELATIVE_TARGET
static String
REQUESTED_NAME
static String
SUGGESTED_TARGET
static String
TIMESTAMP
static String
URL_TYPE
-
-
-
Field Detail
-
FILE_CONVERSION
public static final String FILE_CONVERSION
- See Also:
- Constant Field Values
-
ITEM_VERSION
public static final String ITEM_VERSION
- See Also:
- Constant Field Values
-
LOCK
public static final String LOCK
- See Also:
- Constant Field Values
-
MAX_EXPECTED_SIZE
public static final String MAX_EXPECTED_SIZE
- See Also:
- Constant Field Values
-
OLD_LOCK
public static final String OLD_LOCK
- See Also:
- Constant Field Values
-
OVERRIDE
public static final String OVERRIDE
- See Also:
- Constant Field Values
-
PROOF
public static final String PROOF
- See Also:
- Constant Field Values
-
PROOF_OLD
public static final String PROOF_OLD
- See Also:
- Constant Field Values
-
RELATIVE_TARGET
public static final String RELATIVE_TARGET
- See Also:
- Constant Field Values
-
REQUESTED_NAME
public static final String REQUESTED_NAME
- See Also:
- Constant Field Values
-
SUGGESTED_TARGET
public static final String SUGGESTED_TARGET
- See Also:
- Constant Field Values
-
URL_TYPE
public static final String URL_TYPE
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final String TIMESTAMP
- See Also:
- Constant Field Values
-
-