Uses of Interface
org.camunda.bpm.engine.variable.type.FileValueType
Package
Description
-
Uses of FileValueType in org.camunda.bpm.engine.variable.impl.type
Modifier and TypeClassDescriptionclass
Valuetype to save files from byte arrays, inputstreams or just files as process variables and retrieve them via anInputStream
. -
Uses of FileValueType in org.camunda.bpm.engine.variable.impl.value
ModifierConstructorDescriptionFileValueImpl
(byte[] value, FileValueType type, String filename, String mimeType, String encoding) FileValueImpl
(FileValueType type, String filename) -
Uses of FileValueType in org.camunda.bpm.engine.variable.type