Class GridFsConstants
- java.lang.Object
-
- org.apache.camel.component.mongodb.gridfs.GridFsConstants
-
public final class GridFsConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_TYPE
static String
FILE_CONTENT_TYPE
static String
FILE_LAST_MODIFIED
static String
FILE_LENGTH
static String
FILE_NAME
static String
FILE_NAME_PRODUCED
static String
GRIDFS_CHUNKSIZE
static String
GRIDFS_FILE_ATTRIBUTE_DONE
static String
GRIDFS_FILE_ATTRIBUTE_PROCESSING
static String
GRIDFS_FILE_ID_PRODUCED
static String
GRIDFS_FILE_KEY_CONTENT_TYPE
static String
GRIDFS_FILE_KEY_FILENAME
static String
GRIDFS_FILE_KEY_UPLOAD_DATE
static String
GRIDFS_METADATA
static String
GRIDFS_OBJECT_ID
static String
GRIDFS_OPERATION
static String
PERSISTENT_TIMESTAMP_KEY
-
-
-
Field Detail
-
FILE_CONTENT_TYPE
@Metadata(label="consumer", description="The content type of the file.", javaType="String") public static final String FILE_CONTENT_TYPE
- See Also:
- Constant Field Values
-
FILE_LENGTH
@Metadata(label="consumer", description="The size of the file.", javaType="long") public static final String FILE_LENGTH
- See Also:
- Constant Field Values
-
FILE_LAST_MODIFIED
@Metadata(label="consumer", description="The size of the file.", javaType="Date") public static final String FILE_LAST_MODIFIED
- See Also:
- Constant Field Values
-
FILE_NAME
@Metadata(label="producer", description="The name of the file.", javaType="String") public static final String FILE_NAME
- See Also:
- Constant Field Values
-
CONTENT_TYPE
@Metadata(label="producer", description="The content type of the file.", javaType="String") public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
FILE_NAME_PRODUCED
@Metadata(label="producer", description="The file name produced.", javaType="String") public static final String FILE_NAME_PRODUCED
- See Also:
- Constant Field Values
-
GRIDFS_FILE_ATTRIBUTE_DONE
public static final String GRIDFS_FILE_ATTRIBUTE_DONE
- See Also:
- Constant Field Values
-
GRIDFS_FILE_ATTRIBUTE_PROCESSING
public static final String GRIDFS_FILE_ATTRIBUTE_PROCESSING
- See Also:
- Constant Field Values
-
GRIDFS_FILE_KEY_CONTENT_TYPE
public static final String GRIDFS_FILE_KEY_CONTENT_TYPE
- See Also:
- Constant Field Values
-
GRIDFS_FILE_KEY_FILENAME
public static final String GRIDFS_FILE_KEY_FILENAME
- See Also:
- Constant Field Values
-
GRIDFS_FILE_KEY_UPLOAD_DATE
public static final String GRIDFS_FILE_KEY_UPLOAD_DATE
- See Also:
- Constant Field Values
-
PERSISTENT_TIMESTAMP_KEY
public static final String PERSISTENT_TIMESTAMP_KEY
- See Also:
- Constant Field Values
-
GRIDFS_METADATA
@Metadata(description="Any additional metadata stored along with the file in JSON format.", javaType="String") public static final String GRIDFS_METADATA
- See Also:
- Constant Field Values
-
GRIDFS_OPERATION
@Metadata(label="producer", description="The operation to perform.", javaType="String") public static final String GRIDFS_OPERATION
- See Also:
- Constant Field Values
-
GRIDFS_CHUNKSIZE
@Metadata(label="producer", description="The number of bytes per chunk for the uploaded file.", javaType="Integer") public static final String GRIDFS_CHUNKSIZE
- See Also:
- Constant Field Values
-
GRIDFS_FILE_ID_PRODUCED
@Metadata(label="producer", description="The ObjectId of the file produced", javaType="org.bson.types.ObjectId") public static final String GRIDFS_FILE_ID_PRODUCED
- See Also:
- Constant Field Values
-
GRIDFS_OBJECT_ID
@Metadata(label="producer", description="The ObjectId of the file.", javaType="org.bson.types.ObjectId") public static final String GRIDFS_OBJECT_ID
- See Also:
- Constant Field Values
-
-