Class CSVMarshallerConstants
- java.lang.Object
-
- org.nuxeo.ecm.core.io.marshallers.csv.CSVMarshallerConstants
-
public class CSVMarshallerConstants extends Object
- Since:
- 10.3
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHANGE_TOKEN_FIELD
static String
HAS_LEGAL_HOLD_FIELD
static String
IS_CHECKED_OUT_FIELD
static String
IS_PROXY_FIELD
static String
IS_RECORD_FIELD
static String
IS_TRASHED_FIELD
static String
IS_UNDER_RETENTION_OR_LEGAL_HOLD_FIELD
static String
IS_VERSION_FIELD
static String
LAST_MODIFIED_FIELD
static String
LOCK_CREATED_FIELD
static String
LOCK_OWNER_FIELD
static String
PARENT_REF_FIELD
static String
PATH_FIELD
static String
PROXY_TARGET_ID_FIELD
static String
REPOSITORY_FIELD
static String
RETAIN_UNTIL_FIELD
static String
STATE_FIELD
static String
TITLE_FIELD
static String
TYPE_FIELD
static String
UID_FIELD
static String
VERSION_LABEL_FIELD
static String
VERSIONABLE_ID_FIELD
-
-
-
Field Detail
-
REPOSITORY_FIELD
public static final String REPOSITORY_FIELD
- See Also:
- Constant Field Values
-
UID_FIELD
public static final String UID_FIELD
- See Also:
- Constant Field Values
-
PATH_FIELD
public static final String PATH_FIELD
- See Also:
- Constant Field Values
-
TYPE_FIELD
public static final String TYPE_FIELD
- See Also:
- Constant Field Values
-
STATE_FIELD
public static final String STATE_FIELD
- See Also:
- Constant Field Values
-
PARENT_REF_FIELD
public static final String PARENT_REF_FIELD
- See Also:
- Constant Field Values
-
IS_CHECKED_OUT_FIELD
public static final String IS_CHECKED_OUT_FIELD
- See Also:
- Constant Field Values
-
IS_VERSION_FIELD
public static final String IS_VERSION_FIELD
- See Also:
- Constant Field Values
-
IS_PROXY_FIELD
public static final String IS_PROXY_FIELD
- See Also:
- Constant Field Values
-
PROXY_TARGET_ID_FIELD
public static final String PROXY_TARGET_ID_FIELD
- See Also:
- Constant Field Values
-
VERSIONABLE_ID_FIELD
public static final String VERSIONABLE_ID_FIELD
- See Also:
- Constant Field Values
-
CHANGE_TOKEN_FIELD
public static final String CHANGE_TOKEN_FIELD
- See Also:
- Constant Field Values
-
IS_TRASHED_FIELD
public static final String IS_TRASHED_FIELD
- See Also:
- Constant Field Values
-
TITLE_FIELD
public static final String TITLE_FIELD
- See Also:
- Constant Field Values
-
VERSION_LABEL_FIELD
public static final String VERSION_LABEL_FIELD
- See Also:
- Constant Field Values
-
IS_RECORD_FIELD
public static final String IS_RECORD_FIELD
- Since:
- 11.1
- See Also:
- Constant Field Values
-
RETAIN_UNTIL_FIELD
public static final String RETAIN_UNTIL_FIELD
- Since:
- 11.1
- See Also:
- Constant Field Values
-
HAS_LEGAL_HOLD_FIELD
public static final String HAS_LEGAL_HOLD_FIELD
- Since:
- 11.1
- See Also:
- Constant Field Values
-
IS_UNDER_RETENTION_OR_LEGAL_HOLD_FIELD
public static final String IS_UNDER_RETENTION_OR_LEGAL_HOLD_FIELD
- Since:
- 11.1
- See Also:
- Constant Field Values
-
LOCK_OWNER_FIELD
public static final String LOCK_OWNER_FIELD
- See Also:
- Constant Field Values
-
LOCK_CREATED_FIELD
public static final String LOCK_CREATED_FIELD
- See Also:
- Constant Field Values
-
LAST_MODIFIED_FIELD
public static final String LAST_MODIFIED_FIELD
- See Also:
- Constant Field Values
-
-