Package org.nuxeo.ecm.core.io
Class ExportConstants
- java.lang.Object
-
- org.nuxeo.ecm.core.io.ExportConstants
-
public final class ExportConstants extends Object
Constants that provide the types for which the reader are for.- Author:
- Bogdan Tatar
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS_CONTROL_TAG
static String
ACE_TAG
static String
ACL_TAG
static String
BEGIN_ATTR
static String
BLOB_DATA
static String
BLOB_DIGEST
static String
BLOB_ENCODING
static String
BLOB_FILENAME
static String
BLOB_MIME_TYPE
static String
CREATOR_ATTR
static String
DOCUMENT_FILE
static String
DOCUMENT_TAG
static String
END_ATTR
static String
EXTERNAL_BLOB_URI
static String
FACET_TAG
static String
GRANT_ATTR
static String
ID_ATTR
static String
LIFECYCLE_POLICY_TAG
static String
LIFECYCLE_STATE_TAG
static String
MARKER_FILE
static String
NAME_ATTR
static String
PATH_TAG
static String
PERMISSION_ATTR
static String
PRINCIPAL_ATTR
static String
REP_NAME
static String
SCHEMA_TAG
static String
SYSTEM_TAG
static String
TYPE_TAG
static String
ZIP_HEADER
-
-
-
Field Detail
-
ZIP_HEADER
public static final String ZIP_HEADER
- See Also:
- Constant Field Values
-
MARKER_FILE
public static final String MARKER_FILE
- See Also:
- Constant Field Values
-
DOCUMENT_FILE
public static final String DOCUMENT_FILE
- See Also:
- Constant Field Values
-
DOCUMENT_TAG
public static final String DOCUMENT_TAG
- See Also:
- Constant Field Values
-
SYSTEM_TAG
public static final String SYSTEM_TAG
- See Also:
- Constant Field Values
-
REP_NAME
public static final String REP_NAME
- See Also:
- Constant Field Values
-
ID_ATTR
public static final String ID_ATTR
- See Also:
- Constant Field Values
-
PATH_TAG
public static final String PATH_TAG
- See Also:
- Constant Field Values
-
TYPE_TAG
public static final String TYPE_TAG
- See Also:
- Constant Field Values
-
LIFECYCLE_STATE_TAG
public static final String LIFECYCLE_STATE_TAG
- See Also:
- Constant Field Values
-
LIFECYCLE_POLICY_TAG
public static final String LIFECYCLE_POLICY_TAG
- See Also:
- Constant Field Values
-
ACCESS_CONTROL_TAG
public static final String ACCESS_CONTROL_TAG
- See Also:
- Constant Field Values
-
FACET_TAG
public static final String FACET_TAG
- See Also:
- Constant Field Values
-
SCHEMA_TAG
public static final String SCHEMA_TAG
- See Also:
- Constant Field Values
-
ACE_TAG
public static final String ACE_TAG
- See Also:
- Constant Field Values
-
ACL_TAG
public static final String ACL_TAG
- See Also:
- Constant Field Values
-
PERMISSION_ATTR
public static final String PERMISSION_ATTR
- See Also:
- Constant Field Values
-
PRINCIPAL_ATTR
public static final String PRINCIPAL_ATTR
- See Also:
- Constant Field Values
-
NAME_ATTR
public static final String NAME_ATTR
- See Also:
- Constant Field Values
-
GRANT_ATTR
public static final String GRANT_ATTR
- See Also:
- Constant Field Values
-
CREATOR_ATTR
public static final String CREATOR_ATTR
- See Also:
- Constant Field Values
-
BEGIN_ATTR
public static final String BEGIN_ATTR
- See Also:
- Constant Field Values
-
END_ATTR
public static final String END_ATTR
- See Also:
- Constant Field Values
-
BLOB_DATA
public static final String BLOB_DATA
- See Also:
- Constant Field Values
-
EXTERNAL_BLOB_URI
public static final String EXTERNAL_BLOB_URI
- See Also:
- Constant Field Values
-
BLOB_MIME_TYPE
public static final String BLOB_MIME_TYPE
- See Also:
- Constant Field Values
-
BLOB_ENCODING
public static final String BLOB_ENCODING
- See Also:
- Constant Field Values
-
BLOB_FILENAME
public static final String BLOB_FILENAME
- See Also:
- Constant Field Values
-
BLOB_DIGEST
public static final String BLOB_DIGEST
- See Also:
- Constant Field Values
-
-