Package org.apache.camel.component.cmis
Interface CamelCMISConstants
-
public interface CamelCMISConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALL_VERSIONS
static String
CAMEL_CMIS_CONTENT_STREAM
static String
CAMEL_CMIS_READ_SIZE
static String
CAMEL_CMIS_RESULT_COUNT
static String
CAMEL_CMIS_RETRIEVE_CONTENT
static String
CMIS_ACTION
static String
CMIS_DESTIONATION_FOLDER_ID
static String
CMIS_DOCUMENT
static String
CMIS_DOCUMENT_PATH
static String
CMIS_FOLDER
static String
CMIS_FOLDER_PATH
static String
CMIS_OBJECT_ID
static String
CMIS_SOURCE_FOLDER_ID
static String
VERSIONING_STATE
-
-
-
Field Detail
-
CMIS_DOCUMENT
static final String CMIS_DOCUMENT
- See Also:
- Constant Field Values
-
CMIS_FOLDER
static final String CMIS_FOLDER
- See Also:
- Constant Field Values
-
CMIS_ACTION
static final String CMIS_ACTION
- See Also:
- Constant Field Values
-
CMIS_FOLDER_PATH
static final String CMIS_FOLDER_PATH
- See Also:
- Constant Field Values
-
CMIS_OBJECT_ID
static final String CMIS_OBJECT_ID
- See Also:
- Constant Field Values
-
CMIS_DESTIONATION_FOLDER_ID
static final String CMIS_DESTIONATION_FOLDER_ID
- See Also:
- Constant Field Values
-
CMIS_SOURCE_FOLDER_ID
static final String CMIS_SOURCE_FOLDER_ID
- See Also:
- Constant Field Values
-
CMIS_DOCUMENT_PATH
static final String CMIS_DOCUMENT_PATH
- See Also:
- Constant Field Values
-
CAMEL_CMIS_RESULT_COUNT
static final String CAMEL_CMIS_RESULT_COUNT
- See Also:
- Constant Field Values
-
CAMEL_CMIS_RETRIEVE_CONTENT
static final String CAMEL_CMIS_RETRIEVE_CONTENT
- See Also:
- Constant Field Values
-
CAMEL_CMIS_READ_SIZE
static final String CAMEL_CMIS_READ_SIZE
- See Also:
- Constant Field Values
-
CAMEL_CMIS_CONTENT_STREAM
static final String CAMEL_CMIS_CONTENT_STREAM
- See Also:
- Constant Field Values
-
ALL_VERSIONS
static final String ALL_VERSIONS
- See Also:
- Constant Field Values
-
VERSIONING_STATE
static final String VERSIONING_STATE
- See Also:
- Constant Field Values
-
-