-
Field Summary
Fields
Identifies the file's encoding as specified on value creation.
Identifies the file's mime type as specified on value creation.
Identifies the file's name as specified on value creation.
Fields inherited from interface org.camunda.bpm.engine.variable.type.ValueType
BOOLEAN, BYTES, DATE, DOUBLE, FILE, INTEGER, LONG, NULL, NUMBER, OBJECT, SHORT, STRING, VALUE_INFO_TRANSIENT
-
-
Field Details
-
VALUE_INFO_FILE_NAME
static final String VALUE_INFO_FILE_NAME
Identifies the file's name as specified on value creation.
- See Also:
-
-
VALUE_INFO_FILE_MIME_TYPE
static final String VALUE_INFO_FILE_MIME_TYPE
Identifies the file's mime type as specified on value creation.
- See Also:
-
-
VALUE_INFO_FILE_ENCODING
static final String VALUE_INFO_FILE_ENCODING
Identifies the file's encoding as specified on value creation.
- See Also:
-