Interface FileValueType
-
- All Superinterfaces:
java.io.Serializable
,ValueType
- All Known Implementing Classes:
FileValueTypeImpl
public interface FileValueType extends ValueType
- Since:
- 7.4
- Author:
- Ronny Bräunlich
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VALUE_INFO_FILE_ENCODING
Identifies the file's encoding as specified on value creation.static java.lang.String
VALUE_INFO_FILE_MIME_TYPE
Identifies the file's mime type as specified on value creation.static java.lang.String
VALUE_INFO_FILE_NAME
Identifies the file's name as specified on value creation.
-
Method Summary
-
Methods inherited from interface org.camunda.bpm.engine.variable.type.ValueType
canConvertFromTypedValue, convertFromTypedValue, createValue, getName, getParent, getValueInfo, isAbstract, isPrimitiveValueType
-
-
-
-
Field Detail
-
VALUE_INFO_FILE_NAME
static final java.lang.String VALUE_INFO_FILE_NAME
Identifies the file's name as specified on value creation.- See Also:
- Constant Field Values
-
VALUE_INFO_FILE_MIME_TYPE
static final java.lang.String VALUE_INFO_FILE_MIME_TYPE
Identifies the file's mime type as specified on value creation.- See Also:
- Constant Field Values
-
VALUE_INFO_FILE_ENCODING
static final java.lang.String VALUE_INFO_FILE_ENCODING
Identifies the file's encoding as specified on value creation.- See Also:
- Constant Field Values
-
-